Re: wrapping C code - my exercise in incompetence.
- Posted by jmduro Jan 12, 2016
- 2241 views
jimcbrown said...
jmduro said...
Now I understand better what's going on. In std/dll.e of my OE 4.1 release (2015-02-13), C_HANDLE is defined as a C_POINTER, not as a C_LONGLONG, both in the 32-bit and 64-bit versions.
Something is wrong here. Looking at the hg logs, http://scm.openeuphoria.org/hg/euphoria/log/16462e686646/include/std/dll.e , there was only one change between that date and now, and that was Greg adding a C_ULONGLONG type (which didn't affect C_HANDLE http://scm.openeuphoria.org/hg/euphoria/rev/802120a0fe4e ).
The C_HANDLE change was made in March 2013: http://scm.openeuphoria.org/hg/euphoria/rev/4799252e3ba5
I see. My executables ared dated 2015-05-20 but the include files are dated 2012-08-26.
Jean-Marc