× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



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 thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 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.