Author Topic: newbie question on build a plugin when link  (Read 3136 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5913
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
newbie question on build a plugin when link
« 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

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.