71
General (but related to Code::Blocks) / Re: Is there an instruction list to setup wxWidgets for compiling plugins?
« Last post by Miguel Gimenez on September 12, 2023, 09:58:02 am »You must compile the plugin with the same compiler used to compile C::B and link with the same wxWidgets used to compile C::B (shared/monolithic). This is because different compilers generate incompatible C++ DLL.
If you use the same compiler that created the release (or nightly, see compiler info in the last nightly post) you do not need to compile C::B and your plugin can be deployed in binary form.
If you use the same compiler that created the release (or nightly, see compiler info in the last nightly post) you do not need to compile C::B and your plugin can be deployed in binary form.