Hello, all. Is there are any way to use Microsoft C++ for writing for Palm? I was trying to just copy all *.h files into Studio-include directory and just build one of simle example, but negative: it creates OBJ files, but then on linking part of process gives this error:
(as i understood i have my OBJ code and only problem i have - compiller attemts to make a "windows" programm.) --------------------Configuration: hello - Win32 Debug-------------------- Linking... hello.obj : error LNK2001: unresolved external symbol _FrmDeleteForm hello.obj : error LNK2001: unresolved external symbol _FrmEraseForm hello.obj : error LNK2001: unresolved external symbol _FrmDrawForm hello.obj : error LNK2001: unresolved external symbol _FrmGetActiveForm hello.obj : error LNK2001: unresolved external symbol _FrmGotoForm hello.obj : error LNK2001: unresolved external symbol _FrmCloseAllForms hello.obj : error LNK2001: unresolved external symbol _FrmDispatchEvent hello.obj : error LNK2001: unresolved external symbol _MenuHandleEvent hello.obj : error LNK2001: unresolved external symbol _SysHandleEvent hello.obj : error LNK2001: unresolved external symbol _EvtGetEvent hello.obj : error LNK2001: unresolved external symbol _FrmAlert hello.obj : error LNK2001: unresolved external symbol _FrmSetEventHandler hello.obj : error LNK2001: unresolved external symbol _FrmSetActiveForm hello.obj : error LNK2001: unresolved external symbol _FrmInitForm LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main Debug/hello.exe : fatal error LNK1120: 15 unresolved externals Error executing link.exe. hello.exe - 16 error(s), 0 warning(s) -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
