06-27-2014 03:57 PM
Hello,
I'm a first time poster, and progarmming novice, so go easy on me.
I get the fault mentioned above whenever my function running from a DLL I created makes a call to another function in a static library (that I also created).
Everything compiles and links just fine with no warnings.
Also, thinking that maybe the function from the static library might be buggy, I confirmed that I can call it up directly from my executable with no problems.
I can't for the life of me figure out what is going wrong.
Background info: LabWindows CVI 2009, version 9.1.0, running in Windows 7.
06-27-2014 04:53 PM
Well, after a log of tinkering by way of commenting in/out code, I figured out that it is because the DLL function apparently doesn't like to pass the new line character to the static library function as "\n". I didn't have any problems with this when calling the function from my exe. Any thoughts as to why?
06-27-2014 11:22 PM