Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create DLLs
Message
 
To
21/10/1998 21:10:57
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00149191
Message ID:
00149477
Views:
17
>
>rundll32.exe c:\test\dll1.dll
>

You can't run DLLs that way anyway... rundll32 is a special Windows interface
that lets you run speciality applications like Control Panel applets and several
of the built in dialogs like the time etc. It requires specially formatted
DLL entry points and is otherwise useless.

VFP lets you create COM objects only. You can create EXE and DLL objects -
DLL object cannot have any User Interface whatsoever. You can communicate
with the object via methods on the public classes, but you can't expose
or sink events - so the interface is indirect.

>PS: Is this the easyist way to create a small FXP a standalone executable program? Thats what I'm trying to do.

BUILD EXE SomeExe from SomeExe

where SomeExe is a project.

+++ Rick ---
+++ Rick ---

West Wind Technologies
Maui, Hawaii

west-wind.com/
West Wind Message Board
Rick's Web Log
Markdown Monster
---
Making waves on the Web

Where do you want to surf today?
Previous
Reply
Map
View

Click here to load this message in the networking platform