Code::Blocks Forums

User forums => Help => Topic started by: PC_Nerd on August 22, 2008, 12:56:17 pm

Title: Force a dynamic (or static) link
Post by: PC_Nerd 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