| Thread | Last Post | Replies |
|
| Regarding RS232 PORT communication in VC++ | 28 Jun 2005 13:00 GMT | 1 |
Hi dear friends, I am looking for sample RS232 port communication SAMPLE program in VC++. Where can I download it?
|
| Crash in _vsnprintf? va_args issue help | 23 Jun 2005 19:25 GMT | 1 |
I'm porting an application from VC++ 6.0 to VC++ 2003 and I'm seeing crashes sometimes when _vsnprintf is called sometimes with format strings that have a"%s" in them. When I debug the code within _vsnprintf_ it calls output and internally after finding the %s it tries to get ...
|
| Deserialization (IMPLEMENT_SERIAL bug) | 23 Jun 2005 19:10 GMT | 1 |
Does anybody know the status of this bug (KB322621)? We're running on XP Pro (all critical updates applied); compiling with VC++ .NET 2003 (our customers will be running on a variety of computers). I'm deciding if I should abandon CArchive in its entirety and just roll my
|
| ifstream upgrade? | 17 Jun 2005 21:59 GMT | 1 |
I'm attempting to upgrade code written w/ VC++ 6.0 to .NET. I'm aware of most of the "major" changes from 6.0 to .NET, but subtle changes keep popping up that I'm having difficulty finding documentation on. For example, several user defined classes store an ifstream data member ...
|
| Replacing DLLs | 14 Jun 2005 13:11 GMT | 3 |
If I have an application that uses 3rd party libraries is there any possibility to replace these 3rd party libraries (DLL) in my app without making any changes to my source code? Basically I would wan't to perform couple of operations in my own library and then delegate the ...
|
| link error LNK2019 | 02 Jun 2005 07:02 GMT | 3 |
------ Build started: Project: VESTA_SOAP, Configuration: Debug Win32 ------ Compiling... VESTA_SOAP.cpp Linking...
|
| How to watch the export functions from a managed DLL? | 01 Jun 2005 08:22 GMT | 1 |
I can use the tool such as dllexp.exe to watch the export functions which built by unmanagedC++, but I can not watch the export function or class built by managedC++ . Who know where has the tool that can watch this?
|