Enter Keywords:
1 - 10 of 56(0 seconds)
Sort By:
 
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 ...
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...
Zones: Windows ProgrammingDate Answered: 12/30/2000 Rating: 9.6 Views: 0
 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...
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...
Zones: Windows ProgrammingDate Answered: 05/14/1997 Rating: 6.6 Views: 0
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...
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.
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...
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....
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...
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) ...
Zones: MS Visual C++, Plug InsDate Answered: 06/25/2004 Rating: 8.8 Views: 0