Hi All, I'm getting this trying to build Harbour for WinCE (both mingwarm and poccarm):
--- pocc.exe -I. -I../../../../../include -Ze -Go -W1 -Ot -Tarm-coff -D_M_ARM -D_WINCE -DUNICODE -Fohbgete.obj -c ../../../hbgete.c ../../../hbgete.c(76): warning #2027: Missing prototype for 'GetEnvironmentVariable'. ../../../hbgete.c(141): warning #2027: Missing prototype for 'GetEnvironmentVariable'. pocc.exe -I. -I../../../../../include -Ze -Go -W1 -Ot -Tarm-coff -D_M_ARM -D_WINCE -DUNICODE -Fohbgete_dyn.obj -DHB_DYNLIB -c ../../../hbgete.c ../../../hbgete.c(76): warning #2027: Missing prototype for 'GetEnvironmentVariable'. ../../../hbgete.c(141): warning #2027: Missing prototype for 'GetEnvironmentVariable'. [...] polink.exe -subsystem:windows -libpath:../../../../../lib/wce/poccarm -out:..\..\..\..\..\bin\wce\poccarm\hbpp.exe hbpp.obj hbnortl.lib hbcommon.lib coredll.lib ws2.lib corelibc.lib POLINK: error: Unresolved external symbol 'GetEnvironmentVariable'. POLINK: fatal error: 1 unresolved external(s). --- Can someone help with the proper fix, I'm unsure how to do it the best way. GetEnvironmentVariableW() is available on WinCE, but even this seems to be missing from headers. Brgds, Viktor _______________________________________________ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour