Hi,
I am building an ATL-based COM project with VS 7.1 C++. I am getting a link error LNK2019 as below:
error LNK2019: unresolved external symbol _main referenced in function _mainCRTStartup
As far as I know the project doesn't have a _mainCRTstartup. So what is going on? Any help would be app...
more >>
hi,
how can I install the library Lapack and creat the lib
file with VC++.
my thannks 10^9
xuan SON...
more >>
I have visual studio .NET 2002 Pro and in c++ when
I include <algorithm> I am not getting std::min.
Any Ideas?
...
more >>
Hi,
I have imported several unmanaged C++ LIBs into a mixed C++ DLL.
Two LIBs have the class name (CLog) without namespace.
Is there a way to assign a namespace to each imported LIB in the mixed DLL project?
Thanks!
Bertrand Boichon...
more >>
CFrameWnd::OnDDEExecute appears badly broken, at least in my copy of VS .net
( MS Development Environment 2003 7.1.3088 )
Is this a kinown issue, and has a general fix been distributed anywhere?
Fortunately, it's a virtual method, so there's an easy work-around if you don't mind a little code...
more >>