#MODE_READWRITE

Discuss any general programming issues here
Post Reply
ilbarbax
Posts: 115
Joined: Thu Apr 01, 2010 6:41 pm

#MODE_READWRITE

Post by ilbarbax »

Hi

I got some problem using #MODE_READWRITE mode on fileopen function. The same routine that was working fine on previous 5.x versions now do not work any more.
It seems that the pos pointer does not move when reading
User avatar
airsoftsoftwair
Posts: 5443
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: #MODE_READWRITE

Post by airsoftsoftwair »

Can you provide a small example code snippet that demonstrates the issue?
Post Reply