| Thread | Last Post | Replies |
|
| Bug: __gc pointer in delegate declaration causes error message | 03 Jan 2004 00:42 GMT | 1 |
Dear VC++ team, I am fairly certain I found a bug in VC++ 7.1. I get the following error ========================================================================
|
| ref or out parameter in delegate, declared in C++ | 03 Jan 2004 00:03 GMT | 3 |
I am trying to declare in C++ and use in C# a delegate which contains "ref" and "out" parameters. I declare a delegate as: public __delegate void SolFSCreateFileEvent(SolFSStorage* Sender,
|
| Unresolved external symbols when using VC .NET compiler but not when using VC6 | 02 Jan 2004 23:46 GMT | 1 |
I'm having a bit of trouble getting a project to build under VS7. I have a DLL that is including a static MFC library, but when it comes to the link stage I get 4 of: Crpe error LNK2001: unresolved external symbol "private: __thiscall CObject::CObject(class CObject const &)" ...
|
| Threading in Visual C++.NET | 02 Jan 2004 23:19 GMT | 1 |
I was wondering if anyone can assist me in initating some threading appliaction in VC.NET. I am trying to do a server, and will need to spawn multiple ports to listen on, but I can seem to find any decent sample on code that
|
| How to speed up my compile times with VC 2003 ? | 02 Jan 2004 22:12 GMT | 5 |
I have ported an application from Unix on Windows. My problem are the compile times : UNIX (2x450MHz / 512MB RAM) Full compile with clean : 1h30
|
| Help needed installing GinaStub example. | 02 Jan 2004 19:18 GMT | 6 |
I am dying trying to get the GinaStub example to work at: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcsample98/html /vcsmpginastubsample.asp Any help is greatly appreciated and much thanks given in advance. I am very new to the Visual C++ environment, so I am ...
|
| How to make any form hidden... | 02 Jan 2004 17:30 GMT | 3 |
Hye friends!!! A silly question but still harassing me. I am developing one project and in that I want full support of MFC. So, what I have to make is make one project by Wizard (for MFC-->Dialog Application).. Now I want to hide that
|
| Post Build Events | 02 Jan 2004 16:52 GMT | 3 |
I'm calling xcopy in a post build event to copy some runtime requirements to the TargetDir of the application I am working on. Problem is that I only seem to be able to have 9 calls to xcopy. If I make any more calls than the 9, it will fail. I can call the same command 9 times, and ...
|
| How to freeup the memory... | 02 Jan 2004 16:01 GMT | 4 |
Hye, I am using one object which allocates around 2 MB of memory.. Now after use, I want it to free. But the task can not be done. the memory is still allocated and not freed. I am using it in thread. so, next time when thread
|
| GetProcessIoCounter | 02 Jan 2004 09:05 GMT | 1 |
I want to use GetProcessIoCounters function. My Visual Studio C++ is Version 6 with SP5. The MSDN library tell me that it is included in winbase.h(IO_COUNTERS) but I cannot find this function or the structure. What's the problem???
|
| IJW - How exactly? | 02 Jan 2004 07:24 GMT | 3 |
(I apologize if this is a fairly trivial question, but I mostly use C#, not MC++.) Problem: I've got an unmanaged DLL (and the LIB file), that exports a bunch of static functions. I'd like to be able to wrap this with a
|
| Compile and link time. | 01 Jan 2004 16:12 GMT | 1 |
Does anyone have suggestions (maybe options etc) as to how I could improve my compile and link time in VC7.1. I'm seeing a pretty bad deterioration from VC6. BTW, I use pre-compiled headers.
|
| Bounds Checker no longer works | 01 Jan 2004 14:31 GMT | 3 |
I am looking for a good bounds checker/memory leak check utility as Numega's Bounds Checker v6.01 is not working with VC.net. Any suggestions? Tom
|
| Need for commands for receiving attachments from program.. | 01 Jan 2004 14:28 GMT | 1 |
Hye friends!!! Jigar Mehta from India. Currently making one program in VC++ like outlook express that sends and receives mails from the server (pop3, and smtp server only)... I can not find commands that are needed for
|