| Thread | Last Post | Replies |
|
| Ginastub Sample & VC7 | 02 Oct 2003 06:48 GMT | 1 |
okay, I'll admit I've never compiled a program in VC7 before, but when I compiled this one in debug, it generated a 6k file and did not work, building it in VC6 worked as expected, and generated a 66k file. I'm pretty sure it must be user error, but I dunno what for the life of me. ...
|
| SYS Files | 01 Oct 2003 23:23 GMT | 1 |
There are many .sys files like keyboard.sys and diskio.sys and so on in the Windows Directory. I understand that these sys files are tied to operating system already compiled at Microsoft before shipping.
|
| old iostream in vs2003 | 01 Oct 2003 23:21 GMT | 3 |
there is no iostream.h in vs.net 2003 includes using iostream.h from vc6 header fails to link (limcimtd not found) So how do I compile code with old iostream header in it
|
| why waveoutreset doesn't work in win2000 | 01 Oct 2003 17:23 GMT | 1 |
i am developing an activex control for IVRS system on windows 2000 professional platform... the function waveOutReset does not work properly... whenver the system encounters the function call, it hangs
|
| Why this is failing to compile. | 01 Oct 2003 15:04 GMT | 3 |
I'm new to Visual C++ for .NET and during learning I encountered the following: In Form1.h file inside class Form1 following the book example I defined fuction that looks like this:
|
| How to use in C++ a DLL written in .NET | 01 Oct 2003 13:21 GMT | 2 |
I wrote a DLL in VB.NET using .NET Framework library, to access a Crystal Report. Then I registered the DLL using regasm.exe. Now I need to use this DLL from an executable that:
|
| linker /ignore option no longer supported | 01 Oct 2003 09:16 GMT | 2 |
Could someone offer a solution to the following issue I have with vc7.1. With VC6 it was possible to turn off linker warnings with a #pragma comment( linker, "/ignore:4049" ) line in the source. With VC7.1 the linker now reports that /ignore is
|
| won't compile projects stored over network | 01 Oct 2003 07:07 GMT | 4 |
I just installed VC++.NET and haven't had much luck. It just won't compile anything that isn't stored on a local hard drive. Local projects are fine (well, other than my stupid mistakes) and compile without a problem.
|