| Thread | Last Post | Replies |
|
| How to handle space in directory name with FtpSetCurrentDirectory | 14 Jan 2006 11:30 GMT | 3 |
I need to FTP a file to an FTP server -- the destination path has spaces. When I interactively change directory using FTP in a command window, I can put double quotes around a directory name that has one or more spaces. Then the CD command will work.
|
| horizontal line in a dialog resource or? | 13 Jan 2006 22:24 GMT | 1 |
I tried to get a horizontal line. I'm not really a windows guru but I guess, there must be a simple way. Who could tell me how to do this please? (my try : did not work)
|
| managed singleton | 13 Jan 2006 20:18 GMT | 1 |
Does anyone know of an example for a managed singleton in vc 2005 syntax? I understand the singleton pattern but am having problems with managed syntax. TIA
|
| VS 2003 to VS 2005 difficulties | 13 Jan 2006 19:59 GMT | 1 |
I removed VS 2003 and all SDKs. I installed VS 2005. My problem: The Windows XP Bluetooth API appears to be missing in VS 2005. I re-installed the April 2005 SDK. My new problem: __CxxFrameHandler3 errors at link time.
|
| Novice VC++ upgrade question. | 13 Jan 2006 19:15 GMT | 1 |
I have a question on an error I got from compiling some test C++ code in VS2005 that I had originally written in C in VC++ 6.0 In the original C test code I have my source broken up into two .c files. One file (main.c) contains an array of procedures and above
|
| System::Net not found on VC 2005 Express Edition | 13 Jan 2006 18:01 GMT | 2 |
I'm trying to build a network example on VC 2005 Express, but keep getting the message that the System::Net namespace does not exist. Any ideas? -Don
|
| /O2 bug? | 13 Jan 2006 12:47 GMT | 4 |
I don't know whether this is a known buf. The following snippet: == start == #include "stdafx.h" #include <iostream>
|
| typeid problems -- _non_r | 13 Jan 2006 08:49 GMT | 4 |
I am programming in microsoft VC++ 7.1 and get an unhandled exception when I use typeid on a deferenced pointer. So I tried the example below, from the msdn site and I am seeing the same error as with my code, "Unhandled exception ...
|
| Adding custom Mail header to System.Net.Mail.MailMessage | 13 Jan 2006 03:32 GMT | 2 |
I am creating MailMessage out of already existing email message. My existing message has few custom properties. I wan to add them to System.Net.Mail.MailMessage How to add custom properties?
|
| How to compile activex dll in vc? | 12 Jan 2006 23:48 GMT | 1 |
Hello NG, is it possible to compile a activex dll (which is usable in vb6) under vc7 ? I`ve got a little sample project which is of type "Dynamic Library (.dll)" and i´d like to use the compiled dll in Vb6.
|
| Async Delegate | 12 Jan 2006 23:46 GMT | 3 |
hi, im trying to create a delagte for my async socket program but i cant figure out how to create the async delegate for it. heres what i have so far... AsyncCallback * conasync = new AsyncCallback(0, this->ConnectCallBack);
|
| programming battleship issue | 12 Jan 2006 23:27 GMT | 1 |
hi, im trying to program the game battleship but i cant figure out how to code how people can place the ships and keep track of it. Ive been trying and researching for a couple days now and am at the end of my rope...if anyone cal help thatd b awsome.
|
| Command line arguments ignored | 12 Jan 2006 22:55 GMT | 4 |
I am developing a C++ project and want to pass some command line arguments in VS .NET 2003. I am in debug mode, the configuration is set to Debug and I entered my argument list in Project -> Project Properties -> Configuration Properties -> Debugging -> Command
|
| Manually Host CLR | 12 Jan 2006 13:12 GMT | 9 |
I need my unmanaged app to work with managed controls, but I can not use the /clr option. I have read that the Common Language Runtime can be "hosted manually" which eliminates the need to turn on the /clr option. How is this done?
|
| Cannot convert parameter from cli::interior_ptr<Type> | 12 Jan 2006 12:42 GMT | 2 |
I've just started using managed C++ with VS2005, so please forgive my ignorance. I'm investigating producing a managed wrapper for some functionality of the Windows Media Format SDK.
|