Code::Blocks Forums

User forums => Help => Topic started by: d0ped on May 20, 2010, 11:26:57 am

Title: Header Troubles?
Post by: d0ped on May 20, 2010, 11:26:57 am
Im completely new to code::blocks but coded c++ for a while now.

Anyway, I need to add the urlmon.h and any libraries it may need but im not sure how. Can anyone help?
Title: Re: Header Troubles?
Post by: Folco on May 20, 2010, 01:41:29 pm
For the compiler : headers have just to be in the standard include folders, else you can specify path with Project -> Build Options -> Compiler Settings -> Other Options

For the linker : Project -> Build Options -> Linker Settings -> Add

But it's hard to answer right, your question is inaccurate...