I've written a bunch of gauges in C and am using XML gauges to display the results, exports values from the C using execute_calculator_code().
Everything works fine on my PC, but it doesn't work on someone elses. The displayed values just stick at zero and never change.
I know I'm doing it properly because it works on my PC without a problem, so my guess is it has to be somethign specific to either my PC or my FS installation. (We're both using Acceleration.)
the only thing I can think of is that there's maybe some runtime library dependency issue. I'm statically linking msvcr90.dll to my .gau file but that's not solved it. The only other dependency is kernel32.dll, but I shouldn't ever need to link that too, should I as it's a part of Windows?
Has anyone ever encountered this problem?
Thanks,
Si
Everything works fine on my PC, but it doesn't work on someone elses. The displayed values just stick at zero and never change.
I know I'm doing it properly because it works on my PC without a problem, so my guess is it has to be somethign specific to either my PC or my FS installation. (We're both using Acceleration.)
the only thing I can think of is that there's maybe some runtime library dependency issue. I'm statically linking msvcr90.dll to my .gau file but that's not solved it. The only other dependency is kernel32.dll, but I shouldn't ever need to link that too, should I as it's a part of Windows?
Has anyone ever encountered this problem?
Thanks,
Si


