Migration from PureBasic 5.50 to 5.60

Cipher library


Base64Encoder: function renamed
  ; Old
  Base64Encoder()

  ; New
  Base64EncoderBuffer()
Base64Decoder: function renamed
  ; Old
  Base64Decoder()

  ; New
  Base64DecoderBuffer()

Others

'Define.b' standalone syntax, to change default type for untyped variables is now forbidden and will result in a 'Syntax error'. Removing the statement will solve this (ensure to type your untyped variables accordindly). Note: 'Define.b a, b, c' is still supported.