| Thread | Last Post | Replies |
|
| write via parallel port | 22 Jul 2005 08:59 GMT | 1 |
Hi, I have trouble writing on parallel port using C++. It's been years I have worked with C++, I would need files to use as examples. Thank you for helping... ********************************************************************** Sent via Fuzzy Software @ http://www.fuzzysoftware ...
|
| Forward declaration of C# types in managed C++ headers | 22 Jul 2005 08:05 GMT | 6 |
I'm working with C# objects from managed C++ using the gcroot template. There'a a C++ header containing the definition of a C++ class: #using <mscorlib.dll> #include <vcclr.h>
|
| what's wrong with my program? | 22 Jul 2005 07:50 GMT | 1 |
#include<iostream> #include<cstring> using namespace std; void quicksort(char *num,int len);
|
| Working Directory | 22 Jul 2005 07:13 GMT | 2 |
I'm using the OpenFileDialog class in my application and this changes my current working directory (cwd) when a user selects a file to open. Using MC++, how can I store my cwd into a String and then restore it after the call to OpenFileDialog?
|
| How to send large chunks of memory from UMC to C# via MC++? | 22 Jul 2005 07:12 GMT | 1 |
I am looking for advice on best practices. I am coding against a digital camera SDK. One of the callback functions returns the large, multi megabyte images in smaller chunks. Some of the images will be JPG, others will be RAW.
|
| create a standlone application with VS.NET2005 | 21 Jul 2005 19:35 GMT | 1 |
Please, how can I create a standlone application with Visual Studio.NET 2005? What should I change in compiler options? Thanks in advance
|
| function template methods and DLL exports | 21 Jul 2005 18:03 GMT | 2 |
I have a class declared as ff: class __declspec(dllexport) A { public: A() ;
|
| Build Problem - Debug Vs Release | 21 Jul 2005 17:01 GMT | 5 |
I have built a DLL in Visual C++ 6. When I build the DLL it builds fine for the debug version of the DLL (and this DLL works fine), however, I seem unable to build a Release version of the DLL. If I do a 'Batch Build' and select both Debug and Relase versions for building it will ...
|
| Drag & Drop User Control | 21 Jul 2005 16:17 GMT | 2 |
I am trying to create a windows application that will perform drag and drop between a usercontrol on a toolbar and a "user document". As the user control is being dragged accross the user document, I would like the image of the user document to be displayed.
|
| Telnet | 21 Jul 2005 15:36 GMT | 1 |
Team : I want to connect to linux server through telnet command, after that I want to execute some command in the server connected. My plattafom's launching is Windows with Vicualc6.0++
|
| function templates are not being compiled ! | 21 Jul 2005 14:53 GMT | 7 |
I have written a class, and several of it's methods are function templates. When I compiled the code, I realized that I had made some typos in the code - but the compiler seemed to skip right over these obvious errors. I gre suspicious and enterred XXX in one of the function
|
| Linker Error | 21 Jul 2005 13:36 GMT | 4 |
I have a VC 6 project with a few C source code files,and one c++ source file. When I refer to any function in the c++ file from the C file, i get a Linker error saying that "error LNK2001: unresolved external symbol _AddPicture" ( AddPicture) is the name of the function ...
|
| Does .NET CLR support any class functions to read/write profile, | 21 Jul 2005 12:15 GMT | 2 |
Does .NET CLR support any class functions to read/write profile, such as SDK function GetPrivateProfieString()/WritePrivateProfileString() for operating ini file? Thank you.
|
| How to convert unmanaged string with char array type to managed string with char array type? | 21 Jul 2005 09:32 GMT | 1 |
How to convert an unmanaged string with char array type to a managed string with char array type? Thanks. Regards,
|
| Command line arguments | 21 Jul 2005 04:17 GMT | 1 |
Excuse me please for the dumb question, but how do I fix the command line arguments in Visual C++ .NET Standard 2003? Thank you!
|