| Thread | Last Post | Replies |
|
| Link error LNK2019 | 30 Jul 2004 18:57 GMT | 1 |
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 ...
|
| Lapack with VC++ | 28 Jul 2004 13:53 GMT | 1 |
how can I install the library Lapack and creat the lib file with VC++. my thannks 10^9 xuan SON
|
| ___mb_cur_max unresolved: Yet MSVCRTD exports it! | 26 Jul 2004 19:08 GMT | 2 |
I have a DLL which I am trying to link in debug mode. To that end I've specified the multithreaded debug DLL version of the runtime lib which, if I've read the docs correctly, should leave me linking to MSVCRTD.LI My DLL is also linking to a static lib which was built using ...
|
| STL std::min | 24 Jul 2004 05:52 GMT | 1 |
I have visual studio .NET 2002 Pro and in c++ when I include <algorithm> I am not getting std::min. Any Ideas?
|
| Mixed DLL : conflicts when using of several imported unmanaged LIBs | 08 Jul 2004 13:46 GMT | 1 |
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!
|
| DDE Execute broken in MFC | 02 Jul 2004 17:40 GMT | 1 |
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 ...
|
| Fails to create implicit library with DLL | 02 Jul 2004 07:34 GMT | 3 |
I have the following command line for building a TEST.DLL, but the implicit .lib is not being created. Why? /OUT:"lib/TESTd.dll" /NOLOGO /DLL /DEBUG /PDB:"lib/TESTd.pdb" /OPT:NOREF /IMPLIB:"lib/TESTd.lib" kernel32.lib user32.lib gdi32.lib winspool.lib
|