Problem create Plugin for Mogre

randomcode

29-04-2017 02:28:54

When I try to create plugin for Mogre engine using Robert Giesecke dllexport, the plugin only can export only one function and can't export other functions

smiley80

29-04-2017 14:12:45

I'm using that for CaelumSharp:
https://bitbucket.org/tbohnen/caelumsha ... ew-default

I've just tested it with VS2017 and the latest dllexport NuGet package:
dllStartPlugin and dllStopPlugin get exported and called by Ogre.

randomcode

28-08-2017 14:35:50

I'm using that for CaelumSharp:
https://bitbucket.org/tbohnen/caelumsha ... ew-default

I've just tested it with VS2017 and the latest dllexport NuGet package:
dllStartPlugin and dllStopPlugin get exported and called by Ogre.

I use VS2010, is my VS version too low?