| Thread | Last Post | Replies |
|
| why property view become blank when .h or .cpp edit view get focused? | 11 Jan 2008 16:52 GMT | 3 |
I'm writing C++ code with visual studio 2005, I find when my source edit view get focused, the property of this class is missing, so if I want to add a virtual function or a window's message handler function, I must click in class view.
|
| MSDN Examples | 11 Jan 2008 09:56 GMT | 12 |
Whenever I download MSDN examples and then try to build them It says 'Build skipped' and never builds them. Hence I can not run them. What am I doing wrong??? Cheers.
|
| Modeless dialog box | 11 Jan 2008 02:34 GMT | 3 |
I am creating a modeless dialogbox. The problem is in keeping track of it. How can I keep track of it in CDocument class (CBioSpecDoc) so that I don't create multiple instance of it when it is still active. When I cancel it; it destroys it using the OnCancel() function of the ...
|
| Having Trouble Calling ! Finalizer because of Operator Overloads | 10 Jan 2008 18:08 GMT | 3 |
C++ CLR .Net 2 I have a ref class that I have created that wraps an unmanaged pointer. It acts like a smart pointer for reference counted objects for a particular library I am working in. I have overloaded the ->, *, assignment, and
|
| how to search tfs by name of file or contents in file? | 10 Jan 2008 17:41 GMT | 1 |
how to search tfs by name of file or contents in file?
|
| free unmanaged resource from managed code | 09 Jan 2008 21:13 GMT | 8 |
In C++/CLI, is there a way to free an array allocated from an unmanaged dll ? In my managed code, I call a function from that dll which returns me an array of bytes. But how can I free it ? Thanks
|
| Mixing C++/CLI and managed extensions for C++ | 08 Jan 2008 15:36 GMT | 2 |
Our company has a mix of users with VS2003 & VS2005. I'm am having difficulty working out how components written with these 2 tools can be written together. I want to be able to a) incorporate a C++/CLI DLL written in VS2005 into a managed extensions app written with VS2003
|
| absolute address | 08 Jan 2008 07:43 GMT | 1 |
David Lowndes wrote:
> *>How do you print a document using win32 api? > > What sort of document? |
| absolute address | 08 Jan 2008 02:20 GMT | 4 |
in delphi you can use Ptr to an absolute address, can i do this in vc++. in dos, i can use a dos font. i assume that if i save the dos font to disk, then edit it, i have a new font. any copyright issues. or michael mediford 20 years wrote editfont which did exactly that for dos. i ...
|
| GetProcaddress returns null but GetLastError indicate no problem | 07 Jan 2008 15:00 GMT | 7 |
I have this classic code : load a dll, and get a pointer on a specific function in that DLL. The GetProcAddress() returns NULL, but the GetLastWin32Error() function says : operation successful.
|
| Macro to compile a file set (cpp/h) | 07 Jan 2008 14:32 GMT | 5 |
Is it possible to write a macro that compiles a file set (cpp/h). I can find it on the menu if I right click on a cpp file but it would be nice to just have a macro that I could call using a shortcut.
|
| absolute address | 07 Jan 2008 07:58 GMT | 1 |
Never Mind; How do you print a document using win32 api? cuz i was using 10 dos compilers I had to open a file for writing, do some writing to the file, close it, and then use system("print file"); and believe it or not it
|
| how to link unmanaged c++ into .net class library to test with nunit? | 07 Jan 2008 03:11 GMT | 5 |
hi, i am teaching a class using visual studio 2003 in the labs at school and trying to get some pure c++ into a dll so i can sic nunit on it. trying to put the code below into a .net class library gets unresolved
|
| Console::Writeline() | 07 Jan 2008 02:41 GMT | 2 |
I've got an MFC application in VS2005(VC++). It's a mixed-mode application. Whenever I use Console::Writeline() It never displays any thing (I don't get any output). Here is some code example:
|
| What is the difference between WM_ACTIVATEAPP and WM_ACTIVATE | 07 Jan 2008 01:48 GMT | 2 |
Want to be sure I understand the difference between WM_ACTIVATEAPP and WM_ACTIVATE. Is it true that: WM_ACTIVATEAPP is sent/received only if the other window is in a different
|