cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
What does it mean when it says (You mus
What does it mean when it says (You must select a host application to run a library)
Nov 21, 2011 at 3:31pm UTC
iPlus
(34)
Can someone please help me? What does it mean when it says (You must select a host application to run a library). How would I fix this problem if there even is one? Thanks.
Nov 21, 2011 at 3:46pm UTC
Computergeek01
(5613)
Are you trying to run a library like an executable?
Nov 21, 2011 at 4:07pm UTC
iPlus
(34)
Trying to make an application with it
Nov 21, 2011 at 4:10pm UTC
iPlus
(34)
Basically I'm trying to create a template library and when I try to build and run, that message keeps on coming up.
Nov 21, 2011 at 4:23pm UTC
Computergeek01
(5613)
A library by itself doesn't have an entry point, you need an executable to link it to if you're trying to test things on it.
Topic archived. No new replies allowed.