Compile for 16-bits 386 borad

R

Romain TAILLANDIER

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
 
A

adebaene

Romain TAILLANDIER a écrit :
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 ?
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
 
D

Dick Grier

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.

--
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top