| Thread | Last Post | Replies |
|
| dotnet and opengl | 20 Jan 2004 09:25 GMT | 2 |
I want to use (Visual C++) .NET and OpenGL. Are there any known problems or limitations? And can anyone tell me where to get some examples?
|
| IDCANCEL control problem | 20 Jan 2004 09:03 GMT | 2 |
I have a dialog that has a couple of buttons, of which one is a button with id IDOK and there is no button with id IDCANCEL. When I try to add a button called IDCANCEL I get the message that it already exists. When I created this dialog I probably deleted the IDCANCEL button. ...
|
| Managed DLL -- Don't want all Public __gc Classes available | 20 Jan 2004 05:49 GMT | 1 |
Using VS.net 2003 / Managed C++ I have created a base object (public __gc CBaseObject) that everything in my project inherits from (Similar to how everything really inherits system::Object).
|
| importing VC6 dlls into VC.net (using MFC) | 20 Jan 2004 05:46 GMT | 1 |
I'm using VS.NET 2003 on Win2000 (SP3). I am trying to import a dll developed in VC++6.0 into my VC.net project. I keep getting linker errors complaining about GetThisClass and GetThisMessageMap functions from
|
| Obtaining Visual C++ Command Line Tools | 19 Jan 2004 20:20 GMT | 4 |
Where can a small and current version of Microsofts Visual C++ command line tools be obtained? I currently program Windows in MASM32 and can program DOS in C++ and would like to learn to program Windows with vc++. Thanks......
|
| Please help with linking vs7 c++ to fortran dll | 19 Jan 2004 16:47 GMT | 2 |
Help! I'm new to c++, and am breaking my teeth on MS Visual C++ (bundled within Visual Studio .NET 2003). Am trying to link simple c++ code to fortran dlls created in Compaq Visual Fortran (v6.1). Posts concerning this topic are common, but none of the posted solutions I've tried ...
|
| Resources Help ... Please??? + feedback for Microsoft | 19 Jan 2004 16:13 GMT | 1 |
I would be really grateful if someone would help me. I have scoured the docs and the web for this I am writing a VC++ application, using .NET and Windows Forms. I am using Visual C++ .Net Standard Edition 2003 I would like to include resources in the .EXE file. (Icons) I can do it ...
|
| Application Icon | 19 Jan 2004 15:57 GMT | 1 |
Im using VC++ 2003 for a WinForm application. How do I change the application's icon (the one that shows up in WIndows Explorer) to one of my choice? Thank you, Joe
|
| how can use old MFC functions inside a .NET project? | 19 Jan 2004 15:39 GMT | 6 |
I need use some old function contained in MFC. But my project is a .NET (VC++.NET 2003), so how can i do? THANKS for answers.
|
| Detecting Windows version | 19 Jan 2004 13:35 GMT | 1 |
I wonder how you through a Visual Studio C++ 6.0 program can detect the Windows version, e g XP, 2000 or 98 Thanks Joachim
|
| FATAL Internal Error - Visual C++ DOTNET 2003 | 18 Jan 2004 08:51 GMT | 3 |
Hi I am trying to do the following template <class X> class CA
|
| Cannot Compile/Debug Project | 18 Jan 2004 04:43 GMT | 1 |
I am able to successfully build my project using a fresh install of Visual Studio .Net, but when I try and compile/run it, a dialog box comes up stating: "Unable to start debugging."
|
| USB memory | 17 Jan 2004 22:03 GMT | 3 |
I wonder how you can search through all drives (a:, b:, c: etc) and then especially, if the drive exists, how to find out if it is a USB memory drive or not. I am using MSVC++ 6.0. Thanks in advance,
|
| Creating a Thread with param a class | 17 Jan 2004 17:22 GMT | 1 |
i am trying to create a Thread using _beginthread that will access data in a class but i keep getting a C2664: '_beginthread' : cannot convert parameter 1 from 'void (DBLR<T>&)' to 'void (__cdecl *)(void *)' with [ T=Packet *]. Anyone who can help, please do so, its ...
|
| XmlSerialize to XmlDocument | 17 Jan 2004 17:17 GMT | 1 |
I have noticed that the XmlSerializer seems only to serialize to a file of sorts. What I would like to do is take an object, serialize it to an XmlDocument in memory (or some other way to hold the Xml data in memory), and then pass it to another function. Is there anyway to ...
|