CodefoundryDE / LegacyWrapper

LegacyWrapper uses a x86 wrapper to call legacy dlls from a 64 bit process (or vice versa).
MIT License
79 stars 20 forks source link

Multiple parameters, #11

Open yltsa opened 6 years ago

yltsa commented 6 years ago

Hi, how can I call this function which contains two parameters but just one is ref type:

sbyte ReadPressure(sbyte pHandle, ref float pPressure);

I would like to get the value out from the pPressure variable.

BR, Ilkka

zalintyre commented 5 years ago

Please have a look at the new release 3.0 and see if it fits your needs.