Comet32

From CometWiki

Revision as of 20:02, 14 May 2009 by Jim (Talk | contribs)
Jump to: navigation, search

Recent Changes

Comet 2009.400:

  • Improved printer functionality including pdf printers.
  • Improvements in the functionality of dialog-based programs. Try DlgDemo.
  • Improvements in GDI operations such as wallpaper.

Known Problems that We Plan to Consider and/or Address

  • the Spool driver has not been implemented.
  • a WinSock driver has not been implemented.
  • XAP has not been implemented.
  • Background partitions have not been implemented. You may launch a new foreground session as an alternative.
  • ACTIVATE and TERMINATE have not been implemented.
  • PCOMM and INTERRUPT have not been implemented.
  • CURPOS has not been implemented.
  • Contiguous file support has not been fully implemented.
  • DataExpress gets hung up when exiting back to the IB program.
  • Custom toolbars aren't fully operational.
  • Document archives (for DocMgr) are not yet implemented.
  • DbMgr, ViewMgr, and DBX do not run.

Functionality that Will Not Be Part of Comet32

  • Image file support.
  • Q-emulation for QICBASIC objects.
  • The SORT driver will not be implemented. We have modified the Reporter (version 9.02) to work without it.
  • Invalid character substitution in file names

Differences Between Comet16 Objects and Comet32 Objects

It is our intention that your Comet16 objects will run under Comet32 exactly as they do under Comet16. IB has been enhanced for Comet32 so not only will you be able to do more things easier we also may decide to change the functionality of some of the legacy instructions. We welcome your input on these issues as they come up.

  • Numeric overflows will generate a runtime error E01 for Comet32 programs. You can trap this with an ERRORTO.
  • STR function strips leading spaces from the result whereas with Comet16 objects the leading blanks remain as they have.

IB Enhancements for Comet32

  • Strings may be declared up to 64K in length.
  • You may declare a dynamic string that will allocate only the memory required for the current length of the data assigned to it. These strings may be up to 4gb in length. For performance, chunks of memory will be allocated in 64k increments. (Arrays may not be dynamic).
  • Numbers may include up to 64 digits; 32 integer and 32 fractional.
  • An extensive math package has been added including trig functions, factorial, logs, and exponents.
  • Editmasks rules regarding the length of the editmask and the length of the number have been relaxed to reduce runtime errors.
  • The maximum array size has been increased to 4.2gb.
  • User-defined procs have been implemented. For more info see User Defined Procedures in the IB manual.
  • New instructions have been implemented:

Please Add any other issues you see with this product

  • dbx doesn't work
Personal tools