compilling without use lib

Do you have a question about makefiles, a compiler or IDE you are using and need to know how to set it up for wxWidgets or why it doesn't compile but other IDE's do ? Post your questions here.
Post Reply
dkaip
Super wx Problem Solver
Super wx Problem Solver
Posts: 334
Joined: Wed Jan 20, 2010 1:15 pm

compilling without use lib

Post by dkaip »

Hello.
Trying ti link library for run tutorials all gone wrong.
But i find that if insert in project src sources and include headers, all runs ok.
So it is not necessary to make libs.
Have i write?
Jim
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7477
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Re: compilling without use lib

Post by ONEEYEMAN »

Hi,
I realize that English is not your first language, but....
Please try to explain what you mean. In particular - did you build the libraries yourself or use pre-compiled one? Which OS/compiler/toolkit do you use? And finally - what is not working and how? Meaning what results you get and what do you expect?

Thank you.
dkaip
Super wx Problem Solver
Super wx Problem Solver
Posts: 334
Joined: Wed Jan 20, 2010 1:15 pm

Re: compilling without use lib

Post by dkaip »

My English is very bad, sorry.
Instead of creating a library, I added all the head and source files to the project and everything worked normally.
So I think I do not have to create a library first, just to add all these files to every project.
User avatar
doublemax
Moderator
Moderator
Posts: 19160
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: compilling without use lib

Post by doublemax »

For small libraries that's a common way to do. E.g. i just add all wxSQlite3 source files to my project instead of building it as a library. Makes many things much easier.

But having a "normal" Win32 application and adding all wxWidgets source files instead of building it as a library might not be a good idea :)
Use the source, Luke!
Post Reply