| Thread | Last Post | Replies |
|
| C++ Help! | 28 Jun 2004 16:10 GMT | 3 |
Hi I'm trying to print "Spiderman is amazing" twice but on the secon line, it is giving me some weird symbols. Can someone please help m fix this problem... Thanks... #include <iostream.h>
|
| Checking active solution configuration at compile time | 28 Jun 2004 11:11 GMT | 3 |
Is it possible to check the active solution configuration (debug, release or some user defined) at compile time using for example preprocessor directives? Best regards, Michael
|
| How does one set focus to an IP Address control on a Property Page | 28 Jun 2004 07:52 GMT | 1 |
I am unable to set focus to an IP address control residing on a Property Page, following validation of the IP when the user hits the 'Finish' button on the Property Sheet. I've unsuccessfully tried to use: CWnd::SetFocus CIPAddrCtrl::SetFieldFocus
|
| Internal Compiler Error mscl.cpp line 2701 | 28 Jun 2004 07:17 GMT | 2 |
Compiler: msvc 7.1 AppType: console OS: WinXP Pro I now get this "Internal Compiler Error mscl.cpp line 2701" message when I
|
| Problem with __declspec(dllexport)/__declspec(dllimport) in mixed assembly | 28 Jun 2004 01:58 GMT | 3 |
Hajo, I have two dlls, both of them are compiled with /clr switch. In first dll project I have managed and unmanaged classes. One of the unmanaged I would like to use outside therefore
|
| newb needs your help :) | 27 Jun 2004 04:03 GMT | 2 |
hey guys just signed up and i hope to make this forum my second home
:) anyways i want to go right into game programing so i installed DX9 SDK and started reading but when it come to testing some of the samples
|
| How to load assembly from GAC using unmanaged C++? | 26 Jun 2004 07:29 GMT | 2 |
Hello group! How to load assembly from GAC using unmanaged C++? I want load assembly into memory or get path to file on disk. Alex.
|
| bool ./. Boolean | 25 Jun 2004 21:04 GMT | 2 |
is there a difference in using int or System.Int32 in C++ .NET ? Or more general using the .NET Framework type instead of the C++ types ? Performance ? What's the best practice ?
|
| HELP !!!! | 25 Jun 2004 14:59 GMT | 1 |
I want to use in dotnet C# tabcontrol and tabpage as a wizard like CpropertySheet and CPropertyPage in VS 6.0 MFC. Is this possible ????? Help please
|
| Destructor and garbagecollector | 25 Jun 2004 14:21 GMT | 13 |
I have written a dotnet class that in its constructor consumes a license from a central license pool. In the destructor it free the license again. But since I don't know when the destructor is called (that is up to the garbage collector) the object (and hence the application) ...
|
| Help with Dialog Resource Template | 25 Jun 2004 11:38 GMT | 1 |
Trying to create a File Preview Dialog. Have created a resource template with GroupBox (ID = stc32). File Open is displayed fine. when I add an activeX control to the dialog, I am getting this error: "The Dialog Box could not be created" error How do I add an activeX (where my ...
|
| Build.Net Release 0.6.2 | 25 Jun 2004 09:05 GMT | 3 |
Build.Net is a build tool that parses and builds VS.NET project files. Build.Net is run from the command line. It recursively searches a directory for VS.NET project files to build. This directory to be searched is passed in via the '-find' parameter. Any *.csproj OR
|
| How to use profiler in .NET 7.1 | 24 Jun 2004 14:57 GMT | 3 |
Platform - Windows 2000 Professional , VC .NET 7.1 Hello, I have recently ported my source code from Visual Studio 6.0 to .NET 7.1 Previously with Visual Studio 6.0 I was using the profiler in the following
|
| Stderr redirection in VC 7 failed | 24 Jun 2004 11:42 GMT | 2 |
I had a project which used to redirect stderr to a file in VC 6. (working fine) When I ported it to VC 7 it does not put messages in the file. Any ideas???
|
| compilation or debug 16-bit Application using VC++ 6.0 | 24 Jun 2004 03:21 GMT | 6 |
Hello Al I am re-designing 16-bit application of other party. but currently i don't have VC++ 1.52 I want to compile or debug the original 16-bit application Thank you.
|