News:

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

Main Menu

newbie question on build a plugin when link

Started by ollydbg, February 09, 2009, 04:00:23 AM

Previous topic - Next topic

ollydbg

HI, I think this is a newbie question, so I post here instead of develop forum.

Once I found this wiki article
Link step

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
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.