Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: SolidNuts on February 15, 2006, 07:06:34 pm

Title: Do I have to use wxmsw26_gcc_custom.dll?
Post by: SolidNuts on February 15, 2006, 07:06:34 pm
Can i distribute my app without using that?
Title: Re: Do I have to use wxmsw26_gcc_custom.dll?
Post by: Michael on February 15, 2006, 07:16:58 pm
Can i distribute my app without using that?

You should link you application by using a static wxWidgets library.

Michael
Title: Re: Do I have to use wxmsw26_gcc_custom.dll?
Post by: thomas on February 15, 2006, 07:17:39 pm
Re: question in topic's title: no.
Re: question in your post: yes.
Title: Re: Do I have to use wxmsw26_gcc_custom.dll?
Post by: thomas on February 15, 2006, 07:19:13 pm
You should link you application by using a static wxWidgets library.
Not necessarily. He could not be using wxWidgets at all... :)
Title: Re: Do I have to use wxmsw26_gcc_custom.dll?
Post by: Michael on February 15, 2006, 07:20:21 pm
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
Title: Re: Do I have to use wxmsw26_gcc_custom.dll?
Post by: 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
Title: Re: Do I have to use wxmsw26_gcc_custom.dll?
Post by: Michael on February 15, 2006, 08:01:13 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