Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
Hello, I would like to know if it's possible to program a plugin with GCC for IrrEdit. Because i have made a terrain system with shader texturing for my game and i would like to create it on IrrEdit for position my objects. I know if I compile the plugin with msvc++ that work but I use GCC for my project and if I can avoid to install msvc++ that will help me. Thanks. PS:Sorry for my bad english :) . |
||||
|
Currently this is not possible, sorry. Unfortunately both compilers produce different ABI for the classes, so it maybe never will work, because irrEdit is based on Irrlicht, which heavily relys on C++ classes. |
||||
|
No problem Niko. I will use MSVC++ ;). Thanks for your answer. |
||||
|
|