[Freedos-user] FLTK...

2012-12-06 Thread nospam
FLTK is based on XWindows which is used with Linux. I ported a subset of XWindows to DOS called NanoX or previously called MicroWindows which is sufficient to run the FLTK GUI. FLTK has no Win32 API compatibility. Microwindows has a tiny Win32 API compatible interface but compared to FLTK it d

Re: [Freedos-user] ISOLINUX - ISOHYBRID

2012-10-06 Thread nospam
Hi Bernd, thank you very much for your message. If you use isolinux-debug.bin for fdbasecd.iso then that explains why ISOHYBRID will not work. Yes, I was using Linux since I was not aware that there was an ISOHYBRID compiled for Windows/DOS. Thank you for the link! I found the ISO file you sen

[Freedos-user] ISOLINUX - ISOHYBRID

2012-10-06 Thread nospam
I try to run the ISOHYBRID utility on the fdbasecd.iso file while running Linux. ISOHYBRID returns with the error message: "boot loader does not have an isolinux.bin hybrid signature". Already replaced the isolinux.bin file on the fdbasecd.iso with a later version but the message remains. Does

[Freedos-user] Boot floppy image files

2012-09-26 Thread nospam
A floppy image will probably not be used a lot to write it on a real floppy today. I use it as a base to make bootable CDs according to the ElTorito standard. Or use it with Bochs to boot from that image. The files on the floppy image will be enough of the FreeDOS distribution for most embedded

[Freedos-user] new version 2.6 of Bochs available

2012-09-25 Thread nospam
Since Eric announced Bochs in this list let me mention that I wrote a tutorial for Bochs which is helpful for setting up and using Bochs on Windows: http://peter-bochs.googlecode.com/files/Bochs%20-%20a%20Guide%20and%20Tutorial%20for%20Windows%20II.pdf It does not cover the new features listed

Re: [Freedos-user] Boot floppy image files

2012-09-16 Thread nospam
Rugxulo has made a single floppy FreeDOS image called BARE_DOS that works well: https://sites.google.com/site/rugxulo/ Georg -- Live Security Virtual Conference Exclusive live event will cover all the ways today's secu

Re: [Freedos-user] Serial port or USB/PCMCIA modem support

2012-09-03 Thread nospam
My DOSUSB driver comes with support for USB-Serial adapters. However DOSUSB does not emulate an UART and therefore will not work with many DOS communications programs. You will have to change the application program to either support the DOSUSB URB/API or use the included serdrv.sys device dri

Re: [Freedos-user] New XFDOS FreeDOS distribution

2012-08-06 Thread nospam
I had an old Qemu installation from 2010 on my Windows XP machine. This did work: http://nanox-microwindows-nxlib-fltk-for-dos.googlecode.com/files/XFDOS-Qemu-Screenshot.PNG It was quite fast too. Since XFDOS sets up an XMS disk, you need to configure 32 MB memory or more. Also for FLTK you hav

Re: [Freedos-user] New XFDOS FreeDOS distribution

2012-08-05 Thread nospam
Hi Bernd, yes, Robert also found that the ISO image will not run with VMware and VirtualPC. I had tested it with Bochs and that did work. I agree that you can use Bochs mainly for development because it is slow. The ISO is an ElTorito CD using FAT16 hard disk emulation. BIOS has no problem boo

[Freedos-user] New XFDOS FreeDOS distribution

2012-07-30 Thread nospam
I used my port of the FLTK GUI toolkit to write a new desktop for DOS which I called SLWM. This allows you to select applications by clicking on the various icons on this desktop. SLWM runs in a loop of a small batch file. So when an application is selected SLWM terminates and leaves all the me

Re: [Freedos-user] adding executable file to FreeDOS 1.1

2012-06-26 Thread nospam
I do not know if this helps you but if you want to set up a bootable CD with FreeDOS let me explain how I do that using is a completely different approach: I use Bochs to install FreeDOS on a VMWare disk image from the FreeDOS distribution CD ISO image and then make a bootable CD from this disk

Re: [Freedos-user] Setting up a shared printer

2012-05-16 Thread nospam
A very good Wiki page on printing with netcat! Netcat can be used in many ways. I find connecting to a command shell on a Windows PC and transfering files an interesting application. I did not have a chance to test that yet though. If a windows printer is configured to be used from that command

Re: [Freedos-user] Setting up a shared printer

2012-05-06 Thread nospam
> If your network attached printer is listening on TCP/IP port 9100 ("HP > JetDirect" protocol) and your DOS program can generate something the > printer can understand, then do the following: > > - Print your printer output to a file > - Send the file to the printer using this command: > > nc -t

Re: [Freedos-user] Best GUIs for DOS

2012-04-14 Thread nospam
As Eric mentioned, FLTK is cross-platform, it can be used with Linux, Windows, Apple MAC plus my port for DOS. So if you develop applications with FLTK for DOS these can easily be ported to Linux, Windows and MAC. This will provide a larger user base for an application than if it would run on

Re: [Freedos-user] Unicode support in languages

2012-04-14 Thread nospam
My FLTK/Xlib port supports Unicode and truetype fonts. This allows to use Unicode character sets with DJGPP. Georg http://code.google.com/p/nanox-microwindows-nxlib-fltk-for-dos/ -- For Developers, A Lot Can Happen In

Re: [Freedos-user] FlWriter - a graphical text processing program

2012-03-23 Thread nospam
Hi Henrique, FlWriter did support right to left text but I turned that off since I do not speak Arabic and could not properly test it. If you need that I can make a special version for you. I guess one would have to add an arabic font for that too. Nano-X on which FlWriter is based again has a

Re: [Freedos-user] FlWriter - a graphical text processing program

2012-03-23 Thread nospam
Hi Bernd, thank you for testing FlWriter! I do not have VMWare installed but FlWriter will run (slowly) in Bochs. Maybe you try to change the display to 16 bit color like this: set nanoscr=800 600 565 Georg -- This S

Re: [Freedos-user] FlWriter - a graphical text processing program

2012-03-18 Thread nospam
I ported a WYSIWYG text processing program called FlWriter to DOS based on my port of the FLTK GUI toolkit. I also added and extended many functions. FlWriter has a graphical user interface and displays the text in different fonts, plus bold, italic and underline. You can select text with the mo

Re: [Freedos-user] x windows server for DOS

2012-01-11 Thread nospam
I find it tedious to download lots and lots of files from the DJGPP site and putting them into the DJGPP directory. In the process you have to make sure that old packages do not overwrite the files installed by new packages. And you may have selected the wrong version needed or just missed some

Re: [Freedos-user] x windows server for DOS

2012-01-10 Thread nospam
Nano-X and NXlib are released using the MPL licence which allows to integrate the code into commercial projects. It can also be integrated into a GPL project. e.g. FLTK can run based on Nano-X and NXlib: http://code.google.com/p/nanox-microwindows-nxlib-fltk-for-dos/wiki/Screenshots Georg --

Re: [Freedos-user] x windows server for DOS

2012-01-09 Thread nospam
You may also be able to use Nano-X / NXlib which I have ported to DOS: http://code.google.com/p/nanox-microwindows-nxlib-fltk-for-dos/ The port of the Dillo browser is based on this. Georg -- Write once. Port to many. G

Re: [Freedos-user] New FreeDos_install-with linux

2011-12-06 Thread nospam
Hi Garry, I had exactly the same setup on one of my PCs. Grub has options to hide the Windows and Linux partition and tries to make e.g. DOS believe it boots from the first partiton. When trying that I found that DOS had been put on an extended partiton and still would not boot. The result was

Re: [Freedos-user] Dillo web browser for DOS - beta2

2011-11-26 Thread nospam
Hi Bernd, whether Arachne is obsolete I leave to the users to decide. My objective is to provide a better browser than Arachne. However, Dillo will never be able to really compete with Firefox or Chrome. I compressed dillo.exe as you described and gained a file that is 300k smaller. I did not

Re: [Freedos-user] Dillo web browser for DOS - beta2

2011-11-26 Thread nospam
Hi, Benjamin Johnson added file downloads and loading web pages from disk to Dillo. Great! To make these major enhancements available on my website I uploaded a new beta version: http://nanox-microwindows-nxlib-fltk-for-dos.googlecode.com/files/DILLODOS_beta2.zip I added support for extended c

Re: [Freedos-user] Dillo fonts

2011-11-24 Thread nospam
This is a "feature" of this beta release and will change in the next release. Georg - Original Message - From: "Single Stage to Orbit" To: Sent: Thursday, November 24, 2011 6:12 PM Subject: Re: [Freedos-user] Dillo fonts > On Thu, 2011-11-24 at 08:56 +0100, n

Re: [Freedos-user] Dillo fonts

2011-11-23 Thread nospam
Hi Marcos, in this beta version the TEMP environment variable has to be set to point to the Dillo for DOS directory where the "fonts" subdirectory with the fonts is located. You see fixed-pitch fonts if Dillo does not find the fonts. Georg - Original Message - From: "Marcos Favero Flo

Re: [Freedos-user] Dillo web browser for DOS

2011-11-20 Thread nospam
I am sorry but the FreeDOS pages are examples of pages Dillo will not render properly. Provided you have a packet driver running on your PC, just look through the Dillo.bat file and after that you should be able to run DILLO. Georg @DOS386: SSL, FTP and uploads of files are not supported yet.

Re: [Freedos-user] Dillo web browser for DOS

2011-11-18 Thread nospam
he risk of seeming like a baby, may I have a direct link? I did try to google, but the download instructions hinted at needing to build, so I felt I might not have found the most recent page. Looking forward to learning if it will work with my screen reader! Karen On Fri, 18 Nov 2011, nospam wrote:

Re: [Freedos-user] Dillo web browser for DOS

2011-11-17 Thread nospam
Hi Jim, as you can see on the download link it is the first beta version I released. You can surf the web as you can see on the screenshot but there are a couple of issues I am currently working on. These are mentioned in the User Guide. Georg - Original Message - From: "jhall" To:

Re: [Freedos-user] Dillo web browser for DOS

2011-11-17 Thread nospam
Here is a screenshot of Dillo for DOS running: http://code.google.com/p/nanox-microwindows-nxlib-fltk-for-dos/wiki/Dillo_Web_Browser_Screenshot Georg -- All the data continuously generated in your IT infrastructure co

[Freedos-user] Dillo web browser for DOS

2011-11-17 Thread nospam
The Dillo web browser has been ported to DOS now. You can download the first beta here: http://code.google.com/p/nanox-microwindows-nxlib-fltk-for-dos/downloads/list I recently ported the FLTK toolkit to DOS. Based on that I could port the Dillo GUI to DOS. Benjamin Johnson, who ported Dillo to W