Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create DLLs
Message
 
À
21/10/1998 21:10:57
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00149191
Message ID:
00149477
Vues:
18
>
>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?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform