| Thread | Last Post | Replies |
|
| Linking Errors .....any one plz help | 26 Dec 2005 16:31 GMT | 6 |
Its a COM dll that i generated and tested using debug configuration ....but now its about to be dilevered and as i try to convert it into release config. removing DEBUG flags , its really doing me a lot lot trouble ,...the link errors
|
| Should templates be included in pch files? | 24 Dec 2005 05:05 GMT | 3 |
I thought that including template headers such as <vector> in the pch is not useful. Templates can’t be compiled without the template arguments so there is no way to pre compile them.
|
| "mscorlib.dll" Problem | 24 Dec 2005 03:32 GMT | 2 |
I just downloaded Visual C++ 2005 Express, and I'm reading through a book called "Visual C++ .NET Step By Step", which was made for 2003. Just so you know where I'm getting this example. When I build this code, I get the following compile error.
|
| Firefox and Updates | 23 Dec 2005 19:49 GMT | 8 |
I use Firefox as my browser. As a result, I'm banned from getting Windows Updates. This seems a bit monopolistic on MS's part, and it means if there is a security problem or a VS C++.NET 2005 patch needed, I'm out of luck. This seems wrong to me...
|
| Problems displaying output from vc++ program | 23 Dec 2005 16:41 GMT | 1 |
Hi, I've got a simple vc++ program that basically just runs a daemon in the background and sends update messages to a logfile as it goes along. What I'd like to do is see these log messages also displayed in a window - either a dos window or a 'proper' window with a text field
|
| why to call LoadLibrary() error? | 23 Dec 2005 15:43 GMT | 1 |
I call windows api LoadLibrary(), it returns error code : ERROR_NOACCESS 0x3E6, why is it failure to call this api? how to fix this problem? B.G.
|
| Debug version of LIB/DLL isn't linking with caller | 23 Dec 2005 00:23 GMT | 2 |
Forgive me for re-posting this...in the first post, I replied to myself, and the self-reply may having sounded like I found the problem, but it was actually a correction. -----------------
|
| .NET version of INI files ? | 22 Dec 2005 23:40 GMT | 3 |
Im rewriting a current MFC application for .NET using C++\CLI that compiles \clr SAFE. My application needs to read application settings, it used to do this from the old application ini file via GetProfileString etc.
|
| Migrating to VC 8 from VC 7: link errors | 22 Dec 2005 21:44 GMT | 2 |
I'm trying to migrate a small library to VC8 via the wizard, but when I try to compile I get the following errors: Error 1 error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ" (?.cctor@@$$FYMXXZ) AssemblyInfo.obj
|
| Debug version of LIB/DLL isn't linking with caller | 22 Dec 2005 18:51 GMT | 1 |
I have a very strange problem trying to link the debug version of my caller application with one of my DLL's using .NET 2K5. The linker declares the following error (one of many): error LNK2001: unresolved external symbol
|
| VS 2005 Win 32 Console Project Behavior | 22 Dec 2005 18:08 GMT | 7 |
When we use Visual Studio in beginning C++ classes, we routinely follow the scenario below. Create a Win 32 Console Project (empty). Add a C++ source code file to the project.
|
| C++ interop help | 22 Dec 2005 17:47 GMT | 4 |
I have an ATL DLL that hosts a COM object. Without managed extensions the object compiles and works fine. Now with some assistance from Will DePalo (on a different thread in this group) I figured out how to add CLR support to my object and how to call into managed code. The code ...
|
| Template class and __nogc | 22 Dec 2005 16:45 GMT | 3 |
Can I define a template class as following #pragma unmanaged #include "mybaseclass.h" #pragma managed
|
| Project Custom Build Setup, associated file? | 22 Dec 2005 15:47 GMT | 2 |
In VS/VC 2003: Simple question: for the Custom Build Step for the project (right click the project in the Solution Explorer, select "Properties", select the "Custom Build Step" in the "Configuration Properties" tree at the left, then select
|
| How can I set my application in the status area? | 22 Dec 2005 06:14 GMT | 4 |
I've got a problem to set my application in the status area so that I can receive application message while the window is minimized. Just put my icon beside my input method in the right corner of windows. Is it possible to do it with win32 api?
|