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!

Trouble creating object in multithreaded app

Status
Not open for further replies.

sdillard

Technical User
Oct 23, 2001
32
0
0
US
I am attempting to write a multi-threaded app. When I try to create an instance, I am getting an error. My question is, can the appname.objecttype portion of the CreateObject statement be anything I want them to be?

Thanks
 
I had a similar problem, I don't know from your post if it's identical. If you are using a VB6 DLL within a Multi-Threaded Client (IIS, COM+, C++) then you need to set the "unattended execution", and "Retain in memory" checkboxes on the general tab of the project properties.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top