Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
App/Exe Build Problems when Com Interop Involved
Message
 
 
À
12/08/2009 08:09:15
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Desktop
Divers
Thread ID:
01417325
Message ID:
01417496
Vues:
43
>I guess if the type library changes then it will have to be tested in an app with the OLEPUBLIC statement in place and then removed for the exe build?

It's EXE build that you've to test. You can use preprocessor directives to automated that. Something like
#IF UPPER(STREXTRACT(SYS(0), "# ", "")) == "SERGEY"
	#DEFINE ccDfClause OLEPUBLIC
#ELSE	
	#DEFINE ccDfClause 
#ENDIF	
...
DEFINE CLASS myclass AS session ccDfClause 
...
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform