Changes between Initial Version and Version 1 of Ticket #3833, comment 1


Ignore:
Timestamp:
Apr 30, 2019, 10:47:40 AM (5 years ago)
Author:
pmav99

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3833, comment 1

    initial v1  
    66- The same problem was solved [https://github.com/DECODEproject/zenroom/issues/47#issuecomment-446173032 here] using [https://docs.python.org/3/library/ctypes.html#ctypes._FuncPtr.errcheck ctypes.errcheck]
    77- [https://stackoverflow.com/questions/50669907/how-to-use-ctypes-errcheck SO example using errcheck]
     8- [https://stackoverflow.com/questions/46088164/is-there-a-way-to-ensure-that-all-my-ctypes-have-argtypes SO question about ensuring that all functions have errcheck]