Re: [wxCode-users] wxstedit wrong libname in release

2006-11-08 Thread John Labenski
On 11/8/06, John Labenski <[EMAIL PROTECTED]> wrote: > On 11/8/06, klaas.holwerda <[EMAIL PROTECTED]> wrote: > > klaas.holwerda wrote: > > > But it is looking in the rigth directories for it, so these things seem > > > to be hard coded somewhere? > > > > > In the makefile.vc i changed the WX_VERSIO

[wxCode-users] [ wxcode-Bugs-1593097 ] wxthings, wxplotctrl do not build in static mode

2006-11-08 Thread SourceForge.net
Bugs item #1593097, was opened at 2006-11-08 18:20 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=1593097&group_id=51305 Please note that this message will contain a full copy o

Re: [wxCode-users] wxstedit wrong libname in release

2006-11-08 Thread John Labenski
On 11/8/06, klaas.holwerda <[EMAIL PROTECTED]> wrote: > klaas.holwerda wrote: > > But it is looking in the rigth directories for it, so these things seem > > to be hard coded somewhere? > > > In the makefile.vc i changed the WX_VERSION to 27 , that solved one problem. > Still i though setting WXWIN

Re: [wxCode-users] wxstedit wrong libname in release

2006-11-08 Thread klaas.holwerda
klaas.holwerda wrote: > But it is looking in the rigth directories for it, so these things seem > to be hard coded somewhere? > In the makefile.vc i changed the WX_VERSION to 27 , that solved one problem. Still i though setting WXWIN should be enough. Klaas --

Re: [wxCode-users] wxstedit wrong libname in release

2006-11-08 Thread klaas.holwerda
Next i tried using wxWidgets 2.7.2., and it wants to produce the same name ( so not with 27 in it ). And it wants to use wxmsw26d_stc.lib and it should be wxmsw27d_stc.lib?? But it is looking in the rigth directories for it, so these things seem to be hard coded somewhere? Klaas klaas.holwerda

Re: [wxCode-users] wxstedit wrong libname in release

2006-11-08 Thread John Labenski
On 11/8/06, klaas.holwerda <[EMAIL PROTECTED]> wrote: > Hi John, > > At least the latest CVS of wxstedit under VC6 with nmake in release > build , produces the wrong library name. > > nmake -f makefile.vc BUILD=release > > I did clean all *.lib *.obj files etc. by hand first, to be sure. > > I thi

[wxCode-users] wxstedit wrong libname in release

2006-11-08 Thread klaas.holwerda
Hi John, At least the latest CVS of wxstedit under VC6 with nmake in release build , produces the wrong library name. nmake -f makefile.vc BUILD=release I did clean all *.lib *.obj files etc. by hand first, to be sure. I think it should produce wxmsw26_stedit.lib But in debug and release i o