News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

You must select a host application to "run" a library...

Started by The__Malteser, January 03, 2014, 04:58:14 PM

Previous topic - Next topic

The__Malteser

Hi. I am working with Code::Blocks and trying to program with the C language. I have created a header file, an implementation file and the main. When I compile, I have no errors, but when I run it I get the following error.

You must select a host application to "run" a library...

The libraries are all in the same folder.


I also did include the header files in my main program.


I have tried on 2 different PCs, and it didn't work. i tried with a different piece of code and it worked flawlessly.

What should I do?

Thanks.

Jenna

I guess you used the template for a (shared|static) library.
Go to "Project -> Properties -> Build targets" and make sure the build type for the appropriate target is gui or console application.