GliderPro - dotNet question

gair

Active Member
Are you still using the dotNet wrapper? If so, any gotacha's that need to be avoided when programming against it?

Thanks for you time.
 

GliderPro

Active Member
Are you still using the dotNet wrapper? If so, any gotacha's that need to be avoided when programming against it?

Thanks for you time.
The wrapper is a bit out of date. The biggest problems with .NET are you can only make one ISXEVE "action" per frame and everything has to run from the main thread. To work around this you need to place all code that accesses ISXEVE into the OnFrame event and ensure that only one call into ISXEVE happens per call of OnFrame.
 
Top Bottom