Click here to Skip to main content
15,913,939 members
Home / Discussions / Mobile
   

Mobile

 
GeneralRe: Problem with _Connection::Open() ! Pin
nigs_krec7-Nov-03 2:53
nigs_krec7-Nov-03 2:53 
GeneralRe: Problem with _Connection::Open() ! Pin
João Paulo Figueira7-Nov-03 2:58
professionalJoão Paulo Figueira7-Nov-03 2:58 
GeneralRe: Problem with _Connection::Open() ! Pin
nigs_krec7-Nov-03 3:13
nigs_krec7-Nov-03 3:13 
GeneralRe: Problem with _Connection::Open() ! Pin
João Paulo Figueira7-Nov-03 3:19
professionalJoão Paulo Figueira7-Nov-03 3:19 
GeneralRe: Problem with _Connection::Open() ! Pin
nigs_krec7-Nov-03 3:48
nigs_krec7-Nov-03 3:48 
GeneralHelp with linker error for "vtMissing" !! Pin
nigs_krec6-Nov-03 0:05
nigs_krec6-Nov-03 0:05 
GeneralRe: Help with linker error for "vtMissing" !! Pin
nigs_krec6-Nov-03 0:12
nigs_krec6-Nov-03 0:12 
GeneralLinker error in eVC Pin
Jinoj5-Nov-03 17:55
Jinoj5-Nov-03 17:55 
Hi,
I'm developing an application on embedded VC, I'm getting these linker errors when building.


FinalHookDlg.obj : error LNK2019: unresolved external symbol __imp_fnOrig referenced in function "public: void __cdecl CFinalHookDlg::OnRun(void)" (?OnRun@CFinalHookDlg@@QAAXXZ)
FinalHookDlg.obj : error LNK2019: unresolved external symbol __imp_fnDup referenced in function "public: void __cdecl CFinalHookDlg::OnHook(void)" (?OnHook@CFinalHookDlg@@QAAXXZ)
ModuleInstance.obj : error LNK2001: unresolved external symbol "public: __cdecl std::exception::exception(class exception::exception const &)" (??0exception@std@@QAA@ABV01@@Z)
ModuleInstance.obj : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
ModuleInstance.obj : error LNK2019: unresolved external symbol "public: virtual __cdecl std::exception::~exception(void)" (??1exception@std@@UAA@XZ) referenced in function "public: virtual __cdecl std::logic_error::~logic_error(void)" (??1logic_erro
r@std@@UAA@XZ)
ModuleInstance.obj : error LNK2019: unresolved external symbol "public: __cdecl std::exception::exception(char const *)" (??0exception@std@@QAA@PBD@Z) referenced in function "public: __cdecl std::logic_error::logic_error(class logic_error::basic_str
ing<char,struct std::char_traits<char="">,class std::allocator<char> > const &)" (??0logic_error@std@@QAA@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z)
MIPSII_FPDbg/FinalHook.exe : fatal error LNK1120: 12 unresolved externals
Error executing link.exe.

.... and some more are there.... not pasting here since it'll make this msg very long...



Could anyone help me in solving these?

I'm using one function, which is defined in a LIB. I included that .lib and the corresponding .dll file in my project and also gave the 'path' in 'Tools -> Options -> Directories'.

Still I'm getting the error,
FinalHookDlg.obj : error LNK2019: unresolved external symbol __imp_fnOrig referenced in function "public: void __cdecl CFinalHookDlg::OnRun(void)" (?OnRun@CFinalHookDlg@@QAAXXZ)

here, fnOrig function is inside a .lib file.
i gave the statement,

extern "C" __declspec(dllimport) void fnOrig();
before i called this function...
there is no compiler error... but it's giving linker error...
and one more thing... that is .... the same code compiled and executed in normal VC++. (Windows NT / 2k)
but.. here in WinCE, it's giving these problem..
can anyone help me...?
thanks in advance..






Regards,
Jinoj
GeneralRe: Linker error in eVC Pin
João Paulo Figueira5-Nov-03 22:43
professionalJoão Paulo Figueira5-Nov-03 22:43 
QuestionHow to make a wizard for embeded vc4?? Pin
fftongzhi5-Nov-03 15:46
fftongzhi5-Nov-03 15:46 
QuestionModeless Dialogs ??? Pin
#realJSOP5-Nov-03 6:37
professional#realJSOP5-Nov-03 6:37 
QuestionHow to synchronise from PocketPC to a SQL server ? Pin
nigs_krec5-Nov-03 3:12
nigs_krec5-Nov-03 3:12 
GeneralPalmOS Compiling using prc-tools gcc Pin
StalfoS4-Nov-03 23:15
StalfoS4-Nov-03 23:15 
GeneralDialog Error Pin
VanHlebar4-Nov-03 15:24
VanHlebar4-Nov-03 15:24 
GeneralRe: Dialog Error Pin
Daniel Strigl4-Nov-03 19:12
Daniel Strigl4-Nov-03 19:12 
GeneralDocumentation Pin
VanHlebar4-Nov-03 9:27
VanHlebar4-Nov-03 9:27 
Generalbattery level notification Pin
ibiteu24-Nov-03 5:38
ibiteu24-Nov-03 5:38 
GeneralRe: battery level notification Pin
João Paulo Figueira4-Nov-03 6:33
professionalJoão Paulo Figueira4-Nov-03 6:33 
GeneralRe: battery level notification Pin
ibiteu24-Nov-03 6:35
ibiteu24-Nov-03 6:35 
GeneralRe: battery level notification Pin
João Paulo Figueira4-Nov-03 6:39
professionalJoão Paulo Figueira4-Nov-03 6:39 
GeneralRe: battery level notification Pin
ibiteu24-Nov-03 6:43
ibiteu24-Nov-03 6:43 
GeneralRe: battery level notification Pin
Atlantys4-Nov-03 10:51
Atlantys4-Nov-03 10:51 
GeneralProblem with #import in WinCE Pin
nigs_krec4-Nov-03 1:52
nigs_krec4-Nov-03 1:52 
GeneralRe: Problem with #import in WinCE Pin
João Paulo Figueira4-Nov-03 2:25
professionalJoão Paulo Figueira4-Nov-03 2:25 
QuestionHow to work with https site in Pocket PC 2003 using WinInet and CInternetSession ? Pin
AKSIVAKUMAR3-Nov-03 5:35
AKSIVAKUMAR3-Nov-03 5:35 

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.