|
darren@xxxxxxxxx wrote: > > Thanks everyone for your help. I'm a little wiser on C API calling now. > Darren, I just wanted to make sure you knew that you need to remove the Const from BuffLenSent too. If you leave the Const, the parameter will get passed by reference, and the API will try to interpret the first 4 bytes of the pointer as an integer. Since the first four bytes of a pointer seem to always start with x'80', the API will think you passed a huge buffer. The problems associated with this might not show up right away the way they do with the pointer/const problems.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.