bcc
bcc copied to clipboard
Wrong code generated for LPVOID?
I may be wrong, but I think bcc may be outputting wrong code for LPVOID on Win32 API calls... my attempted sample code conversion is here!
https://www.syntaxbomb.com/index.php?topic=7723.msg347042258#msg347042258
Basically, I think it outputs a Byte Ptr in the C code when it should (I think?) put out a 'void'.
Or I've totally misunderstood and the answer is something else completely!