Hi group,
I have to make C (yes the old C) for a TinyPC
(http://www.data-modular.com/tinyboxf.htm).
it seems to be an x86 embedded with DOS 6.22.
My question is : as far as i can compile for PDA in x86, can i compile some
C for dos 6.22, using Visual studio .net ?
I have tested Visual studio 1.52, and i don't want to develop using this old
environement.
i just need some ideas. thanks
adebaene@club-internet.fr - 24 May 2005 14:11 GMT
Romain TAILLANDIER a écrit :
> Hi group,
>
[quoted text clipped - 4 lines]
> My question is : as far as i can compile for PDA in x86, can i compile some
> C for dos 6.22, using Visual studio .net ?
No. Visual 1.52 is the last MS compiler that targeted 16 bits
platforms.
> I have tested Visual studio 1.52, and i don't want to develop using this old
> environement.
> i just need some ideas. thanks
- Use VC.NET IDE and build from the command line using VC 1.52.
- Use another "old" C bits compiler such as djgpp, with whatever ide
you like (Visual or another).
Arnaud
MVP - VC
Dick Grier - 24 May 2005 15:27 GMT
No.
There may be other DOS C compilers from other vendors, but none from
Microsoft more recent than the one you say that you don't want to use.

Signature
Richard Grier (Microsoft Visual Basic MVP)
See www.hardandsoftware.net for contact information.
Author of Visual Basic Programmer's Guide to Serial Communications, 4th
Edition ISBN 1-890422-28-2 (391 pages) published July 2004. See
www.mabry.com/vbpgser4 to order.
Lloyd Dupont - 25 May 2005 00:13 GMT
I'm sure the constructor could advice you on whoch tools to use.
I'll bet you could use GCC (http://gcc.gnu.org)
> Hi group,
>
[quoted text clipped - 9 lines]
> environement.
> i just need some ideas. thanks