NO

Author Topic: Pelles C and 16 bit programs?  (Read 3476 times)

Anonymous

  • Guest
Pelles C and 16 bit programs?
« on: May 01, 2005, 03:09:21 AM »
Hi.  I use Pelles C.  It is my favorite IDE.  But I was wondering if I can develop 16 bit programs that run on Windows 3.1?  If so, how?  Thanks alot.

Anonymous

  • Guest
Re: Pelles C and 16 bit programs?
« Reply #1 on: May 01, 2005, 03:59:51 AM »
Quote from: "Anonymous"
Hi.  I use Pelles C.  It is my favorite IDE.  But I was wondering if I can develop 16 bit programs that run on Windows 3.1?  If so, how?  Thanks alot.


PellesC is a 32 bit compiler and linker so, no, it's not going to work.

Offline Vortex

  • Member
  • *
  • Posts: 802
    • http://www.vortex.masmcode.com
Pelles C and 16 bit programs?
« Reply #2 on: May 01, 2005, 04:56:55 PM »
Curiously, why would you like to code for Win 3.1 when the new 64-bit platforms are annonced?
Code it... That's all...

Anonymous

  • Guest
Pelles C and 16 bit programs?
« Reply #3 on: May 02, 2005, 05:05:33 AM »
I have an old computer with Win. 3.1, and was wanting to make some programs for it, but oh well.

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Pelles C and 16 bit programs?
« Reply #4 on: May 02, 2005, 01:36:09 PM »
Depends how desperate you need it, and for what. As I remember, 16-bit Windows was no great joy to code for. There was a short-lived creature called Win32s, a subset of Win32, that was supposed to run (some) 32-bit programs on 16-bit Windows. If it's still available, maybe the way to go...?

Pelle
/Pelle