Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hwndtool.fll not found
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00254444
Message ID:
00254504
Views:
20
You can include it in the file section, then test for it and
copy it out of the project at run time. It accomplishes about the
same thing. Fox will copy the FLL out of the project onto the drive.

Something like:
IF !FILE('MYLIB.FLL')
COPY FILE MYLIB.FLL TO (CURDIR() + '\MYLIB.FLL')
ENDIF

>>>>when running a compiled app the message :
>>>>"hwndtool.fll not found" appears when in fact it says it is part of the project when I try to add it to the said project. Should I be able to see it in the project when it belongs to a class?Timothy,
>>>
>>>FLL's are not built into the project, you must distribute them with your exe.
>>
>>So I must add it seperately,as an afterthought; no way to add it to the project?
>
>Tim,
>
>You can add it to the project but it will be excluded and not built into the exe. There is no way to get an FLL built into the exe.
Previous
Reply
Map
View

Click here to load this message in the networking platform