Click here to Skip to main content
15,920,896 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: setting the cusor in button object Pin
John R. Shaw22-Mar-04 21:02
John R. Shaw22-Mar-04 21:02 
Generalrounding up Pin
si_6922-Mar-04 1:19
si_6922-Mar-04 1:19 
GeneralRe: rounding up Pin
Steve S22-Mar-04 1:22
Steve S22-Mar-04 1:22 
GeneralRe: rounding up Pin
David Crow22-Mar-04 7:35
David Crow22-Mar-04 7:35 
GeneralImage File Formats Pin
Vini Deep22-Mar-04 1:13
Vini Deep22-Mar-04 1:13 
GeneralRe: Image File Formats Pin
Steve S22-Mar-04 1:21
Steve S22-Mar-04 1:21 
GeneralRe: Image File Formats Pin
John R. Shaw22-Mar-04 21:17
John R. Shaw22-Mar-04 21:17 
GeneralImplicit linking of DLL's Pin
Anonymous22-Mar-04 0:36
Anonymous22-Mar-04 0:36 
Hi,

I used in one of my projects implicit linking of DLL's from a foreign DLL file. From the DLL i had also the .h and the .lib files. I included the header file and linked the project with the .lib file.

For some reason, my application can't find a specific function in the DLL, subsequently I get a linker error message :
"RTest error LNK2019: Nicht aufgelöstes externes Symbol '"void __cdecl XaarJetPCICWriteColour1Memory(unsigned long,unsigned int,unsigned int,char *,unsigned int)" (?XaarJetPCICWriteColour1Memory@@YAXKIIPADI@Z)', verwiesen in Funktion '_main'", that actually means he can't find the function in the DLL.

In the DLL, the function was exported using __declspec(dllexport).

I thought first, it was only a problem with this function, but i could not call up any of the functions exported from the dll.

Note: I might have used explicit linking (handles ...) but i was requested to use only implicit linking.

Any ideas why can't I find the function in the DLL?

Thank you.

Oliviu Gagiu

GeneralRe: Implicit linking of DLL's Pin
Alexander M.,22-Mar-04 3:14
Alexander M.,22-Mar-04 3:14 
GeneralRe: Implicit linking of DLL's Pin
Nik0n22-Mar-04 4:07
Nik0n22-Mar-04 4:07 
GeneralExit a program using a button Pin
dreamerzz22-Mar-04 0:20
dreamerzz22-Mar-04 0:20 
GeneralRe: Exit a program using a button Pin
Prakash Nadar22-Mar-04 1:09
Prakash Nadar22-Mar-04 1:09 
GeneralRe: Exit a program using a button Pin
deniz79s22-Mar-04 2:15
deniz79s22-Mar-04 2:15 
GeneralRe: Exit a program using a button Pin
dreamerzz22-Mar-04 19:40
dreamerzz22-Mar-04 19:40 
GeneralRe: Exit a program using a button Pin
dreamerzz15-Apr-04 6:00
dreamerzz15-Apr-04 6:00 
GeneralReading a bitmap file Pin
poorni22-Mar-04 0:10
poorni22-Mar-04 0:10 
GeneralRe: Reading a bitmap file Pin
Branislav22-Mar-04 2:48
Branislav22-Mar-04 2:48 
GeneralRe: Reading a bitmap file Pin
poorni22-Mar-04 3:09
poorni22-Mar-04 3:09 
GeneralRe: Reading a bitmap file Pin
Branislav23-Mar-04 2:17
Branislav23-Mar-04 2:17 
GeneralRe: Reading a bitmap file Pin
Alexander M.,22-Mar-04 3:27
Alexander M.,22-Mar-04 3:27 
GeneralRe: Reading a bitmap file Pin
John R. Shaw22-Mar-04 21:37
John R. Shaw22-Mar-04 21:37 
GeneralAssertion Pin
21-Mar-04 22:33
suss21-Mar-04 22:33 
GeneralRe: Assertion Pin
Prakash Nadar21-Mar-04 23:12
Prakash Nadar21-Mar-04 23:12 
General24 bit bitmap VC++ .NET Pin
SinnFein21-Mar-04 22:25
SinnFein21-Mar-04 22:25 
GeneralRe: 24 bit bitmap VC++ .NET Pin
SinnFein21-Mar-04 23:18
SinnFein21-Mar-04 23:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.