| Thread | Last Post | Replies |
|
| Adding an existing form to a project | 19 May 2004 22:33 GMT | 2 |
Can anyone tell me how I can add an existing (managed) form into a project, and have it appear like others (i.e. able to open in the designer)? Thanks! Steve
|
| /RTC1 and /CLR options are incompatible | 19 May 2004 21:41 GMT | 7 |
We are planning to upgrade a MFC Application (.Exe) to compile on Dot Net Framework. I have opened the application in Visual Studio 2003. I changed the compiler option to /clr. I have set following properties -Basic Run Time checks to Default -Smaller Type Check to N -Runtime ...
|
| Passing memory from C++ to C | 19 May 2004 21:27 GMT | 2 |
I have a C and a CPP program. The C program calls the CPP program. The CPP program needs to pass a new block of memory back to the C program. If I use "new" in the CPP program what do I use in the C program to free the memory? Should I just use malloc in the CPP program? ...
|
| change project name | 19 May 2004 15:11 GMT | 1 |
I have a visual.net 7.0 project that generates a dll The problem is that I want to change the name of the project and hence the created dll I do not want to change the name of the dll after each build process Is there a simple way to do this inside visual.net or do I need to ...
|
| Function must return a value | 19 May 2004 14:58 GMT | 13 |
Is there any reason why the VC2003 C++ compiler emits the error "Function must return a value" for global functions and not for class member functions? For example:
|
| .Net equivalent of CRITICAL_SECTION | 19 May 2004 13:40 GMT | 4 |
can anyone tell me what the .Net equivalent of CRITICAL_SECTION is, c.q. how I can get EnterCriticalSection etc to work without __gc conversion errors ? TIA, Michiel.
|
| Pressing ESC after searching | 19 May 2004 05:02 GMT | 2 |
Visual studio c++ 7.1/.net/2003 got me in the habit of pressing ESC after performing a search using CTRL-F. I've always thought the extra step (pressing ESC) was dumb, but could not come up with a good reason why it is dumb (other than the unnecessary hand
|
| how can i change the preferred audio device by vc++ | 19 May 2004 02:41 GMT | 2 |
i need change the system preferred audio device in my vc++ project ,but i can't find the resolution.I just want to know the method.
|
| Garbage collector | 18 May 2004 22:20 GMT | 4 |
I wonder... does installing .NET framework may effect the performance of native process running on the same computer Does the GC runs in the kernel or in the application layer? running the GC in the kernel may effect the performance of other 'native' processes while collecting ...
|
| vc7 and file version | 18 May 2004 18:42 GMT | 1 |
I'm outputting a C++ dll with managed extensions turned on. The exported file has no file version....I'll need that for installer ..... how can I force a file version?
|
| Delegates - what am I doing wrong? | 18 May 2004 18:02 GMT | 1 |
Hello, I'm writing a managed C++ wrapper for a legacy C++ code. I'm wrapping a script-compiler class, which uses a callback to report script errors back to the client. The callback prototype is defined as:
|
| Forward declarations | 18 May 2004 14:13 GMT | 4 |
Class S contains a pointer to class main Class main contains and instance of class I therefore include a forward reference in S of main The catch is I want to call a method in main from s and if I do this I get an erro
|
| Resource file compile time dependencies | 18 May 2004 08:07 GMT | 4 |
I have a resource.rc in my project. The resource.rc includes another.rc file in "Compile time directives". Unfortunately, when I change the another.rc, the resources are not compiled, I have to do "Build All". How can I fix that? The resource.rc is apparently compiled only when it ...
|
| Accessing and Unmanaged Class from Managed Code | 17 May 2004 13:28 GMT | 2 |
I am trying to access a class in an unmanaged dll. I have created a wrapper managed class to access the functions I need but no matter what I try from the MSDN samples I can not get it to work with my code. I have a VB Net front end which need the access the ...
|
| URGENT: fatal error LNK1181: cannot open input file 'Release\icmpping.obj' | 17 May 2004 12:21 GMT | 2 |
Urgent problem. Trying to compile my solution I get the following error: Linking... LINK: fatal error LNK1181: cannot open input file 'Release\icmpping.abj' Note, I havn't changed anything. This project was developed on another
|