| Thread | Last Post | Replies |
|
| operator = defined using template? | 28 Aug 2003 11:47 GMT | 3 |
I defined operator = using template member function for a template class. However compiler failed to recognize it is defined and created its own version (which was member-wise copy, and a result was disastrous and hard to debug bug, as pointer was copied).
|
| LNK2020 unresolved token error | 28 Aug 2003 10:51 GMT | 1 |
Hi, If I 1) create a brand new Visual C++ Project -> Class Library (.Net) 2) in the stdafx.h file add #include <atlbase.h> I get the following errors:
|
| Custom controls | 27 Aug 2003 22:05 GMT | 1 |
Where are some good places to look for custom controls? I only know of code project, which has been very good. Rob
|
| Problem finding atl source while debugging | 27 Aug 2003 20:32 GMT | 2 |
I have a project which when built and debugs looks for the source to atl here f:\vs70builds\3077\vc\mfcatl\ship\atlmfc\include\atlcomcli.h Has anyone seen this problem and hopefully know how to fix it so I don't
|
| VC6 COM Server EXE upgrade to VC7.1 - "Server Execution Failed" error coming from CoCreateInstance | 27 Aug 2003 14:55 GMT | 1 |
All: I recently upgraded a VC++6 COM Server Exe project to VC++7.1 (w/ the latest PSDK). After a couple of minor hurdles, I got the project to compile and
|
| problem with bool in unmanaged/managed interop | 27 Aug 2003 08:39 GMT | 1 |
When I have an unmanaged class (compiled without /clr or with #pragma unmanaged) with return type virtual bool, the return value always comes out true when called in managed code. Only happens with virtual and bool. Sample
|
| Calling a "Mixed mode" dll from c# | 26 Aug 2003 19:30 GMT | 4 |
I have just implemented a "mixed mode" dll in VC++. I have implemented this dll in accordence with several articles found on the MSDN website including KB 814472. The crux of the problem is that when the dll is built
|
| unicode vs. ansi strings in WriteFile | 26 Aug 2003 01:04 GMT | 1 |
I am extending an existing MFC app to use Unicode (for a Japanese version of the interface elements). The app's purpose is to control a peripheral device through the serial port, and the device only understands ansi strings
|
| boost::intrusive_ptr and Managed C++? | 26 Aug 2003 00:53 GMT | 3 |
Has anyone used boost's intrusive_ptr with Managed C++ extensions? I have a small project where the executable (managed) is linked to a native C++ dll. The code looks like:
|
| ReleaseVersion problem.. because CString .... | 25 Aug 2003 23:35 GMT | 2 |
Release Version Only Problem.. this simple.. class include member variable CString, make many object and free. but programe using memory size is big and big..(only release version, debug version
|
| Any easy way to find functions that are not called | 25 Aug 2003 21:59 GMT | 2 |
Question: Is there any way to use the Visual Studio .NET environment to easily identify C and C++ functions that are not called? If not, does anyone have any recommendations on some other software that I can quickly get my hands on to do this?
|
| CPU Temperature | 25 Aug 2003 19:40 GMT | 1 |
How can I call some API to get the CPU Temperature Thanks
|
| LNK 2019 with std::basic_ostream since switch form 2002 to 2003 | 25 Aug 2003 13:31 GMT | 1 |
linking external libraries, which linked perfectly under net 2002 bring up lots of unresolved external symbols for standard iostream calls: any idea what could cause that or how to fix that problem?
|
| mixed-mode DLL: register corruption occurs when managed C++ calls unmanaged C++ | 25 Aug 2003 06:30 GMT | 5 |
We are using Visual Studio.NET 2003 in our project with .NET framework 1.1. One of our libraries is a mixed-mode dll assembly consisting of one managed C++ library, and several unmanaged C++ libraries. We are using managed C++ as a bridge between managed .NET code and unmanaged
|
| create worker thread in managed c++ | 25 Aug 2003 02:15 GMT | 2 |
i have class foo. and 2 methods. X-method. Y-method.
|