Jump to content

[SOLVED] plugin not initialized


photo

Recommended Posts

Hi,

 

I currently have some problems to get my plugin working. I don't have any problems with custom plugins before. I try to implement my .dll-file with -extern_plugin commando. Strange is, that my console shows me the result I want to see (log messages from the init class). But neither in my log file, nor the level-class accepts the plugin class. I've attached the picture from the log-file console and the .cpp file. Hope, anybody can help me.

 

Cheers

post-1445-0-38754100-1411644770_thumb.jpg

RecastDetourPlugin.cpp

Link to comment

Hi Christian,

 

It is hard to say what is going on without seeing actual project settings.

 

Please, check our plugin implementation in <SDK>/source/samples/Api/plugins/plugin/plugin.vcxproj (for MSVS 2010). All project settings and build options should be correct here. Also, this plugin prints all the messages to the engine console.

 

Thanks!

How to submit a good bug report
---
FTP server for test scenes and user uploads:

Link to comment

Hi silent,

 

thanks for the feedback. After recreating a brand new project and implementing all settings and build options, I finally got all things to work.

 

Thanks again!

Link to comment
×
×
  • Create New...