Click here to Skip to main content
15,917,642 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionsymbol undefined Pin
subramanyeswari18-May-08 23:05
subramanyeswari18-May-08 23:05 
QuestionRe: symbol undefined Pin
CPallini18-May-08 23:09
mveCPallini18-May-08 23:09 
AnswerRe: symbol undefined Pin
subramanyeswari18-May-08 23:14
subramanyeswari18-May-08 23:14 
GeneralRe: symbol undefined Pin
toxcct18-May-08 23:19
toxcct18-May-08 23:19 
GeneralRe: symbol undefined Pin
CPallini18-May-08 23:24
mveCPallini18-May-08 23:24 
AnswerRe: symbol undefined Pin
Cedric Moonen18-May-08 23:09
Cedric Moonen18-May-08 23:09 
QuestionRe: symbol undefined Pin
Rajkumar R18-May-08 23:14
Rajkumar R18-May-08 23:14 
AnswerRe: symbol undefined Pin
subramanyeswari18-May-08 23:24
subramanyeswari18-May-08 23:24 
I have a lib by bane wwlib.lib. In this lib i have a file dllobjdv.c and have a function like this
VOID
WINAPI
DllObjectDraw( HDC hDC, RECT r, HANDLE hMemInfo );

and i have a header in which i declared like this
VOID FAR PASCAL DllObjectDraw( HDC hDC, RECT r, HANDLE hMemInfo );

and in another lib drawlib.lib i am calling this function like this DllObjectDraw( hDC, r, obj->hMemInfo ); this is perfectly working.

I have another file dllobjvw.c in which i have another function VOID
WINAPI
DllObjectDrawRuntime( HDC hDC, RECT r, HANDLE hMemInfo, LPRECT lpUpdtRect )

and in the header i declared like this

VOID FAR PASCAL DllObjectDrawRuntime( HDC hDC, RECT r,
HANDLE hMemInfo, LPRECT lpUpdtRect);

and i am calling this in one of file of drawlib.lib like this

DllObjectDrawRuntime( hDC, r, obj->hMemInfo,cr );

on selecting go to definition of DllObjectDrawRuntime( hDC, r, obj->hMemInfo,cr ); it is displaying error undefined symbol.

Am i clear
QuestionRe: symbol undefined Pin
Rajkumar R18-May-08 23:48
Rajkumar R18-May-08 23:48 
AnswerRe: symbol undefined Pin
subramanyeswari18-May-08 23:53
subramanyeswari18-May-08 23:53 
GeneralRe: symbol undefined Pin
Rajkumar R19-May-08 0:47
Rajkumar R19-May-08 0:47 
Questiondatatransfer Pin
Mohanraj D18-May-08 22:59
Mohanraj D18-May-08 22:59 
AnswerRe: datatransfer Pin
CPallini18-May-08 23:07
mveCPallini18-May-08 23:07 
GeneralRe: datatransfer Pin
Mohanraj D18-May-08 23:19
Mohanraj D18-May-08 23:19 
GeneralRe: datatransfer Pin
CPallini18-May-08 23:26
mveCPallini18-May-08 23:26 
GeneralRe: datatransfer Pin
Mohanraj D18-May-08 23:31
Mohanraj D18-May-08 23:31 
GeneralRe: datatransfer Pin
CPallini18-May-08 23:37
mveCPallini18-May-08 23:37 
GeneralRe: datatransfer Pin
Mohanraj D18-May-08 23:53
Mohanraj D18-May-08 23:53 
GeneralRe: datatransfer Pin
CPallini19-May-08 0:08
mveCPallini19-May-08 0:08 
GeneralRe: datatransfer Pin
Nelek19-May-08 7:37
protectorNelek19-May-08 7:37 
GeneralRe: datatransfer Pin
Mohanraj D19-May-08 20:18
Mohanraj D19-May-08 20:18 
GeneralRe: datatransfer Pin
Mohanraj D19-May-08 20:19
Mohanraj D19-May-08 20:19 
AnswerRe: datatransfer Pin
Rajesh R Subramanian19-May-08 1:04
professionalRajesh R Subramanian19-May-08 1:04 
GeneralRe: datatransfer Pin
David Crow19-May-08 4:00
David Crow19-May-08 4:00 
AnswerRe: datatransfer Pin
Hamid_RT19-May-08 1:34
Hamid_RT19-May-08 1:34 

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.