Hi
I need to call a mixed mode C++/CLI dll from C/CVI. I've already tried calling the dll from a standard Visual C project which works perfectly fine. However if i try to call the dll from CVI i get this weird general protection fault when starting my application. I've already asked google about this and apparently this is a known issue.
http://digital.ni.com/public.nsf/allkb/14B6D031F7AC4B53862577AE0060F844
However, the proposed solution doesn't work in my case, except from manually calling LoadLibrary and GetProcAddress of course. Also, the article doesn't really state whether the issue has been resolved.
Is still a problem with CVI2013?
Thanks in advance