Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: ollydbg on February 09, 2009, 04:00:23 am

Title: newbie question on build a plugin when link
Post by: ollydbg on February 09, 2009, 04:00:23 am
HI, I think this is a newbie question, so I post here instead of develop forum.

Once I found this wiki article
Link step (http://wiki.codeblocks.org/index.php?title=Linking_the_plugin_to_a_Nightly_Build#Step_Four_-_Link_Everything_Together)

My question is: It is very strange that MinGW can directly link with “codeblocks.DLL". Really???
I was developing in visual studio several yeas, but all the linker can do is add a "*.lib"

I will be appreciated if someone can explain it a little. Thanks