Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: SolidNuts on February 15, 2006, 07:06:34 pm
-
Can i distribute my app without using that?
-
Can i distribute my app without using that?
You should link you application by using a static wxWidgets library.
Michael
-
Re: question in topic's title: no.
Re: question in your post: yes.
-
You should link you application by using a static wxWidgets library.
Not necessarily. He could not be using wxWidgets at all... :)
-
You should link you application by using a static wxWidgets library.
Not necessarily. He could not be using wxWidgets at all... :)
Yes, that's right :lol:.
Michael
-
I'm starting with cpp and wxWidgets.. all I want to do by now is execute my application without that dll..
So I can distribute my app to my friends and be happy :D
-
I'm starting with cpp and wxWidgets.. all I want to do by now is execute my application without that dll..
So I can distribute my app to my friends and be happy :D
So link your application with a static wxWidgets library :). Or build wxWidgets as a static library and use it to link your application.
Best wishes,
Michael