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.
Well, i have to figure this one out too.
It looks as complex as my question about dynamic strings..
But it might indeed be solved by using a simple string ptr.
But why do you use the 'CoTaskMemAlloc' api?
Is this one faster or so?
florent tried to compared http://www.powerbasic.com/support/pb...ead.php?t=2746
speed - maybe a little faster.
i can name a lot of arguments, for example, msdn de-facto also recommends cotask: "the cotaskmemalloc function has the advantage of working well in either c, c++, or visual basic. it is also the only way to share memory in a com-based application, since midl uses cotaskmemalloc and cotaskmemfree to marshal memory.".
but a real reason is - more comfortable than heap.
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