Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MT DLL with ActiveX not working
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01581215
Message ID:
01581355
Vues:
61
J'aime (1)
>Using COM EXE kills my ability to multithread.

Uh no...

you can't multithread VFP - only a client app can run multiple VFP threads. And you can do that just fine with an EXE. But that's not the point Al was getting at I think - make sure the ActiveX control works in an EXE first.

COM DLLS have a number of limitations on what can be instantiated in them. Specifically a COM component that's instantiated inside of it has to be STA threaded where it's possible to create MTA/Both threaded components in an EXE. So two things: Make sure it works in VFP at all, and second check whether it supports STA operation.

+++ 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