| Thread | Last Post | Replies |
|
| no MC++ form designer in VC++ 2002? | 31 Dec 2004 07:13 GMT | 2 |
Am I correct that VC++ 2002 doesn't have a form designer with Managed c++? Is there any way I can get it working for 2002--an update or something? I don't want to upgrade to 2003 with 2005 right around the corner.
|
| Do you .NET framework to run a C++2005 application? | 30 Dec 2004 16:20 GMT | 5 |
I am curious to find out whether the .NET framework is actually needed to run a C++ 2005 application. I know in other languages such as C# and VB.NET, it is a must or else it wont run, but for some reason I get the feeling this is not the case (at least not all the time) with ...
|
| mixing managed and unmanaged code | 30 Dec 2004 15:21 GMT | 1 |
Quick question: Can I mix managed C++ (forms and GUI stuff) with nonmanaged C++ code (Direct3D). Note that I am not interested in managed DX (the C# API). I still am writing C++ code, but would like to use the .NET GUI library with managed C++, and unmanaged DX code. Is this ...
|
| HELP!!!! | 30 Dec 2004 10:29 GMT | 3 |
Hi, i trying to do a project which need to link the GUI interface with the functions using c++. Is there anybody out there can help me? If can, can send the source code to me as well. Thanks Alot....
|
| windows.h | 29 Dec 2004 20:13 GMT | 3 |
I'm trying to compile an existing program and I can't seem to find the "windows.h" file. Where can I get this?
|
| limited to a single anonymous class | 29 Dec 2004 15:46 GMT | 6 |
It looks like the c++ source for a single object file can not contain more than one anonymous class that derives from a base class. When I attempted to do this, the linker failed with the following error: fatal error LNK1179: invalid or corrupt file: duplicate COMDAT
|
| ayuda | 29 Dec 2004 12:21 GMT | 1 |
hola,necesito que me ayuden: necesito un ejemplo de constructores y destructores
|
| Error in reading Console | 28 Dec 2004 18:36 GMT | 2 |
I am trying to use a old written code by one of my senior, It is a console application to append two files. I need to make some necessary changes in the application, but when I try to write Console::ReadLine(), its throwing some error
|
| Inline function that return static data bug | 27 Dec 2004 23:12 GMT | 5 |
There seems to be a bug in de VS .net C++ compiler (optimization) when using inline functions that return static data. The following code demonstrates this (Win32 console app with ATL support): #include "stdafx.h"
|
| Convert "char" into "string" in java | 27 Dec 2004 21:28 GMT | 2 |
ppl... HELP!!!!! i don't know how to convert String into char..... for example i can do String input;
|
| RAM used goes crazy with Dllimport ? | 27 Dec 2004 01:28 GMT | 1 |
I have a native, C++ console app that uses ~26MB of RAM when it runs. It uses quite a lot of RAM to make some math but will never xceed 26MB. Now I've made a dll out of this code and use it with DllImport in a C# console application.
|
| ATL EXE doesn't appear in Task Manager Applications View | 26 Dec 2004 07:15 GMT | 2 |
I got used to use VB ACTIVEX EXEs and when using the compiled EXE and instantiate it the EXE name appears on both tabs of Task Manager(Applications and Processes). But when using the ATL EXE produced by ATL .NET (unmanaged) I can see the application name in the
|
| C++ Compiler behavior regerding struct constructors | 26 Dec 2004 03:38 GMT | 3 |
I just notice some strange behaviors on the MS C++ compiler regarding struct default constructor, see the example bellow: struct MyStruct {
|
| istream_iterator<char, ptrdiff_t> fails | 25 Dec 2004 17:53 GMT | 2 |
I am learning STL with the book STL Tutorial and Reference guide (1 edition), the following example don't run : int main() {
|
| help with simple combobox problem in Visual C++ | 24 Dec 2004 19:01 GMT | 2 |
hello, I'm still new to win32 programming and I have a small problem. I am making a simple application. The main GUI is a dialog box with check boxes, radio buttons, combo boxes etc. The problem I'm having is that I have two combo boxes (both dropdown). One
|