Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: jmccay on August 05, 2005, 02:46:50 am

Title: I modified the wxWidgets Template to support both 2.4.2 & 2.6.x in dll form.
Post by: jmccay on August 05, 2005, 02:46:50 am
  Do you people want it?  I am affraid I may have posted this is the wrong forum before--sorry.  Here is the other post:
Quote
It's done and working.  I didn't test the 2.4.2 because I don't have it installed.  I just test on [2.6.1] version.  The change was minimal.  I appended a _26 to the new file--as you will see when you get it.  It might be a good idea in the future to do something similar, and it might be possible to add platform abbreviation such as _26_msw in the future if someone has multiple target platforms.

The end result is that the appropriate library is linked when the new project is completed.  Using the way I did it, it should be possible to support several versions--including multiple target platforms in the future.
Joe M.
Title: Re: I modified the wxWidgets Template to support both 2.4.2 & 2.6.x in dll form.
Post by: rickg22 on August 05, 2005, 03:05:05 am
On the homepage, there's a "Patch requests" link (below 'development').
Title: Re: I modified the wxWidgets Template to support both 2.4.2 & 2.6.x in dll form.
Post by: jmccay on August 05, 2005, 03:16:12 am
I'll try and generate a patch file, and then I'll submit it.
Joe M.
Title: Re: I modified the wxWidgets Template to support both 2.4.2 & 2.6.x in dll form.
Post by: rickg22 on August 05, 2005, 05:49:52 am
Generating ".patch" files is not necessary.

Just zip the darn thing :P makes it easier for me.
Title: Re: I modified the wxWidgets Template to support both 2.4.2 & 2.6.x in dll form.
Post by: jmccay on August 06, 2005, 09:56:48 pm
Zipped and submitted.  I am working on a change for the static version.  I didn't log into Sourceforge So I am a nobody.  :)
joe m
Title: Re: I modified the wxWidgets Template to support both 2.4.2 & 2.6.x in dll form.
Post by: rickg22 on August 07, 2005, 04:59:35 am
Thanks! Currently we're working on a Unicode Conversion blitz (we must have it for next week! :shock: ), sorry if we don't put it in CVS soon.
Title: Re: I modified the wxWidgets Template to support both 2.4.2 & 2.6.x in dll form.
Post by: jmccay on August 08, 2005, 01:16:29 am
No problem.  It works on my machine.   :)
Joe M.