02-26-2025 02:23 PM
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:
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?
03-05-2025 10:54 AM
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.