On Mon, 17 Aug 2009, Itamar Lins wrote:
> Best way hbmk2 inform oemtoansi() not found. Because hbmk2 compile fine now 
> show error, is not my function. HB_ prefix resolve the problem.

1-st it's not hbmk2 job but used linker which is called by hbmk2.
HBMK2 cannot have such functionality.
2-nd AFAIK supported by us linkers perfectly informs about 
insufficient dependencies. If you found one which does not generate
error or at least warning and creates buggy binaries then please
inform us about it and we add to documentation that such C compiler/linker
should not be used with Harbour.
But please verify it 1-st by compiling and linking this code:
   proc main()
      ? my_oemtoAnsiFunc()
   return
I only guess but I think you created the problem yourself by using
some 3-rd party library which has broken OEMTOANSI() function.

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

Reply via email to