Jump to content

[SOLVED] editor_load issue


photo

Recommended Posts

Hi,

 

I have created a C++ API project, and I am trying to get the editor to work once the project is executed. When I type editor_load in the command line, ı get the following error message:

 

int getResult() { return dialog.getResult(); }

core/system/widgets/widget_dialog.h:92: Interpreter::parse_extern_class_begin(): unknown "widgetDialog" class membr "getResult"

Editor::editor_load(): can't load "core/editor/editor.cpp" editor script

 

What may be the cause of this error?

Link to comment

Hi. Perhaps this problem stems from the fact that you have the two different versions of the SDK. Make sure that you install only one SDK and this SDK is last version. Make sure that your project linking to unigine lib from right place and last version. It may be from different editor core and engine lib versions. Try to remove all SDK and install last SDK.

Link to comment
×
×
  • Create New...