How to convert C++ Callback and Listener into managed code? Topic is solved

Problems building or running the engine, queries about how to use features etc.
Post Reply
User avatar
randomcode
Halfling
Posts: 53
Joined: Wed Nov 11, 2015 11:31 am
Location: People's Republic of China
x 5
Contact:

How to convert C++ Callback and Listener into managed code?

Post by randomcode »

I have a C++ library called OgreSocks which is a network library for the Ogre3d engine. So, I want to create a C++/CLI wrapper for it (It named MogreSocks), I almost finished the wrapper, but I am stuck in the Listener and callbacks, can anyone help me?

Here is the repo: https://github.com/cookgreen/MogreSocks

OgreSocks: https://wiki.ogre3d.org/Using+OgreSocks+with+Ogre

And I also need a Code Reviewer to check my code to make sure my wrapper is workable.

OpenMB(Open Source Mount&Blade Series)
https://github.com/cookgreen/OpenMB
Post Reply