Hi, Maybe my question is stupid but : is any chance to use OLE functions in WinCE ? When i try compile testole.prg from /contribs/hbwin/tests i get :
$ hbmk2 testole hbmk: Processing local make script: hbmk.hbm hbmk: Processing configuration: J:\MSYS\1.0\hb-mingw\bin\hbmk.cfg Harbour 2.0.0beta2 (Rev. 12131) Copyright (c) 1999-2009, http://www.harbour-project.org/ Compiling 'testole.prg'... Lines 429, Functions/Procedures 12 Generating C source output to 'testole.c'... Done. J:/MSYS/1.0/hb-mingwarm/lib/libhbwin.a(olecore.o):olecore.c:(.text+0xf0): undefined reference to `VariantClear' J:/MSYS/1.0/hb-mingwarm/lib/libhbwin.a(olecore.o):olecore.c:(.text+0x1ec): undefined reference to `VariantClear' J:/MSYS/1.0/hb-mingwarm/lib/libhbwin.a(olecore.o):olecore.c:(.text+0x260): undefined reference to `SafeArrayCreate' J:/MSYS/1.0/hb-mingwarm/lib/libhbwin.a(olecore.o):olecore.c:(.text+0x2a4): undefined reference to `VariantInit' J:/MSYS/1.0/hb-mingwarm/lib/libhbwin.a(olecore.o):olecore.c:(.text+0x2d8): undefined reference to `SafeArrayPutElement' J:/MSYS/1.0/hb-mingwarm/lib/libhbwin.a(olecore.o):olecore.c:(.text+0x2e0): undefined reference to `VariantClear' J:/MSYS/1.0/hb-mingwarm/lib/libhbwin.a(olecore.o):olecore.c:(.text+0x3ec): undefined reference to `SysAllocString' J:/MSYS/1.0/hb-mingwarm/lib/libhbwin.a(olecore.o):olecore.c:(.text+0x5b0): undefined reference to `VariantInit' J:/MSYS/1.0/hb-mingwarm/lib/libhbwin.a(olecore.o):olecore.c:(.text+0x5ec): undefined reference to `VariantInit' J:/MSYS/1.0/hb-mingwarm/lib/libhbwin.a(olecore.o):olecore.c:(.text+0x7dc): undefined reference to `SafeArrayGetDim' J:/MSYS/1.0/hb-mingwarm/lib/libhbwin.a(olecore.o):olecore.c:(.text+0x7fc): undefined reference to `SafeArrayGetLBound' J:/MSYS/1.0/hb-mingwarm/lib/libhbwin.a(olecore.o):olecore.c:(.text+0x80c): undefined reference to `SafeArrayGetUBound' J:/MSYS/1.0/hb-mingwarm/lib/libhbwin.a(olecore.o):olecore.c:(.text+0x834): undefined reference to `VariantInit' J:/MSYS/1.0/hb-mingwarm/lib/libhbwin.a(olecore.o):olecore.c:(.text+0x854): undefined reference to `SafeArrayGetElement' J:/MSYS/1.0/hb-mingwarm/lib/libhbwin.a(olecore.o):olecore.c:(.text+0x87c): undefined reference to `VariantClear' J:/MSYS/1.0/hb-mingwarm/lib/libhbwin.a(olecore.o):olecore.c:(.text+0x9f4): undefined reference to `VarR8FromDec' J:/MSYS/1.0/hb-mingwarm/lib/libhbwin.a(olecore.o):olecore.c:(.text+0xa20): undefined reference to `VarR8FromCy' J:/MSYS/1.0/hb-mingwarm/lib/libhbwin.a(olecore.o):olecore.c:(.text+0xd38): undefined reference to `VariantInit' J:/MSYS/1.0/hb-mingwarm/lib/libhbwin.a(olecore.o):olecore.c:(.text+0xd78): undefined reference to `VariantClear' J:/MSYS/1.0/hb-mingwarm/lib/libhbwin.a(olecore.o):olecore.c:(.text+0x1180): undefined reference to `VariantInit' J:/MSYS/1.0/hb-mingwarm/lib/libhbwin.a(olecore.o):olecore.c:(.text+0x1230): undefined reference to `VariantClear' J:/MSYS/1.0/hb-mingwarm/lib/libhbwin.a(olecore.o):olecore.c:(.text+0x1268): undefined reference to `VariantClear' J:/MSYS/1.0/hb-mingwarm/lib/libhbwin.a(olecore.o):olecore.c:(.text+0x14b4): undefined reference to `VariantInit' J:/MSYS/1.0/hb-mingwarm/lib/libhbwin.a(olecore.o):olecore.c:(.text+0x155c): undefined reference to `VariantClear' J:/MSYS/1.0/hb-mingwarm/lib/libhbwin.a(olecore.o):olecore.c:(.text+0x1684): undefined reference to `GetActiveObject' J:/MSYS/1.0/hb-mingwarm/lib/libhbwin.a(oleinit.o):oleinit.c:(.text+0x14): undefined reference to `OleInitialize' J:/MSYS/1.0/hb-mingwarm/lib/libhbwin.a(oleinit.o):oleinit.c:(.text+0x50): undefined reference to `OleUninitialize' collect2: ld returned 1 exit status hbmk: Error: Running linker. 1 "J:/MSYS/1.0/opt/mingw32ce/bin/\arm-wince-mingw32ce-gcc.exe" testole.o hbmk_36ceuq.o -lhbwin -lsms -lCellCore -lhbextern -lhbdebug -lhbvm -lhbrtl -lhblang -lhbcpage -lgtcgi -lgtpca -lgtstd -lgtwvt -lgtgui -lhbrdd -lhbusrrdd -lhbhsx -lhbsix -lrddntx -lrddcdx -lrddfpt -lhbuddall -lrddnsx -lhbrtl -lhbvm -lhbmacro -lhbcplr -lhbpp -lhbcommon -lhbpcre -lhbzlib -lws2 -luuid -lole32 -lwininet -lcommdlg -lcommctrl -otestole.exe -L"J:/MSYS/1.0/hb-mingwarm/lib" Is any other way to get excel file in WinCE using harbour? -- Regards, Jaroslaw Kadziola _______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour