I am trying to run a directdraw demo program I found on the VC++ 5.0 CD. But I cannot get past the "error LNK2001: unresolved external symbol _DirectDrawCreate@12".
What should I do to get rid of ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10124880.html
Zones:
C++Date Answered: 02/04/1999 Rating: 7.6 Views: 0
I have created and successfully compiled a simple dll (dlltest), using VC++. It's just the sample DLL that is created when you do a new project. It exports a function, fnDlltest().
I then create...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_20014502.html
Hi Experts,
I have a test program to test a dll. However, I got tons of errors while compiling the test code. Could anyone please tell me does my *.dll file have problems or my linkage is...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20884130.html
Zones:
C++Date Answered: 02/13/2004 Rating: 7.8 Views: 0
i have a c++ program that is supposed to use winsock2.
it's compiling, but during linking i get a stack of errors
that look like:
Linking...
clientc.obj : error LNK2001: unresolved external symbol...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10010905.html
Dear people:
occationally I've tryed to build an example program in the book of
"INside Visual C++" from Kruglinski with MSVC++ 4.0. It looks like
follow:
file1: Main.cpp
----------------
#inclu...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10020455.html
Zones:
C++Date Answered: 10/11/1997 Rating: 6.2 Views: 0
I call InetIsOffline in my program, which is declared in "Intshcut.h".
I include this header file, but when linking, error LNK2001 appears. How to resolve it? Pleas help me.
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10332665.html
Zones:
C++Date Answered: 04/24/2000 Rating: 9.2 Views: 0
I have a VC++6program which call an dll : vctest0.dll in my source program "vctest0a.cpp", which is as follows :
#include "stdafx.h"
#include <c:\vctest0\vctest0.h>
__declspec( dllexport ) i...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20405794.html
Zones:
C++Date Answered: 01/15/2003 Rating: 8.2 Views: 0
How can I get VC++ to link my DLL without LNK2001 errors to a variable, function or class that is defined externally elsewhere in the linking code?
In linux, it goes without fuzz with -rdynamic....
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20426279.html
Zones:
C++Date Answered: 02/05/2003 Rating: 9.2 Views: 0
Hi All,
I have been facing a peculiar linking error with my template class on both GNU C++
compiler and Visual C++ compiler. Can anybody help me in this regard. It is a part
of my project wo...
http://www.experts-exchange.com/Programming/Misc/Q_20774052.html
Zones:
ProgrammingDate Answered: 05/08/2004 Rating: 8.8 Views: 0
I'm currently fooling around with the declspec (import/export) function and have a couple of questions.
BTW, this is in MSVC++ 6.0.
I have "Plugin" project that is using the declspec(export) ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CPP/Q_21030845.html