| Thread | Last Post | Replies |
|
| POSIX mmap in new release? | 31 Oct 2004 22:12 GMT | 3 |
I heard that (better) compliance with ANSI C standards is one of the advantages of the upcoming VC++ 8.0 release. I was wondering about POSIX as well. In particular, whether mmap, and munmap would be supported. I know it might not be an easy question to answer, but any feeback is
|
| NEEDING HELP | 22 Oct 2004 13:38 GMT | 1 |
Can someone help me please,, I keep getting this err Microsoft C++ Runtime Library Program:C/Compaq\Lutil\WizHost.EXE Abnormal Program Termination
|
| 'Redefinition; Different type of modifiers' | 19 Oct 2004 06:39 GMT | 8 |
I am trying to build a dll from a lib file. On compilation, I get errors stating 'redefinition; different type of modifiers', though the dll export statement in the cpp file and the prototype in the header have no specified modifiers.
|
| System::web::mail not found | 18 Oct 2004 17:43 GMT | 2 |
i have visual studio.NET 2003 installed , but there is no namespace by the name System::Web::Mail. Any idea how to get it ? -Tarun
|
| const modifier | 05 Oct 2004 19:00 GMT | 2 |
I have this function: int SOMECLASS::ADDTABLE(const DBTABLE* old)// both classes (SOMECLASS & ADDTABLE) are __gc classes {
|
| ? Implicit loading ? | 04 Oct 2004 12:57 GMT | 1 |
Does somebody know if there is a way to load DLL implicity ? Without it being loaded by some other procces ? I've tried to use KNOWNDLL in registry but it doesn't work. thanks,
|