bcc icon indicating copy to clipboard operation
bcc copied to clipboard

Wrong code generated for LPVOID?

Open DruggedBunny opened this issue 4 years ago • 1 comments

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!

DruggedBunny avatar Apr 30 '20 12:04 DruggedBunny