Page 1 of 1

File OS list is not complete

Posted: Sun Nov 19, 2006 3:09 pm
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.