Porting header file glfw3.h -> glfw3.pas

vanka2 wrote on Monday, August 12, 2013:

Hi all!

I’m trying to port GLFW v3 to Delphi.

I’ve ported glfw3.h to glfw3.pas and created example project. It work’s, but has at least 2 problems:

  1. access violation on close
  2. access violation on calling key_callback (pressing Esc)

Can’t find out what is wrong :frowning:
Can anybody help?

Link to project: http://www.freepascal.ru/forum/download/file.php?id=1439