Changes between Initial Version and Version 1 of Ticket #3833, comment 1
- Timestamp:
- 04/30/19 10:47:40 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3833, comment 1
initial v1 6 6 - 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] 7 7 - [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]