Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

New projects for wxWidgets 3.2

<< < (2/4) > >>

ollydbg:
Hi, when loading the workspace file: CodeBlocks_wx32_64.workspace

I got an error, see below:


--- Code: ---ProjectsImporter: loaded
RegExTestbed: loaded
ReopenEditor: loaded
rndgen: loaded
ScriptedWizard: loaded
SmartIndentCpp: loaded
SmartIndentFortran: loaded
SmartIndentHDL: loaded
SmartIndentLua: loaded
SmartIndentPascal: loaded
SmartIndentPython: loaded
SmartIndentXML: loaded
SpellChecker: loaded
SymTab: loaded
ThreadSearch: loaded
tidycmt: loaded
ToDoList: loaded
ToolsPlus: loaded
The plugin name "wxSmithMime" does not match the name in the "wxSmith" file.
wxSmith: loaded
wxSmithMime: loaded
wxSmithAui: loaded
wxSmithContribItems: loaded
WindowsXPLookNFeel: loaded
Abbreviations plugin activated

--- End code ---

The line is:


--- Quote ---The plugin name "wxSmithMime" does not match the name in the "wxSmith" file.
--- End quote ---

Is this the expected message?

Thanks.

Miguel Gimenez:
The wxSmith.dll is special, because it contains two plugins: wxSmith and wxSmithMime. Obviously, one of them will fail the check (DLL name == plugin name). This is an extract of the manifest.xml file:


--- Code: ---    <Plugin name="wxSmith">
    ...
    </Plugin>
    <Plugin name="wxSmithMime">
    ...
    </Plugin>

--- End code ---

ollydbg:
Thanks for the explanation.
Note sure why this has such special xml file, I just built the whole workspace against the wx 3.2.1, and the result cb works fine here.

AndrewCot:
Do we still need the wx 3.1 workspace/project files as wx 3.2.1 is released?

Miguel Gimenez:

--- Quote ---Do we still need the wx 3.1 workspace/project files as wx 3.2.1 is released?
--- End quote ---

IMHO we must keep them for a couple of 3.2.1 nightlies, just in case we find major problems and must go back to wx3.1.5.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version