Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fll Call
Message
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00858581
Message ID:
00858961
Views:
18
Hi John,

What VFP version LCK libraries FLL was build with? Did you try to rebuild with VFP8 libraries?


>I am calling a method in a fll file. It works fine in VFP7 SP1 but not in VFP8 SP1. It returns error number 1098 and a display a user error saying "cannot open printer in barcod32" The method in the fll file in supposed to return a handle to the printer to print barcodes. Here is the code, which I am using.
>
>
>SET LIBRARY TO "D:\barcod32.fll"
>tcPrnName = GETPRINTER()
>tnPaperSiz = 1
>tcOrient = "P"
>STORE AOpenDC(tcPrnName,tcOrient,tnPaperSiz) TO nHandle
>
>Any idears why this will work in VFP 7 SP1 and not in VFP 8 SP1
>
>Thanks
>
>John
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform