Original Post
Hi, I'm having trouble using boost in a project compiled with CLR support ... It throws an exception before the main entrypoint is even reached ... When debugging, the debugger puts me in regex.cpp, and in the call stack, I'm just after [Managed to Native Transition] ... don't know if that might help. Well, the part of my program which uses boost is a static library which is included in a WinForm project. I tried to add #pragma managed(push, off) wherever I used boost, but it didn't work. Anyone has an idea ? Thx in advance.