On Wed, 20 Jan 2010, AbeB wrote:
> Now. i get this error
> -----------
> ../../../../../src/rtl/obj/wce/mingwarm/gtclip.o:gtclip.c:(.text+0x58):
> undefined reference to `LocalLock'
> ../../../../../src/rtl/obj/wce/mingwarm/gtclip.o:gtclip.c:(.text+0x94):
> undefined reference to `LocalUnlock'
> ../../../../../src/rtl/obj/wce/mingwarm/gtclip.o:gtclip.c:(.text+0x188):
> undefined reference to `LocalLock'
> ../../../../../src/rtl/obj/wce/mingwarm/gtclip.o:gtclip.c:(.text+0x1c0):
> undefined reference to `LocalUnlock'
> collect2: ld returned 1 exit status
> win-make.exe[3]: *** [harbour-20-wce-arm.dll] Error 1
> win-make.exe[2]: *** [descend] Error 2
> win-make.exe[1]: *** [dynlib] Error 2
> win-make.exe: *** [src] Error 2

You are using older MinGWCE version which redirects by macro GlobalLock()
and GlobalUnlock() to LocalLock()/LocalUnlock().
It's probably version 0.51
Please upgrade to version 0.55

best regards,
Przemek
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to