| Thread | Last Post | Replies |
|
| /clr and /GM option | 24 Oct 2004 21:44 GMT | 4 |
I use the /clr option due to my needs for automation of Excel. Unfortunately this option excludes /Gm which normal should reduce the build... instead of having a build of 40 000 kbits, now I have more than 1.5
|
| IntPtr to structure conversion | 24 Oct 2004 20:25 GMT | 2 |
Hi, all Please help me to solve compilation error : frmDeviceEnentsHandl.cpp(32) : error C2440: 'type cast' : cannot convert from 'System::IntPtr' to 'DEV_BROADCAST_HDR *'
|
| gui using .net | 24 Oct 2004 09:45 GMT | 3 |
I want to create a GUI using VS .NET. For now I just want to input some parameters used by the algorithms I've written in C++. Maybe later I want to access a database to load the data from and plot figures if it isn't too hard to do.
|
| linking error in VC7.0 | 24 Oct 2004 00:08 GMT | 1 |
I already specified to ignore specific library: MSVCPRT.lib MSVCRT.lib LIBC.lib MSVCRTD.lib LIBCD.lib command line is like: /INCREMENTAL /NOLOGO /DLL /NODEFAULTLIB:"MSVCPRT.lib MSVCRT.lib LIBC.lib
|
| VC++, Windbg and appl verifier | 22 Oct 2004 17:43 GMT | 2 |
I have a heap problem in my com exe server. When i use windbg as the compiler in application verifier is windbg started and i can press 'g' and the server is running unitil i get the exception. When i'm using VC.net i get an excpetion in the client which starts the
|
| Visual C++ 2005 Feature Question | 22 Oct 2004 16:42 GMT | 3 |
Will Visual C++ 2005 really be Visual? In other words, will I be able to create Windows Forms using the GUI builder like I do with VB and C#. Will it be a full citizen in the .Net world?
|
| C++ for .NET question | 22 Oct 2004 14:28 GMT | 1 |
Other than the fact that it compiles to .NET IL code instead of to raw x86 assembler, what are the other differences between the C++ for .NET and regular C++ for x86? Also, what compiler(s) do you use to compile for .NET and what options are
|
| Link problem : LNK2005 Symbol already defined in the SAME library ! | 22 Oct 2004 11:55 GMT | 1 |
Here are my link errors : atlsd.lib(ATLComTime.obj) : error LNK2005: "public: __thiscall ATL::COleDateTime::COleDateTime(struct tagVARIANT const &)" (??0COleDateTime@ATL@@QAE@ABUtagVARIANT@@@Z) already defined in
|
| Second Chance Exception Terminates Application | 22 Oct 2004 11:20 GMT | 1 |
I realize that I am posting to a non-support thread, but I a exasperated. I figured that no one would know how to solve my proble better than those who understand code. Curious to see if anyone can help.
|
| VC .Net not mature? | 22 Oct 2004 09:22 GMT | 8 |
To the VC .Net'ers out there... I noticed alot of strange behavior in the way VC .Net apps behave in the IDE. It's a bit odd, so maybe people have workarounds. I'm worried to devote my project to the managed/unmanaged heuristic because these early
|
| exception/Exception clash using mixed dll in VB.NET | 22 Oct 2004 00:37 GMT | 3 |
I'm having a problem with a mixed managed/unmanaged DLL. When I attempt to reference "Exception" in my VB.NET code, it conflicts with some other "exception" that gets somehow gets into the assembly. This code reproduces the issue:
|
| Replace bool with int in a dll used in multi-languages | 22 Oct 2004 00:33 GMT | 1 |
I have a dll that is beeing called by C++, VBA, Java and C# One of my customers does not like that I have bool in the argument list of some of the exported functions so I want to replace all my bool arguments
|
| C1001: INTERNAL COMPILER ERROR | 21 Oct 2004 14:38 GMT | 1 |
I have Microsoft Visual C++ .NET 69462-112-0620947-18487 (VS 2003). When I compile my C++ console application program I get the following: C1001: INTERNAL COMPILER ERROR (compiler file 'msc1.cpp', line 2701) Has anyone heard of this bug/feature before?
|
| Tool Files (.tool) in VS .NET 2005 (Whidbey) | 21 Oct 2004 14:35 GMT | 1 |
I have found that VC++ has new great feature in VS .NET 2005. I mean customization of build process by adding new tools. It is really working for tools which are similar to compiler, but I didn't found how I can add new linker tool for example. Is it possible?
|
| casting A* to A& ? | 21 Oct 2004 12:36 GMT | 44 |
What happens exactly when I do the following: struct A { int i; string j;
|