Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1016 Bytes

File metadata and controls

36 lines (28 loc) · 1016 Bytes

pascal-toxcore

Pascal bindings for libtoxcore

Before using this wrapper, you need to compile libtoxcore library for your platform. How to compile libtoxcore, written in the section Install Instructions.

Note: Not all functions are now tested.

API Progress

  • toxcore
  • toxav
  • toxdns
  • toxencryptsave
  • tox_old.h (old groupchats)
  • Higher level API

Compilers Tested

  • Delphi XE7
  • Delphi 2005 - Delphi 10
  • Delphi 7
  • Free Pascal 3

Platforms Tested

  • Windows XP (32/64)
  • Windows 7 (32)
  • Windows 10 (32/64)
  • Debian 8.4 (32/64)
  • OS X * (32/64)

Example

Example of use will be available after the development of Higher level API. Now you can get acquainted with the library at a low level API as an example Echo Bot.