User forums > General (but related to Code::Blocks)

Integration of Tortoise within Code::Blocks

<< < (3/3)

Biplab:

--- Quote from: mandrav on March 29, 2007, 03:51:26 pm ---@all:

!!! NEVER EVER DO THAT !!!

The vendor suffix is there for a reason.

--- End quote ---

Yiannis is correct. The method I've shown is just to fix your problem. :)

But as he has mentioned, we'll not provide any support.

Otherwise, download the official wx Runtime provided by C::B team and then create an import library. In this case also No support is guaranteed. ;)

Or just use the wxmsw26u_gcc_custom.dll file, it will be same.

mariocup:
Mi mandrav, Hi Biplab,

the main reason for this question is the following problem. If I build codeblocks and all plugins from sources and run update.bat then codeblocks is linked against custom.dll. Starting codeblocks and loading plugins works fine.
But if I compile e.g. ThreadSearch Plugin or CBTortoiseSVN and link agains custom.dll and then load it in Code::Blocks then I get an error, that these plugins could not be loaded correctly. If I compile e.g. the ThreadSearch Plugin and link it against *u_gcc_cb.dll and copy the plugin to the binaries which I get from the nightly build the plugin works. I do not know what is the reason?
Any idea.

Thx,

Mario

Pecan:
   //-- Full Compile Logging --
   "Settings" -> "Compiler and Debugger"
   "Global Compiler Setting"
   "Other Settings"
   "compiler logging:" set to "Full Command Line"

Post the results of the compile/link from the messages notebook.

dje:

--- Quote ---But if I compile e.g. ThreadSearch Plugin or CBTortoiseSVN and link agains custom.dll and then load it in Code::Blocks then I get an error, that these plugins could not be loaded correctly.
--- End quote ---
To bypass the problem with ThreadSearch plugin, I link with .a libs to work with my development environment and directly with dlls to work with a nightly build.

Dje

mariocup:
Hi codeblocks team,

yesterday I rebuilt wx with VENDOR=custom. Then I made a clean and rebuilt of codeblocks and all plugins, and now everything works fine.
All is linked against custom.dll and I get no error if I start codeblocks. I do not know what was exactly the inconsistency on my system?
Thanks for your help.

Bye,

Mario

Navigation

[0] Message Index

[*] Previous page

Go to full version