There IS a function in the record adapter (it's not in the documentation btw) that can set the size of the internal buffer it uses... and guess what's the default size? 5000! Arrrgh. I even do a palm program to split my records into 5000 bytes chunks during hotsync. Need some rest...
Sorry for that.
Mike Margerum wrote:
Flex wrote:
Hi ppl,
I'm getting crazy about this - I can't read a record that has more than 5000 bytes in - the result Variant *always* gets truncated to 5000. In the conduit forum I explained why I can't do it with the standart C/C++ functions and need a COM, but does anybody have seen this or I'm in a BIG mistake? I need to release this project ASAP and it's basicly done except that dummy thing. Tried reading in google, newsgroups, etc - no word on that problem... am I the only one getting it?
Using BCB6
you know you can build non com conduits in BCB6 right? Why dont you just build a straight conduit DLL that calls the com servers?
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
