File OS list is not complete

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Tipperton
Addict
Addict
Posts: 1286
Joined: Thu Jun 19, 2003 7:55 pm

File OS list is not complete

Post by Tipperton »

According to the help file:
File OS
Specifies the OS that this Program is compiled for. (using VOS_DOS or VOS_WINDOWS16 makes not much sense. They are only included to have the full list)
But the list is not complete, from PE Explorer, missing types are:
  • PM16
  • PM32
  • Windows32
  • OS/2 16
  • OS/2 32
I discovered this while setting up a project to re-write a program currently written in Visual Basic in PureBasic. Visual Basic programs have the File OS set to Windows32 which is one of the missing types.