If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Applications & Tools > error LNK2019: unresolved external symbol

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-03-04, 13:26
carlosvidal carlosvidal is offline
Registered User
 
Join Date: Mar 2004
Posts: 3
error LNK2019: unresolved external symbol

I am trying to develop an interface for pocket pc, but when i tried to build, it gives the following error messages

error LNK2019: unresolved external symbol "public: virtual __thiscall CReplicacion::~CReplicacion(void)" (??1CReplicacion@@UAE@XZ) referenced in function "public: virtual void * __thiscall CReplicacion::`scalar deleting destr
uctor'(unsigned int)" (??_GCReplicacion@@UAEPAXI@Z)

Could anyone help me !!!
Reply With Quote
  #2 (permalink)  
Old 03-03-04, 13:32
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,605
If I had to make a guess, I'd say that you mixed language sets. For example, you might have installed a Spanish language copy of ADOCE on a PC that had an English language Visual Studio.

-PatP
Reply With Quote
  #3 (permalink)  
Old 03-03-04, 13:38
carlosvidal carlosvidal is offline
Registered User
 
Join Date: Mar 2004
Posts: 3
thanks for the commentary... the development is in Spanish but the copy of the ADOCE and the visual studio are in English
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On