| Thread | Last Post | Replies |
|
| Reference indirection with % confusion in c++/cli | 24 Jan 2005 23:28 GMT | 4 |
I have the following code: using namespace System; ref class R {
|
| Using ATL Classes (especially ATL MFC Shared Classes) in a Win32 A | 24 Jan 2005 23:07 GMT | 3 |
I seek to understand ATL better. When I create a Win32 Project (App or DLL) the option to add support for ATL (or MFC) is not selectable. It is only selectable for a Win32 Console App. However, it seems that ATL-MFC Shared classes, e.g. CString, CStringT, and the new CRect, can ...
|
| Fastest way to learn C++ | 24 Jan 2005 15:29 GMT | 9 |
Is it really necc to learn about C then C++? I want to be able to do driver development and activeX control development with C++. What would you suggest that would get me up-to-speed ASAP?
|
| Fastest way to lean CPP? | 24 Jan 2005 14:48 GMT | 1 |
I want to do driver development and activeX creation......what would you suggest as far as the best/fastest path to learning C++ for these tasks?
|
| Just a test C++ | 24 Jan 2005 12:37 GMT | 2 |
One of my messages that mentioned C++ in the subject was immediately deleted by the server....just testing to see why....
|
| When the function has two arrays to return | 24 Jan 2005 10:56 GMT | 1 |
This function will return two values: using namespace System::Runtime::InteropServices; int function1([Out] int * value2); But how can I do that with arrays?
|
| Porting MFC app from VC6 to 2003 | 24 Jan 2005 09:19 GMT | 2 |
I have an MFC application originally developed in VC++ 6.0. The port to VC++ 2003 went fine except for a few message handlers: In the .h file afx_msg void OnPingFailed( WPARAM wParam, LPARAM lParam);
|
| fstream issue. any ideas? | 24 Jan 2005 03:04 GMT | 4 |
I'm trying to get some information dumped from a program that's giving me fits, but when i try to use the ofstream class to dump to file, i get a message from the compiler that it doesn't exist. This is a simple program for a class (intro to opengl) wich uses only one .cpp file ...
|
| VC.NET: "import" some pixels from underneath a window | 23 Jan 2005 23:49 GMT | 1 |
In VC or VC++, suppose I have a simple window (a form). Is it possible from that window to "see" what's underneath a particular pixel? Basically, I want to "import" some pixels underneath my window,
|
| How to set the environmental variables | 23 Jan 2005 18:59 GMT | 1 |
(Type your message here) -------------------------------- From: Milos Puchta We have problem with the building Qt examples
|
| Linking . . . | 22 Jan 2005 15:09 GMT | 1 |
hi i've made my program compiles but when i go to run it , i click run to run the program but it gets stuck on Linking. . . . and vs c++ wont respond
|
| Keeping a handle on your transitions in a mixed assembly | 22 Jan 2005 09:18 GMT | 1 |
Our project consists of some mixed .dlls and recently we noticed that it had slowed down. When I investigated I figured out that some inlineable methods of a native C++ type were compiled into (not inlined) IL methods. Thus we ended up with the standard two entry points with the ...
|
| Visual Studio 6.0 excrutiatingly slow under XP SP2 | 22 Jan 2005 08:07 GMT | 7 |
I have Visual Studio 6.0 stand-alone (with C++) and as part of Compaq Visual Fortran 6.6c. I am moving my development from a Win 98 SE machine w/2x 10 Gb HDD (each w/ 1Gb free), 768 Mb RAM to a 3.2 MHz Win XP Pro machine w/147 Gb HDD
|
| MS VC++.NET 'release' command? | 22 Jan 2005 08:01 GMT | 4 |
I have a process that takes a long (i.e., sometimes minutes) to accomplish, and I'd rather not write it as a 'time-slicing' process. Is there some sort of Windows call that will allow this process to release the CPU for other processes, yet will return where it left off ...
|
| Can we create .OCX control in ATL project type | 22 Jan 2005 07:02 GMT | 6 |
Can we create an ActiveX (.OCX) control in ATL project type? Is project type for creation of .OCX file can only be ActiveX MFC type? If yes, Could you suggest me some Links? My Requirement: To create an ActiveX control that could be include in a web
|