Hey! Is it possible to create an `CPointer<Bool...
# announcements
s
Hey! Is it possible to create an
CPointer<BooleanVar>
without the use of the nativeHeap. I would like to create one on the stack, but everythin i've tried failed. Currently im using this
Copy code
val flag = nativeHeap.alloc<BooleanVar>(); flag.usePinned { it.get().ptr /* <- CPointer<BooleanVar> */}
i
Try asking in #C3SGXARS6
s
Thank you! I'll try