| Thread | Last Post | Replies |
|
| operating system | 11 Feb 2004 22:26 GMT | 1 |
Can I run the c++ compiler on the operating system that I have.. Windows nt 4 ser.pack 6a.. I understan that the compiled programs will run on my system.. I need to know if anyone is using the compile on my type of operating system.
|
| linking problem | 11 Feb 2004 04:22 GMT | 2 |
I am making a simple triangle using glut in a win32 app and am getting an error The error is this Linking...
|
| Managed C++ Compiler Bug ambiguous conversion with class Object | 11 Feb 2004 02:23 GMT | 1 |
There seems to be a bug in managed VC++ when a class is named 'Object'. The code following demonstrates the problem. Note that if the class named 'Object' is renamed ( and references to it changed appropriately ) it compiles ok. It makes no difference if class
|
| Unmanaged exception caught how in managed code? | 11 Feb 2004 01:16 GMT | 12 |
Suppose the following: // Unmanaged code class UnmanagedException /* not visible outside of unmanaged code */ {
|
| Help with RC file from beginner- don't know where to start | 10 Feb 2004 23:30 GMT | 1 |
I'm trying to find the code that's executed when a button in a dialog is pushed. In my AppMaster.rc file, I have a Dialog folder with IDD_DIALOGBAR1 and IDD_DIALOGBAR2 .
|
| Multi-threaded overlapped serial I/O in Visual C++ problems... | 10 Feb 2004 22:36 GMT | 2 |
I have been having a problem with multi-threaded reading and writing over a serial port from Visual C++. The details can be found in a sort of log I created on the site where I found the source code that I used as a starting point. If you go to the following page and scroll down ...
|
| COM Object Won't Register in .NET | 10 Feb 2004 20:37 GMT | 1 |
I have a COM (inproc) object that builds, registers and runs fine in VC6.0. It builds on .NET and "registers" without error, but nothing in the registry gets updated. This code was unmanaged in 6.0 and is likewise in .NET Any clues
|
| VC++.NET & ASP.NET | 10 Feb 2004 20:36 GMT | 1 |
Hi all, i am a newbie. Can we call & use VC++.NET within ASP.NET page Thanks very much
|
| GlobalAddAtomW in CreateProcessW crashes in VC7 works fine in VC6 | 10 Feb 2004 19:09 GMT | 1 |
Switched from VC6 to VC7 and CreateProcess started giving access violation inside KERNEL32.DLL!GlobalAddAtomW() + 0x1d KERNEL32.DLL!CreateProcessW() + 0x2a
|
| Trouble displaying MessageBox from VC++ form | 10 Feb 2004 18:40 GMT | 20 |
I'm having a strange problem (or at least it seems strange to me) trying to display a MessageBox in a VC++ .NET forms application. If I put the call to MessageBox::Show in the form's .h file, it works just fine.
|
| Visual C++ Upgrades | 10 Feb 2004 16:43 GMT | 2 |
Ive been using VC++ 6.0 for some time now, but I suspect the libraries are out of date fo applications running under Win XP and Win 2000 How do I upgrade this product or get latest libraries and/or include files ????
|
| function parameters/reference? | 10 Feb 2004 15:09 GMT | 1 |
What is the difference between void MyFunction(int& param1){... void MyFunction(const int& param1){... void MyFunction(const int param1){...
|
| Calling C++ Functions | 10 Feb 2004 13:17 GMT | 4 |
If I was using C# and wanted to call the printf function what would I do? Specifically i want to convert a string to octal and as there is no facility for doing this in C# i figured i'd look at using C++. Even better would be a function that returns me a string or char array to C# ...
|
| Memory leakage !! | 10 Feb 2004 12:23 GMT | 1 |
I have placed MS comm control on Test dialog, While initiate the dialog it is occupying around 2MB space, I am unable to free this space. I am giving the snippets of the code. MSComm m_ctlComm;
|
| adding/modifying code of dialog in RC file | 10 Feb 2004 10:01 GMT | 1 |
Under my myApp.rc file, and under the Dialog folder, I have a Dialog named IDD_DIALOGBAR13 with several buttons. How can I modify the code in these buttons? thanks.
|