Click here to Skip to main content
15,913,130 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: any limitations to VTable ??? Pin
Chris Losinger29-Jun-05 3:48
professionalChris Losinger29-Jun-05 3:48 
GeneralRe: any limitations to VTable ??? Pin
Chintoo72329-Jun-05 3:55
Chintoo72329-Jun-05 3:55 
GeneralRe: any limitations to VTable ??? Pin
Chintoo72329-Jun-05 3:56
Chintoo72329-Jun-05 3:56 
GeneralRe: any limitations to VTable ??? Pin
Chris Losinger29-Jun-05 4:03
professionalChris Losinger29-Jun-05 4:03 
GeneralRe: any limitations to VTable ??? Pin
Chintoo72329-Jun-05 4:18
Chintoo72329-Jun-05 4:18 
GeneralRe: any limitations to VTable ??? Pin
Chris Losinger29-Jun-05 4:23
professionalChris Losinger29-Jun-05 4:23 
GeneralRe: any limitations to VTable ??? Pin
Chintoo72329-Jun-05 4:34
Chintoo72329-Jun-05 4:34 
Generalcan't compile my codes...pls help Pin
Member 208234129-Jun-05 2:11
Member 208234129-Jun-05 2:11 
I have recently tried incorporating someone's codes into my codes in visual c++. However their codes are in C. Anyway I have just added their .C and .H files into my project workspace and called one of their functions in my main program. I am unable to cmpile due to the error below:

regis.obj : error LNK2001: unresolved external symbol "struct Coordinates __cdecl findRotationMatrix(struct Coordinates)" (?findRotationMatrix@@YA?AUCoordinates@@U1@@Z)
Debug/regis.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.

I understand that the compiler is looking for a library file but the problem is the codes i downloaded only came with the .C and .H file. If i am not wrong, the original codes were compiled successfuly in gcc. Is this a compatability problem?


GeneralRe: can't compile my codes...pls help Pin
Cillieacc0rd5o429-Jun-05 2:14
Cillieacc0rd5o429-Jun-05 2:14 
GeneralRe: can't compile my codes...pls help Pin
Ravi Bhavnani29-Jun-05 2:24
professionalRavi Bhavnani29-Jun-05 2:24 
GeneralRe: can't compile my codes...pls help Pin
ThatsAlok29-Jun-05 2:26
ThatsAlok29-Jun-05 2:26 
GeneralRe: can't compile my codes...pls help Pin
ThatsAlok29-Jun-05 2:25
ThatsAlok29-Jun-05 2:25 
GeneralRe: can't compile my codes...pls help Pin
krmed29-Jun-05 3:03
krmed29-Jun-05 3:03 
GeneralRe: can't compile my codes...pls help Pin
Member 208234129-Jun-05 11:10
Member 208234129-Jun-05 11:10 
GeneralRe: can't compile my codes...pls help Pin
krmed30-Jun-05 0:52
krmed30-Jun-05 0:52 
GeneralRe: can't compile my codes...pls help Pin
toxcct29-Jun-05 5:37
toxcct29-Jun-05 5:37 
GeneralC++ Loop statment Or LoopFor Pin
Cillieacc0rd5o429-Jun-05 2:06
Cillieacc0rd5o429-Jun-05 2:06 
GeneralRe: C++ Loop statment Or LoopFor Pin
Ravi Bhavnani29-Jun-05 2:27
professionalRavi Bhavnani29-Jun-05 2:27 
GeneralRe: C++ Loop statment Or LoopFor Pin
Cillieacc0rd5o429-Jun-05 2:32
Cillieacc0rd5o429-Jun-05 2:32 
GeneralRe: C++ Loop statment Or LoopFor Pin
Ravi Bhavnani29-Jun-05 2:41
professionalRavi Bhavnani29-Jun-05 2:41 
GeneralRe: C++ Loop statment Or LoopFor Pin
Cillieacc0rd5o429-Jun-05 2:42
Cillieacc0rd5o429-Jun-05 2:42 
GeneralRe: C++ Loop statment Or LoopFor Pin
Maximilien29-Jun-05 2:45
Maximilien29-Jun-05 2:45 
GeneralRe: C++ Loop statment Or LoopFor Pin
Cillieacc0rd5o429-Jun-05 2:58
Cillieacc0rd5o429-Jun-05 2:58 
GeneralRe: C++ Loop statment Or LoopFor Pin
Maximilien29-Jun-05 3:08
Maximilien29-Jun-05 3:08 
GeneralRe: C++ Loop statment Or LoopFor Pin
Cillieacc0rd5o429-Jun-05 3:14
Cillieacc0rd5o429-Jun-05 3:14 

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.