Can i distribute my app without using that?
Quote from: SolidNuts on February 15, 2006, 07:06:34 PM
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.
Quote from: Michael on February 15, 2006, 07:16:58 PMYou should link you application by using a static wxWidgets library.
Not necessarily. He could not be using wxWidgets at all... :)
Quote from: thomas on February 15, 2006, 07:19:13 PM
Quote from: Michael on February 15, 2006, 07:16:58 PMYou 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
Quote from: SolidNuts on February 15, 2006, 07:52:44 PM
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