User forums > Using Code::Blocks

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

(1/1)

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.

The__Malteser:
Solved. Cheers.

Navigation

[0] Message Index

Go to full version