Hello, I have a BIG problem. I use a C++ DLL in a LabView program. First I tested the DLL in a C environment and everythings works well!
The DLL reads somes parameters from an INI file and converts the read strings with the "atof" command to a double value which is internally used in the DLL. That's works perfectly in the C environment. But when I use the same DLL in LabView, the conversion from a string to a double parameter fails. All values are rounded. (e.g. 0.85 --> 0 or 1.34 --> 1). I have no idea what's going wrong. Another problem is, that I can't debug the DLL in the LabView environment, which makes it very difficult to locate the bug. Thanks for your help in advance.
