Re: [Freedos-devel] If I want to compile applications in FreeDOS, which compiler should I use?

2011-09-04 Thread Decheng Fan
On Mon, Aug 22, 2011 at 1:21 AM, Eric Auer e.a...@jpberlin.de wrote: Hi Robbie / Decheng, don't know what's the standard (or recommended) development environment to develop applications in FreeDOS. Would you please let me know? That depends on what sorts of applications you want to

Re: [Freedos-devel] ANSI C (C89) locale.h -- DOS compiler support?

2011-09-04 Thread Decheng Fan
On Sun, Sep 4, 2011 at 3:25 AM, Rugxulo rugx...@gmail.com wrote: Hi guys, Just curious, does anybody know of a C compiler that actually supports a *functional* locale.h ?? It doesn't seem like most (if any) barely support it, if at all. Kinda strange since it's a requirement for ANSI C

Re: [Freedos-devel] If I want to compile applications in FreeDOS, which compiler should I use?

2011-09-04 Thread Bernd Blaauw
Op 4-9-2011 13:06, Decheng Fan schreef: I've also compiled FreeCOM, but there seems to be some warning messages, although I still get the final COMMAND.COM http://command.com/ file. The warning messages read like following: C:\WATCOM\BINNT\wcc -zq kswap.c -bt=dos @watcomc.cfg kswap.c(160):

Re: [Freedos-devel] If I want to compile applications in FreeDOS, which compiler should I use?

2011-09-04 Thread dos386
And for device drivers is DOSEMU better for that purpose? I doubt that. Rather BOCHS, if it emulates the device you are interested in (PCI bridge in BOCHS is a dream so far) ... debugging drivers is always hard :-( No idea. I know Japheth added some config.sys version to the DEBUG 1.25

Re: [Freedos-devel] Freedos and lack of drivers

2011-09-04 Thread dos386
It's possible make a stubbing for use WIN drivers under freedos (maybe with HX EXTENDER?) Theoretically possible, but extremely difficult. -- Special Offer -- Download ArcSight Logger for FREE! Finally, a world-class

Re: [Freedos-devel] ANSI C (C89) locale.h -- DOS compiler support?

2011-09-04 Thread Rugxulo
Hi, On Sun, Sep 4, 2011 at 6:13 AM, Decheng Fan fandech...@gmail.com wrote: On Sun, Sep 4, 2011 at 3:25 AM, Rugxulo rugx...@gmail.com wrote: Hi guys,   Just curious, does anybody know of a C compiler that actually supports a *functional* locale.h ?? It doesn't seem like most (if any) barely

Re: [Freedos-devel] ANSI C (C89) locale.h -- DOS compiler support?

2011-09-04 Thread Steve Nickolas
On Sun, 4 Sep 2011, Rugxulo wrote: OpenWatcom has locale.h, but its headers are just confusing (thanks to supporting a billion OSes), so I have no idea if it's just empty stubs for DOS (probably) vs. works fine on Windows. (To most people, supporting cp850 was exotic enough, I guess.) They