Pritpal Bedi wrote:

C:/harbour_dev/harbour/mingw/lib/ libhbziparc.a(hbziparc.o):hbziparc.c:(.data+0x9
8): undefined reference to `HB_FUN_HB_UNZIPOPEN'
C:/harbour_dev/harbour/mingw/lib/ libhbziparc.a(hbziparc.o):hbziparc.c:(.data+0xa


I had build Harbour with make clean then make install.
But it probably did not cleaned or rebuilt hbmzip.lib.
I stayed at hbmzip folder and issued clean then install commands.
Strangly above unresolved externals disappered and I now see
my Vouch_mingw.exe in ../dev_exes.

Hm, my tip is still the ordering, I can reproduce your
exact error by swapping libs= lines in contrib/hbziparc/hbziparc.hbc,
with correctly built libs. Anyhow, good that it worked out
and thank you for the feedback.

NEW ISSUE: I cannot see any images|icons embeeded in the exe.
Resource commands are same for all compilers and I can see those
icons in vouch_msvc.exe and vouch_bcc.exe.

I'd guess it's a dir issue. Resource compilers don't work exactly
the same way for all compilers when it comes to deciding how they
calculate final path for referenced from .rc files objects.
I've been struggling with these when implementing -icon option.

Try with -resflag=-v (with mingw), to see what windres does.

Brgds,
Viktor

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to