Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Working with Dll

Status
Not open for further replies.

viper123

Technical User
Jun 21, 2003
14
0
0
RO
Hey guys! Can you tell me pls. how can I import a form from a dll? I've added the *.lib file and I've created the *.h required to import the class, but when I try to use the form I receive a very ugly error message.
 
Hi!

Try to use Packages instead. Declare your Form with PACKAGE macro (if the IDE hasn't done it for you:). See online help or the Programmers Guide Book for more information.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top