[Ironpython-users] Error running standalone exe using clrtype.py if IronPython is not installed

Markus Schaber m.schaber at codesys.com
Mon May 4 17:10:02 CEST 2015


Hi,

Von: Sebastián Magrí
> Well that's actually my fault for not checking out that first (wrt clrtype). Is there any other well tested/standard option to do what clrtype does nowadays?
> I've actually opted for installing IronPython in the client machines, but I will look at fuslogvw to check this out.

One way which usually works well is to use C++/CLI (or maybe C# and p/invoke) to create a nice managed API wrapper around the native library.

C++/CLI has the drawback that it doesn't work on non-Windows platforms (e. G. Mono on Linux) currently.


Best Regards,

One possible way 

Best regards

Markus Schaber

CODESYS® a trademark of 3S-Smart Software Solutions GmbH 

Inspiring Automation Solutions 
________________________________________
3S-Smart Software Solutions GmbH 
Dipl.-Inf. Markus Schaber | Product Development Core Technology 
Memminger Str. 151 | 87439 Kempten | Germany 
Tel. +49-831-54031-979 | Fax +49-831-54031-50 

E-Mail: m.schaber at codesys.com | Web: codesys.com | CODESYS store: store.codesys.com 
CODESYS forum: forum.codesys.com 

Managing Directors: Dipl.Inf. Dieter Hess, Dipl.Inf. Manfred Werner | Trade register: Kempten HRB 6186 | Tax ID No.: DE 167014915 
________________________________________
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received 
this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorised copying, disclosure 
or distribution of the material in this e-mail is strictly forbidden. 



More information about the Ironpython-users mailing list