Author Topic: Force a dynamic (or static) link  (Read 2873 times)

Offline PC_Nerd

  • Multiple posting newcomer
  • *
  • Posts: 12
Force a dynamic (or static) link
« on: August 22, 2008, 12:56:17 pm »
Hi,

Im attempting to embedd python into a small console application.  It apparently requires to be dynamically linked.
I can only get it workign with precompiled libraries.... and i know its definately possible ( and regularly done with), using the source code....

How can i tell codeblocks to force a dynamic or stayic build on my program ( and can i set it to dynamic link some things and static link others?

Thanks