Página 1 de 1

Question 2006.10.21

Publicado: Sab Oct 21, 2006 7:10 am
por david fung
- How to group common used routine (Functions), e.g. store them in
Module1.prg
I can't refer to them later, error below ( Function ssCheckFiles ) ?
Compiling: Module1.prg...
Linking: t.exe...
Error: Unresolved external '_HB_FUN_SSCHECKFILES' referenced from
C:XAILERPROJECTSRCOBJTEST.OBJ
0 Warnings, 1 Errors
- Is there a way to refer to a method / static function within a
different form ?
like TForm1.ComputeTotal, TForm2.GenCheckSum ... ??
- why when I add xharbourlibrtl.lib into my project,
program go crazy (sudden termination), why ?
- How to make F6 "Inspect workarea" to work, where to find instruction ?
- How to create a popup like Processing ...
& how to later destory it
Thank in advance.
David