|
From: Daniel G. <dgo...@eh...> - 2007-02-04 19:24:05
|
I upgraded my debian linux from sarge to etch (a bother because dist-upgrade did not work, so I had to install from scratch)..., which let me install the newest 3.4.5 version of mingw cross-compiler (new version requires etch, wouldn't install to sarge)..., which solved the problem (TreeView_SetCheckState works now). Thanks, Daniel Goldman Keith Marshall wrote: > On Sunday 31 December 2006 02:42, Daniel Goldman wrote: > >>I need a windows application to check/uncheck treeview checkboxes. But >>it is unable to when compiled with the mingw cross-compiler. > > > Like Brian (Dessent), I don't have sufficient experience of using treeview > controls, to offer advice specific to your problem -- in fact, I have zero > experience in this area. > > >>The windows compiler (compile directly on windows PC) says "gcc version >>3.4.2 (mingw-special)". The checkbox IS checked when the program starts. >> >>The linux cross-compiler (i586-mingw32msvc-gcc) says "gcc version 3.4.2 >>(mingw-special)". But checkbox IS NOT checked when the program starts. > > > You don't say, but given the hideous name, I'd guess that you've obtained that > from some prebuilt Linux package set, (Debian or Gentoo, perhaps). If you > suspect that you have issues with that cross-compiler suite, then I'm afraid > you will have to take them up with the original packager. Alternatively, you > might like to try building a more recent version from scratch, using the > build script which *we* support: > http://downloads.sourceforge.net/mingw/x86-mingw32-build.sh-0.0-20061107-1.tar.bz2 > > To capture the most recent runtime library updates, you might also like to > grab this CVS update: > http://mingw.cvs.sourceforge.net/*checkout*/mingw/xscripts/x86-mingw32-build.sh.conf?revision=1.2 > > >>I like using the cross-compiler, because it lets me centralize all >>development on linux computer. > > > So do I :-) Mine is called i586-mingw32-gcc, and announces itself as version > 3.4.5 (mingw special). FWIW, I don't even have Woe32 on my development box. > > Regards, > Keith. > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > MinGW-users mailing list > Min...@li... > > You may change your MinGW Account Options or unsubscribe at: > https://lists.sourceforge.net/lists/listinfo/mingw-users > |