Re: [Freedos-devel] best free C++ compiler

2004-07-22 Thread Arkady V.Belousov
Hi!

22--2004 10:42 [EMAIL PROTECTED] (Roberto Mariottini)
wrote to [EMAIL PROTECTED]:

  Probably, OpenWatcom is not only the best, but, probably, only one
RM I must add the Digital Mars C++ compiler (http://www.digitalmars.com),

 I hear, its host OS is Win32 only.




---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_idG21alloc_id040op=click
___
Freedos-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freedos-devel


Re: [Freedos-devel] best free C++ compiler

2004-07-22 Thread Arkady V.Belousov
Hi!

23--2004 02:01 [EMAIL PROTECTED] (Koder) wrote to
[EMAIL PROTECTED]:

K If anyone else here is already running OWC on a DOS host,

 I do.

K then it would be
K great if he/she would supply some howto, or zip a working installation to
K share with others. I would certainly appreciate it! If not, I will give it a
K try soon... unless DMC would turn out to be perfect for my needs, of course!

 All easy and described in docs/build.txt in kernel distribution.




---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_idG21alloc_id040op=click
___
Freedos-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freedos-devel


Re: [Freedos-devel] best free C++ compiler

2004-07-21 Thread Steve Nickolas - Using Windoze
Koder wrote:
Hi,
After a few years of being idle in the DOS-scene, I am looking to writing
some new apps. I am using Borland's TC 2.01 because that has been released
for free. Here are some questions for you dev's:
1) If I were to write a FreeDOS-targetted application on FreeDOS, which C++
compiler would be the most interesting? I have a copy of TC++ 3.0 lying
around somewhere. Is that one freely available yet?
No, but 1.01 is, which is somewhere between the two.
2) Is anyone using lex/yacc in any project? Did you use it for the
processing of .bat files? If not, then why not? Will lex/yacc work with TC
2.01?
Perhaps, though you might want to look through the remains of GNUish on 
the FreeDOS mirrors for a 16-bit yacc or bison...

-uso.

---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721alloc_id=10040op=click
___
Freedos-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freedos-devel


Re: [Freedos-devel] best free C++ compiler

2004-07-21 Thread Gregory Pietsch
Koder wrote:
Hi,
After a few years of being idle in the DOS-scene, I am looking to writing
some new apps. I am using Borland's TC 2.01 because that has been released
for free. Here are some questions for you dev's:
1) If I were to write a FreeDOS-targetted application on FreeDOS, which C++
compiler would be the most interesting? I have a copy of TC++ 3.0 lying
around somewhere. Is that one freely available yet?
 

I typically use djgpp or Cygwin/gcc and M$ Visual C++ in console app 
mode. I then try OpenWatcom and see if I can get everything working on 
all three with a minimum of fuss. Throw in an 
autoconf/automake-generated configure script, et voila!

2) Is anyone using lex/yacc in any project? Did you use it for the
processing of .bat files? If not, then why not? Will lex/yacc work with TC
2.01?
 

GNU flex/bison and Berkeley yacc (or byacc) are Free versions of 
lex/yacc. The code produced with them should be portable enough that you 
can use it.

I know I could just look all of this up, but I guess you guys already know
the answers...
Thanks in advance!
 

Gregory Pietsch
---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721alloc_id=10040op=click
___
Freedos-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freedos-devel