Closed leotac closed 9 years ago
Converting char* to String didn't work, should use Ptr{Uint8}, see http://julia.readthedocs.org/en/latest/manual/calling-c-and-fortran-code/.
Fix the name of the MAP -- actual map names {{.Origname}}s_MAP did not match the exported name {{.OrigName}}_MAP
CC @ryanjoneil
Sorry, been uninvolved lately. Reviewing now.
Will merge and then regenerate the interface today.
Converting char* to String didn't work, should use Ptr{Uint8}, see http://julia.readthedocs.org/en/latest/manual/calling-c-and-fortran-code/.
Fix the name of the MAP -- actual map names {{.Origname}}s_MAP did not match the exported name {{.OrigName}}_MAP