Hi all,
has somebody a working version of MeshMagick for Ogre-Next?
I have the following situation:
I'm using for my NOWA-Engine Ogre-Next and inside a folder I want to use MeshMagick in order to manipulate Mesh Operation in my Design-Editor.
The MeshMagick is in its own folder with its own OgreMain.dll.
Here is the point: When I call the MeshMagick.exe e.g. via CreateProcess, or ShellExecute, or system(...) or whatever. The environment unfortunately always wants to link the Ogre-Next OgreMain.dll instead the one in the MeshMagick folder, which of course does not work.
Has anybody an Idea, how to force the MeshMagick.exe to link against its correct OgreMain.dll which sits in the same folder as MeshMagick?
If I call the MeshMagick via bat file via double click, the mesh operations do work...
Best Regards
Lax