| Thread | Last Post | Replies |
|
| CString to BYTE* conversion | 05 Sep 2005 14:16 GMT | 5 |
Wich way I can to take the BYTE*-pointer to a string of characters that contain into CString-object?
|
| StackOverflowException | 05 Sep 2005 05:36 GMT | 1 |
I'm having a problem with a StackOverflowException in a managed class. The exception is thrown when I attempt to allocate an unmanaged char array inside the managed class. It appears to be caused by a call to mtinitlocknum which throws the exception.
|
| Is VC++ .NET 2003 7.1.3088 the most recent version? | 04 Sep 2005 11:54 GMT | 1 |
I tried the VC++2005 Express beta today and found so many errors in the documentation and sample files that I realized I needed to go back to the most recent released IDE, and purchased VC++ .NET 2003. I could not find any updates for 2003 at microsoft.com. Is 7.1.3088 the most ...
|
| User Control won't appear in toolbox or properties (vs 2005 beta2) | 03 Sep 2005 23:37 GMT | 4 |
So let's say I start out with a new project (C++, CLR, Windows Form App). Then go right to Add Class | User Control and name it Foo. Then I add this code: public:
|
| general question | 03 Sep 2005 14:09 GMT | 1 |
does .exe generated by VC++ which uses .net classes run on any Windows system including Win9x?
|
| compiler problem | 03 Sep 2005 04:21 GMT | 3 |
void a() { for (int i = 0; i <100; i++) {
|
| Memory leak C++, XML, MSXML, COM | 02 Sep 2005 17:53 GMT | 4 |
I've got a problem and I haven't found any solution in the web till now. I'm using MSXML4.0SP2 with VC6 creating large XML files. The (only) problem I've got is the not-existing release of memory. My app allocs more and more memory and gives no back.
|
| HowTo Burn CD or DVD? | 02 Sep 2005 15:38 GMT | 5 |
Hello Developers, I am developing an application using Visual C++ .NET Windows Forms. I would like to add CD or DVD burning functionality into my application. I want to burn a data cd or dvd. I could not find any documentation about burning a cd
|
| Testing custom VC++ parser | 01 Sep 2005 18:37 GMT | 1 |
Currently I am in testing phase of developed by me in C# parser for ISO C++ and hopefully providing full support for VC++ as well. Unfortunately preprocessor has to be off now so for tests I use files preprocessed with /P option set on cl.exe command line.
|
| Using unmanaged C++ in C++.NET | 01 Sep 2005 17:19 GMT | 2 |
I am novice in C++ and am more of a C# guy. I have a third party C++ code which I want to create and use as a managed assembly. I have created a .NET win32 application and have copied this C++ code here and made changes according to my needs. However I am always getting this
|
| A bug in the function 'strcat' | 01 Sep 2005 14:55 GMT | 1 |
I have a Microsoft C/C++ compiler version 12.00.8168 installed on my PC running Windows 2000. I have no problem to use the MS C/C++ compiler to compile the following 'C' program and get an executable.
|
| FileLoadException - what's wrong with my assembly? | 01 Sep 2005 11:08 GMT | 2 |
In C++/CLI (with VS2005 beta2) I wrote a little wrapper around a native dll (to which I headers and .lib). Wrapper was a ref class with some methods calling native functions from native dll. It all compiled and linked fine giving me an assembly dll. Sweet.
|