Can someone tell me why this code causes an error? I'm using Visual C++ 4.0 on Windows 95.
I have 3 files in my project:
Main.cpp
Cat.cpp
Cat.hpp
---------
Main.cpp:
// Inclusions.
#include <ios...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10025051.html
Zones:
C++Date Answered: 10/20/1997 Grade: A Views: 0
Hi,
I added paintlib to my DLL. I get the following error:
libcmt.lib(crt0init.obj) : error LNK2005: ___xc_z bereits in msvcrt.lib(cinitexe.obj) definiert
libcmt.lib(crt0init.obj) : error ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10354800.htm...
Zones:
Windows MFCDate Answered: 05/25/2000 Grade: C Views: 0
I have uploaded the entire (which is small so please look, it's bascially like 50 lines of code) project at:
http://members.home.nl/siaon/Billing Server.zip
It's a free 50 pts!!!
...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20351015.html
Zones:
C++Date Answered: 09/07/2002 Grade: A Views: 0
Hi,
I am consistletly getting LNK2005 - multiple redefinitions.
The redefined elements are found in the dll 'PerlinDLL' which is loaded in stdafx.h shown below.
Stdafx.h is included in two ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CPP/Q_21562414.html
Hi folks, i want to use CSocket (with CArchive) classes in my COM project.
what includes do i need and where do i put them?
i tried using #include <afxsock.h> in stdafx.h but get an error LNK...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10517478.html
While compiling my project i'm getting this error, and since i'm not an experienced C++ programmer i have no idea where to begin.
Please tell me what to look for or even better how to solve this.....
http://www.experts-exchange.com/Programming/Languages/CPP/Q_11488039.html
Zones:
C++Date Answered: 10/20/2000 Grade: A Views: 0
Hi!
i wrote a graphical library (dxmanager.lib, based on direct 3d), it works perfectly with win32 apps, but if i try to use it with an mfc app, i got these 2 links error (by the way, i've never d...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20275246.htm...
Zones:
Windows MFCDate Answered: 04/02/2002 Grade: A Views: 0
Linking...
SpectroDlg.obj : error LNK2005: _versiontxt already defined in Encoder.obj
Debug/Spectro.exe : fatal error LNK1169: one or more multiply defined symbols found
Error executing link.exe...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_21452895.htm...
Zones:
Windows MFCDate Answered: 06/30/2005 Grade: A Views: 0
I'm getting a LNK2005 error due to redefinition of some functions. The project has a main (test.cpp), two classes (myclass1.h, myclass1.cpp, myclass2.h, myclass2.cpp), and another header file (mor...
http://www.experts-exchange.com/Programming/Misc/Q_21826658.html
Zones:
ProgrammingDate Answered: 04/30/2006 Grade: A Views: 0
when I convert my program form using MFC as shared DLL to static,it
occurs error lnk 2005 as following:
msvcrtd.lib(MSVCRTD.dll) : error LNK2005: "public: virtual __thiscall exception::~except...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10432326.htm...
Zones:
Windows MFCDate Answered: 08/10/2000 Grade: C Views: 0