You are not logged in. You can browse in the PowerBASIC Community, but you must click Login (top right) before you can post. If this is your first visit, check out the FAQ or Sign Up.
Please note that under the terms of the PowerTREE license, PowerTREE code may not be posted publically, so the code in your first message was removed. Where possible, please use pseudocode instead. Thanks!
The PowerTREE enquiry functions are declared to expect BYVAL STRING parameters, so using dynamic strings is by far the easiest way to use the library. However, using BYCOPY with an ASCIIZ will also work fine for all <U>enquiry</U> functions, for example (FindFirst, FindNext, etc):
However, you cannot use these techniques the 'Return Key' function, since it must return a string to the calling code... in this case you must use a proper dynamic string variable.
If you have further problems that cannot be explained using pseudocode, please contact Tech Support rather than posting the code here.
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, and to analyze site activity. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Comment