News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Huge sized codeblocks.dll

Started by scarphin, September 12, 2011, 10:42:46 PM

Previous topic - Next topic

scarphin

Tried with the new nightly, got the same error again. Don't know anything else to try. I posted the patches on patch tracker, hope I did everything right. I guess I'm going to build it everytime a new nightly is built. One last detail left, no matter how I build the cb and plugins (with '-z defs' option or not) I'm getting a 'missing symbols' error when cb tries to load the plugin.

stahta01

Short and Simple Check List for Building an Custom AutoVersion Plugin linked against Nightly debug build

I consider an resent SVN checkout to be one that uses the same minGW DLL and wxWidgets DLL as the current nightly build.

I have not built an Custom Plugin against a Nightly debug build; but, I did against the normal Nightly build.

1. Use the SDK headers from a resent SVN checkout of debug/propgrid branch
2. Link against the codeblocks.dll from the same resent SVN checkout.
3. Link against the wxWidgets dll
4. Use the same Compiler as the current debug/propgrid branch nightly.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

scarphin

How do I link against a dll exactly? Where do I enter dll's name?

stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

scarphin

I don't believe this, it was all there and I tried to work it out for days. :shock: Now it works. Thnx, much appreciated.