[Freedos-devel] Blocek 1.3

2007-04-15 Thread Ladislav Lacina
Some days ago I uploaded a new version of my text editor Bloček.
People from EDR-DOS forum already made a first wave of tests and buh hunting so 
now it should be more stable and better.

Bloček is text editor which is capable to work with unicode files. Besides of 
that it can also serve as simple image viewer. (BMP, PCX, GIF, JPG, PNG)
English project page is here:
http://www.laaca-mirror.ic.cz

What is new in this version:
v1.3
- functions Search, Search again, Replace and Fix word wrapping
+ better algoritms for scalling images (see Select filter in Options menu)
+ horizontal and vertical flip for images
* scrolbars work more or less like in windows
+ changing to/from word wrapping mode keeps cursor position
+ checks if image files are corrupted
- fixed some bugs in image viewing mode
+ added german keyboard driver
- fixed czech keyboard driver
* many invisible but important changes in GUI library
+more civilizated reporting of fatal errors

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Freedos-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freedos-devel


Re: [Freedos-devel] Porting the FAT filesystem

2007-04-15 Thread [EMAIL PROTECTED]
Hi Bart and Eric

> it's the other way around! You need the latter ones:
> dos_open, dos_close, rwblock,...
>
> Basically the old dos_read() and dos_write() were replaced by rwblock()
> quite a few years ago but somebody (it could have been me) forgot to
> remove the prototypes in proto.h.
>
Ok, got it.
> The DosOpen etc functions are higher level functions that worry about
> things you don't need: character i/o, share, remote access, and some
> DOS bookkeeping, whereas the dos_* functions work with FAT and only
> with FAT.
>
I also noticed that DosRead() and DosWrite() are both macros that are expanded 
as DosRWSft(), which calls the rwblock().
Therefore, what I'm gonna do is implementing the two functions: dos_read() and 
dos_write(), in terms of rwblock().
> Bart

Thanks for your suggestions guys, now I can continue.

Enrico





--
Leggi GRATIS le tue mail con il telefonino i-mode™ di Wind
http://i-mode.wind.it/



-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel