I use xharbour pcode dll and call dll function with HB_LibDo("MyFunc"). This
is ok.. but I would like to call MyFunc directly without HB_LibDo... can I
do it linking importing lib to my exe?
I tried creating mylib.lib from mylib.dll with no success.
Any hint?
Another question.. can I put fwh.lib and others libs in a standard.dll like harbour.dll. This can make my exe small so I can download it more quickly.
Thx,
Roberto Parisi