AutomaticComponentToolkit icon indicating copy to clipboard operation
AutomaticComponentToolkit copied to clipboard

[cgo] Pointer variables are not implemented properly.

Open alexanderoster opened this issue 4 years ago • 1 comments

Pointer variables are making the headers not compile. We tried to use interface{} style-pointers in order to abstract this for the user, but they seemed to crash.

My suggestion would be to handle pointers strictly as uint64 handles throughout all the go code. @qmuntal: Do you have any objections?

alexanderoster avatar Jul 28 '20 07:07 alexanderoster

unsafe.Pointer seems like the right type, but it has to be validated.

qmuntal avatar Jul 28 '20 14:07 qmuntal