https://bugs.winehq.org/show_bug.cgi?id=55859 --- Comment #12 from Alex Henrie <alexhenrie24(a)gmail.com> --- (In reply to Fabian Maurer from comment #10)
Thought so. But then how do we get the proper function prototype? Never really had to deal with such an issue before.
Assuming the DLL is 32-bit, you can write a test program to determine the total number of bytes in the program's arguments: https://wiki.winehq.org/Wine_Developer%27s_Guide/Other_Debugging_Techniques#... Once you have a stub that takes the correct number of bytes, you can look at what is in those bytes when the LabView installer calls the function, figure out the correct data types, and give the parameters appropriate names. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.