| View previous topic :: View next topic |
| Author |
Message |
Mac Professional Member

Joined: 08 Jul 2000 Posts: 1585 Location: Oklahoma USA
|
Posted: Thu Mar 27, 2003 10:55 pm Post subject: |
|
|
Well, actually I'm not using the standard 'ol notepad anymore
so that's why I didn't catch it...
I found the problem - it's the difference in normal text file CRLFs
and the standard C newline char.
Will fix it this afternoon and post back here to let everyone know
when I get it uploaded..
Thanks FF
Cheers, Mac  _________________ VDSug.dll does file IO, check/disable menu items,
non-VDS dlls, draw functions and more...
Free download (30k dll size) at:
http://www.vdsworld.com/download.php?id=361
 |
|
| Back to top |
|
 |
Mac Professional Member

Joined: 08 Jul 2000 Posts: 1585 Location: Oklahoma USA
|
Posted: Fri Mar 28, 2003 12:43 am Post subject: |
|
|
It's fixed!
Files saved with UG SAVEFILE now show no difference from
the original using DOS FC (file compare) - checked with both
TEXT and BINARY compare.
Check the timestamp on your DLL if you're not sure it's current.
The current release should be 3/27/2003 6:23 PM.
Thanks for the feedback guys - let me know if ya have any
other problems.
EDIT: Newer version with many more features:
http://www.trinex.net/users/mac/vdsug/
Cheers, Mac  _________________ VDSug.dll does file IO, check/disable menu items,
non-VDS dlls, draw functions and more...
Free download (30k dll size) at:
http://www.vdsworld.com/download.php?id=361

Last edited by Mac on Sat Nov 15, 2003 7:08 pm; edited 1 time in total |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Fri Mar 28, 2003 1:02 am Post subject: |
|
|
Cool Mac. Keep up the good work.  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
moke Contributor

Joined: 02 Jan 2002 Posts: 162
|
Posted: Fri Mar 28, 2003 2:00 pm Post subject: |
|
|
I ran into this problem while using VDSINOUT to write directly to files. I
think the CRLF may be interpreted differently. For me the answer was
replace @cr() with @chr(13)@chr(10)
moke |
|
| Back to top |
|
 |
moke Contributor

Joined: 02 Jan 2002 Posts: 162
|
Posted: Fri Mar 28, 2003 2:00 pm Post subject: |
|
|
| Oops |
|
| Back to top |
|
 |
Mac Professional Member

Joined: 08 Jul 2000 Posts: 1585 Location: Oklahoma USA
|
Posted: Sat Mar 29, 2003 1:45 am Post subject: |
|
|
That was pretty much the problem moke - I was originally using the
C/C++ "newline" char which doesn't include a carriage return.
Cheers, Mac  _________________ VDSug.dll does file IO, check/disable menu items,
non-VDS dlls, draw functions and more...
Free download (30k dll size) at:
http://www.vdsworld.com/download.php?id=361
 |
|
| Back to top |
|
 |
|