| Thread | Last Post | Replies |
|
| Error: C++ does not support default int | 04 Aug 2007 12:33 GMT | 2 |
Currently I am working in Visual C++ using .Net Studio 2005, I have defined a vector of integers in an .h file (class definition), after compilation the following error appears: Error 2 error C4430: missing type specifier - int assumed. Note: C++ does not
|
| access violation in int array | 04 Aug 2007 08:50 GMT | 10 |
There is error message when executing my program, Unhandled exception at 0x00411a49 in test_entern.exe: 0xC0000005: Access violation reading location 0x00000002. It is very simple, does anyone know what is wrong with the program?
|
| Exposing a c++ enum in a managed c++ assembly | 03 Aug 2007 18:01 GMT | 3 |
We have a c++ server application that we are writing a GUI client application for. To save our time and to avoid duplicating all the code and functionality that already exists in c++ classes I am building a managed c++ assembly around these classes so that a c# program can use them ...
|
| C++/CLI wrapper generator | 03 Aug 2007 17:57 GMT | 6 |
I have a lost of C# classes from many DLLs to use from my legacy C++ EXE application. Is there a generator that would use reflexion (for example) to generate a C++/CLI wrapper.
|
| Calling unmanaged code from managed MFC worker thread | 03 Aug 2007 17:29 GMT | 5 |
I have an existing VC 6 MFC application which communicates asynchronly with a VC 2005 managed code dll. I use an unmanaged base class with virtual functions to access methods in the MFC application.
|
| Ć | 03 Aug 2007 14:47 GMT | 6 |
Running Visual Studio 2005 SP1 Japanese on Windows XP SP2 Pro Japanese, editing a Polish language resource file, I need to input the letter Ć. In Windows XP's language bar, I set the keyboard language and layout to Polish. Typing into Visual Studio 2005, I can input c and C and ć ...
|
| convert from size_t to unsigned int | 03 Aug 2007 08:32 GMT | 25 |
When converting from size_t to unsigned int, there will be a warning message, warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data I do not know why, since in crtdbg.h, size_t is defined to int, right? thanks in advance,
|
| TextBox MaxLength over 32767 has no effect | 03 Aug 2007 01:34 GMT | 1 |
How can I force TextBox to have more than 32767 in length. Max Length is not respected over 32767. I build a log window and need to display a lot of data. Thanks,
|
| COM tlb file | 01 Aug 2007 19:31 GMT | 1 |
Two questions about COM tlb file, 1. I am wondering what are the content of COM tlb file? I think it should be something like import library file (.lib) for a DLL which contains address and signature of exported functions.
|
| About C++ IDEs | 01 Aug 2007 17:19 GMT | 16 |
I am now using C++ for operations research techniques implementations to get numerical reults, I have a question what is the difference between VC++.Net, VC++ 6.0 (in terms of performance)? and which one is better to be used? and related to IDEs is it better to use Visual Studio 6.0 ...
|