s@python.org
Betreff: Re: [Ironpython-users] IronPython: Import DLL library
Hi, Herman,
Sorry, I did not use any of those two myself yet, just heard some success (and
a few failure) stories of others.
http://ironpython.net/documentation/dotnet/ contains some explanations and
sample code for COM.
Fo
d copying, disclosure
or distribution of the material in this e-mail is strictly forbidden.
Von: Hemanth M B [mailto:hema...@broadcom.com]
Gesendet: Freitag, 13. März 2015 08:30
An: Markus Schaber; ironpython-users@python.org
Betreff: RE: [Ironpython-users] IronPython: Import DLL library
Thanks f
g] Im Auftrag
von Slide
Gesendet: Donnerstag, 12. März 2015 13:38
An: Hemanth M B; ironpython-users@python.org
Betreff: Re: [Ironpython-users] IronPython: Import DLL library
Where did you get the library? If it is native, then you would have to write a
wrapper library in C# or CLI/C++ that interacted
: [Ironpython-users] IronPython: Import DLL library
Hi,
I fit is not explicitly stated that it is C++/CLI (or some other keywords like
“mixed mode” or “managed C++), I’d guess that it is pure native.
The library might expose a COM interface, in that case you could interact with
it using COM.
Another
e [mailto:slide.o@gmail.com]
> *Sent:* Thursday, March 12, 2015 5:35 PM
> *To:* Hemanth M B; ironpython-users@python.org
> *Subject:* Re: [Ironpython-users] IronPython: Import DLL library
>
>
>
> Do you mean the library is CLI/C++, or is it native C++? If native C++, it
>
; ironpython-users@python.org
Subject: Re: [Ironpython-users] IronPython: Import DLL library
Do you mean the library is CLI/C++, or is it native C++? If native C++, it
won't work with IronPython currently.
On Thu, Mar 12, 2015 at 4:11 AM Hemanth M B
mailto:hema...@broadcom.com>> wrote:
HI
Do you mean the library is CLI/C++, or is it native C++? If native C++, it
won't work with IronPython currently.
On Thu, Mar 12, 2015 at 4:11 AM Hemanth M B wrote:
> HI All,
>
>
>
>
>
> I am trying to add reference and import BMAPIa.DLL library using CLR. But
> it is throwing an error message.
HI All,
I am trying to add reference and import BMAPIa.DLL library using CLR. But it is
throwing an error message.
My code:
Import clr
Clr.AddReferenceToFile("BMAPIa.dll")
Import BMAPIa
Error:
C:\Users\Administrator>"C:\Program Files (x86)\IronPython 2.7\ipy.exe"
"C:\Users\Administrator\Des