Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Errors compiling Obj2Bmp
Message
From
04/10/2007 16:29:54
 
General information
Forum:
Visual FoxPro
Category:
Third party products
Environment versions
Visual FoxPro:
VFP 6 SP5
Miscellaneous
Thread ID:
01258695
Message ID:
01258730
Views:
16
>Hi Srdjan,
>
>EXTERNAL LIBRARY foxtools.fll is your friend
>
>MartinaJ
>
>>>>>Foxtolls.fll
>>>>
>>>>I tought so;
>>>>It is already added to the project
>>>>what else I need to do ?
>>>>
>>>>some preprocessor directives or something like that ?
>>>
>>>You can't add an .FLL to a project (i.e. build it into your .EXE); you need to have it as a separate file, and issue SET LIBRARY TO ... (ADDITIVE) before you call its functions.
>>
>>I added already statement in main prg.
>>
>>IF "FOXTOOLS" $ SET("LIBRARY")
>>ELSE
>>SET LIBRARY TO HOME()+"FoxTools.fll" ADDITIVE
>>ENDIF
>>
>>
>>Foxtools.fll is added to project (Under Others)
>>Still gives me errors when compiling to exe
>>
>>
>>Do I need some #Declare directives ?

Thks Martin,

That removed couple of errors
The rest of them I removed by removing demo/sample class from there which I am not using.

No more errors :)
*****************
Srdjan Djordjevic
Limassol, Cyprus

Free Reporting Framework for VFP9 ;
www.Report-Sculptor.Com
Previous
Reply
Map
View

Click here to load this message in the networking platform