On Fri, 11 Sep 2009, [email protected] wrote:
>     ; TOFIX: I had to comment out WIN_COMINIT() function since HB_INITFUNC()
>              doesn't exist in Harbour.

Such function has never existed in Harbour and xHarbour. In the past we
had macros HB_INITFUNC() and HB_EXITFUNC() used to set special function
names in .c files generated by Harbour compiler but it was their whole
functionality and they had never been function declarations.
So none of HB_INITFUNC() or HB_EXITFUNC() functions in .c code has ever
worked in the whole [x]Harbour history.
If you see such things in the code then it only means that author wanted
to create sth but didn't know how and created dummy code which was never
executed and it was not even possible to execute it explicitly from .prg
code. It also suggests that other parts of such code should be carefully
checked.

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

Reply via email to