Hello,
I am using LabWindows CVI Version 8.0.1 (356) on windows XP SP2
computer with .NET Framework 1.1
I have a program that used .NET assemblies thru a C wrapper done in
managed C++.
LabWindows app <-> C API wrapper (managed C++) <-> .NET API
When I try to debug my program, it crashes before entering the main
function.
The message is:
Unknown source position, thread id XXXXXX
A non-debuggable thread caused a 'General protection' fault at address
XXXXXX.
ps: in Visual Studio, there is an option "delay loaded" to load .NET
assemblies at the end. Do we have something similar in LabWindows?
Thank you