Re: [Freedos-user] The GPL license.

2009-06-14 Thread Wolfram Sang

kurt godel wrote:

> compiled on a GPL system?. If so, is this because the GPL libraries are 
> statically linked into the exe?.

Would be true if the libraries are GPL, but they are LGPL (see copying.dj).

> Am I in any case required to include the source code that came with the 
> djgpp distro?.

See copying.dj :)

Regards,

Wolfram


--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] What about changing our packaging style for v1.1?

2009-04-06 Thread Wolfram Sang

I like the idea, too. One thing stands to be corrected, though:

> - it is not really allowed with GNU GPL License to publish binaries without 
> sources anyway,

GPL enforces to make the sources available. Even a snail-mail address to 
send a request to (for the source) is usually considered sufficent to 
meet that part of the GPL.

Regards,

Wolfram


--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Looking for a word processor...

2008-09-30 Thread Wolfram Sang
Hi Skyler,

Skyler Orlando wrote:
> ...like Edit, but with word wrap. And, a substantially higher size 
> limit, if any. (multiple MB)

I found this site to be good for finding free DOS software in general:

http://short.stop.home.att.net/freesoft/index.htm

When coding I used to use ME-Lite:
(http://short.stop.home.att.net/freesoft/txtedit1.htm#multiedit)

For word processing I used VDE:
http://short.stop.home.att.net/freesoft/txtedit1.htm#vde

I think you'll find something apropriate there :)

Best wishes,

Wolfram


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] COCO 3 and freedos..

2008-08-26 Thread Wolfram Sang
> serial port to save and retrieve files on an IBM PC running dos could be
> enhanced to do this for a Commodore 64 as well.  These old computers are

There are (and have been) already such solutions for the C64 and DOS-PCs.

http://sourceforge.net/projects/c64net
(used to be DOS, don't know if it still is)

http://www.64hdd.com/64hdd.html
(not really free and open)

Just to name two more popular examples. I guess there are more homebrew 
made solutions out there...

All the best,

Wolfram


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] COCO 3 and freedos..

2008-08-26 Thread Wolfram Sang
>> PPS: Which solutions do YOU suggest, Tom?
> I have no idea
Maybe one of the Catweasel devices from Individual Computers could help 
(www.jschoenfeld.de)?

All the best,

Wolfram


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Display size

2008-08-20 Thread Wolfram Sang
> Well, I don't get really what program to use and what to enter to switch
> resolution?
Have a look at the config file. If you are lucky, you will find a 
textmode there which fits your needs and works with your setup ('STM 
'). If not, then there is documentation how to create new modes 
from scratch which can be added to the config file. Sadly, I can't 
recall too much details right now; that's all some two years ago...

All the best,

Wolfram


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Display size

2008-08-20 Thread Wolfram Sang

> Whatever I do with mode, it switches the lines and fonts but it never
> switches the resolution directly.
Then try SVGATextMode :) It lets you calculate custom resolutions 
(although the calculation can be a bit tricky).

Wolfram


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Display size

2008-08-19 Thread Wolfram Sang
> There was also some version called STM which is more tuned towards DOS
> than plain DJGPP svgatextmode port I believe, but I forgot the details.

More tuned towards DOS? In what way exactly?

When I ported this version, there was already some DOS support in the 
code. Alas, it was completely broken due to the latest Linux additions. 
So, I made it compile again and changed a bit of the behaviour to be 
more DOS-friendly. I may be wrong, but I'd think this is the most 
DOS-tuned version around (let alone that I haven't found a single 
download for the older DOS-binaries back then). Believe me, there was 
more involved than just running DJGPP over the code :)

All the best,

Wolfram


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Display size

2008-08-19 Thread Wolfram Sang
> handbook :-). Apart from MODE you can also try a VESA or other tool
> to select other supported graphics modes. Note that non-text will
If you are into experimenting a bit, try SVGATEXTMODE. It can give very 
unusual textmodes. Drawback is, considering your hardware, I guess you 
must find the correct values on your own.

http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/util/user/svgatextmode_1_9_16rc1-dos.tgz

All the best,

Wolfram


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user