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




The QCMDEXC api requires the command, and the length of the command you
are sending it.  Not sure why, considering it could've figured that out
itself,

No, it can't figure it out itself. It can't view the source code of your program, it doesn't know how large your variables are.

Remember, parameters are passed as a pointer. That's all the program that's receiving the parameter gets, just a pointer, nothing else. How does it know how long the variable is?

There are two possible ways to solve that problem:

a) You can pass it a length.  (That's the solution that QCMDEXC uses)

b) You can pass some sort of delimiter to indicate the end of the string. (that's what system() uses)


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
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.