LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

INI Library inside a DLL target project causes crashing

I'm in a pickle with this one.  I made a cool little utility that I wanted to wrap up into a DLL.  All was going well until I launched it in a test application that attaches the DLL.  Upon loading, before the run time can even open, I get a GPF:

 

2025-02-26 13_16_43-CVIRTTCP00400000 78AA0000_ test DEBUG.exe - Application Error.png

 

By process of elimination, I found the culprit: The INI library.  If I merely comment out all "Ini_" library calls, then my output DLL file will not crash the app that it's attached to.

 

Any ideas what I can do?

0 Kudos
Message 1 of 2
(133 Views)

Good to know at least two of us are using the INI stuff 🙂

 

I had only used the INI inside an application executable. We are using LabWindows/CVI 2017. Someone posted in the other topic that the INI source is available, so that might be useful to look at and try to locate the source of that crash.

0 Kudos
Message 2 of 2
(86 Views)