[C++-sig] Embedding in .NET architecture
Nick Trout
nick at rockstarvancouver.com
Sat Jun 5 02:24:49 CEST 2004
> Behalf Of Nick Trout
> I'm trying to embed Python into Windows Forms Application I'm working
> on. .NET is relatively new to me and having just got over the Managed
> objects vs unmanaged objects problems I'm now having trouble getting
> Boost working.
Aggggggghhhhhhhh.
And arrrghhhhgghhhh again.
You need to put:
#pragma unmanaged
before the Boost headers and around any code that uses Boost.
Jeez. I'm glad .NET is making my life easier and me more productive.
Nick
More information about the Cplusplus-sig
mailing list