Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Class to com??
Message
From
24/03/2000 12:49:05
 
 
To
24/03/2000 12:39:01
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Miscellaneous
Thread ID:
00350085
Message ID:
00350088
Views:
22
- You create a new project
- Add your class
- Create a dummy PRG file to be the main program of the project (just put RETURN in it)
- Open your class
- Select "Class|Class Info"
- Check the "OLE Public" check box
- Click OK
- Close your class
- Build your project using either:
- COM server (EXE)
- Single-threaded COM server (DLL)
- Multi-threaded COM server (DLL)

Note that you cannot have any interface related code in your class (WAIT WINDOW, MessageBox, DoEvents, etc.)

HTH
>I have a class (custom) which i want to compile into a com component?
>How do I do that?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform