Forum
Forum Navigation
Post History: Kenneth Porter
arr2 has a single element, the length of arr1.
https://learn.microsoft.com/en-us/dotnet/csharp/la …In: array length
2 months ago
I think you're going to need to build the app as 32-bit. At least until Fanuc fixes its headers …In: Issue regarding the use of Fanuc Focas cnc_rdparam function.
1 year ago
I think your compiler is completely misinterpreting the structures in the Focas header. What compile …In: Issue regarding the use of Fanuc Focas cnc_rdparam function.
1 year ago
I think I see your problem. What compiler and platform are you using? I see Kali in the screenshot s …In: Issue regarding the use of Fanuc Focas cnc_rdparam function.
1 year ago
Based on the doc link above, this C++ should work. (Untested.)
long double realprmToLongDouble(co …In: Issue regarding the use of Fanuc Focas cnc_rdparam function.
1 year ago
Can you post your code? (Alas, I don't see a markup type in the editor here for pre-formatted t …In: Issue regarding the use of Fanuc Focas cnc_rdparam function.
1 year ago
Look here at how to interpret the rdata type. It's a fixed-point decimal number.
https://www …In: Issue regarding the use of Fanuc Focas cnc_rdparam function.
1 year ago
The approach I use for vendor DLLs (like fwlib32.dll) is to add a PostBuild to my project that copie …In: Cannot load fwlib32.dll
2 years ago
Good to know that handles are locked to threads. Is it safe to use different handles on different th …In: Windows service get stuck and spike cpu usage on calling FOCAS cnc_allclibhndl3 function
2 years ago