News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Do I have to use wxmsw26_gcc_custom.dll?

Started by SolidNuts, February 15, 2006, 07:06:34 PM

Previous topic - Next topic

SolidNuts

Can i distribute my app without using that?

Michael

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
[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]

thomas

Re: question in topic's title: no.
Re: question in your post: yes.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

thomas

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... :)
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Michael

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
[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]

SolidNuts

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

Michael

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
[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]