Search found 35 matches

by aval57
Wed Jun 17, 2009 3:58 pm
Forum: wxDev-C++
Topic: wxwidgets 2.8.9 Devpak - build.cfg says 2.8.8
Replies: 3
Views: 1496

Thanks Tony, 2.8.10 devpak build.cfg is ok.

-Bahman
by aval57
Sat Jun 13, 2009 10:04 pm
Forum: wxDev-C++
Topic: wxwidgets 2.8.9 Devpak - build.cfg says 2.8.8
Replies: 3
Views: 1496

wxwidgets 2.8.9 Devpak - build.cfg says 2.8.8

I just web-updated to the 2.8.9 devpak, but find the following in lib\msw\build.cfg:

Code: Select all

WXVER_MAJOR=2 
WXVER_MINOR=8 
WXVER_RELEASE=8 
?
-Bahman
by aval57
Tue Apr 10, 2007 6:15 pm
Forum: wxDev-C++
Topic: wxDev-C++ 6.10: can't compile DLL's
Replies: 8
Views: 2240

$STATICLIB wasn't ever defined originally, though the literal string was supplied so I doubt if that had anything to do with it. It appears to have to do with the '=' in the import library option. Both "--implib=$(STATICLIB)" and "--out-implib=$(STATICLIB)" work, but not "--...
by aval57
Tue Apr 10, 2007 3:34 pm
Forum: wxDev-C++
Topic: wxDev-C++ 6.10: can't compile DLL's
Replies: 8
Views: 2240

After looking at a successful code::blocks compile log and changlng wxDec-C++'s makefile.win as follows: STATICLIB= "MingW/libProject1.a" #explicit declaration just for the sake of clarity ... $(BIN): $(OBJ) $(LINK) -shared $(LINKOBJ) $(LIBS) -Wl,--out-implib=$(STATICLIB) -o $(BIN) I was a...
by aval57
Mon Apr 09, 2007 4:37 am
Forum: wxDev-C++
Topic: wxDev-C++ 6.10: can't compile DLL's
Replies: 8
Views: 2240

I'm getting the identical error using 6.10.2 stable. The import library isn't generated: Compiler: Default GCC compiler Building Makefile: "C:\projects\test\Makefile.win" Executing make... mingw32-make.exe -f "C:\projects\test\Makefile.win" all g++.exe -c dllmain.cpp -o MingW/dll...
by aval57
Sun Apr 08, 2007 2:56 pm
Forum: wxDev-C++
Topic: wxDev-C++ 6.10.2 released
Replies: 56
Views: 22849

A separate devcpp.exe download (like in the old days, deja vu all over again :) ) plus a specific mention in the announcement thread as to whether the previous version's Application Data is likely reusable would take the grief out of manual updating. Many Thanks, Tony, to all of you for the program,...
by aval57
Sat Apr 07, 2007 10:01 pm
Forum: wxDev-C++
Topic: wxDev-C++ 6.10.2 released
Replies: 56
Views: 22849

devcpp.ini... will be automatically re-generated with the corrected settings the first time you run the updated devcpp.exe Unfortunately all your customizations are lost if you delete devcpp.ini. In the past I've had to backup the %appdata% folder, then selectively copy my custom settings back into...
by aval57
Sat Apr 07, 2007 3:56 pm
Forum: wxDev-C++
Topic: wxDev-C++ 6.10.2 released
Replies: 56
Views: 22849

Not sure exactly what happened, but after -removing the 'wxDev-C++ Stable Release' entry in devcpp.cfg and redownloading the 6.10.2 package with WebUpdate... -backing up the '~wu3DA.tmp' file in the %temp% folder before allowing WebUpdate proceed... -letting WebUpdate fail again, with package manage...
by aval57
Sat Apr 07, 2007 2:08 pm
Forum: wxDev-C++
Topic: wxDev-C++ 6.10.2 released
Replies: 56
Views: 22849

Thanks again, Joel. A few lingering questions, though: the OS locks binaries in executions against writing -Is it possible that WebUpdate inadvertently shut itself down when it killed the wxDev-C++ process so as to unlock the binaries? -Why is it that WebUpdate doesn't list the 6.10.2 package any mo...
by aval57
Fri Apr 06, 2007 12:38 pm
Forum: wxDev-C++
Topic: wxDev-C++ 6.10.2 released
Replies: 56
Views: 22849

I just uploaded the new files. Please check WebUpdate. Joel Many thanks, Joel! A couple of issues: When updating to 6.10.2 webUpdate failed to restart wxDev-C++ after shutting it down, and on manual restart the main window title is still "wxDev-C++ 6.10.1". On re-checking webUpdate, the 6...
by aval57
Thu Apr 05, 2007 6:30 pm
Forum: wxDev-C++
Topic: wxDev-C++ 6.10.2 released
Replies: 56
Views: 22849

tbreina wrote:I'm hoping that Joel will be able to post the executable and new wxWidgets devpaks to our devpak server soon.
Me too! An automatic webupdate instead of uninstall+reinstall+reconfigure would be great!
by aval57
Wed Nov 15, 2006 10:41 pm
Forum: Announcements and Discoveries
Topic: ANN : Enhanced wxTreeListCtrl
Replies: 44
Views: 25009

No apology necessary! Your plate is pretty full right now, I imagine. I did switch back to 'wxtreelistctrl.zip' after posting the message above and had to make a couple of changes to get it to compile with mingw: // treelistctrl.h - [line 27] (for HDS_HOTTRACK, etc.) #ifdef __WXMSW__ #define _WIN32_...
by aval57
Sat Nov 04, 2006 5:19 am
Forum: Announcements and Discoveries
Topic: ANN : Enhanced wxTreeListCtrl
Replies: 44
Views: 25009

Hi, A great widget tailor-made for my requirements, but I'm having a few issues in wxDev-C++ 6.10: The auto-generated call to AddColumn() had the positions of parameters 2 and 3 reversed, so I made the call manually instead; so far so good. wxTR_SHOW_ROOT_LABEL_ONLY is included in the wxForm Treelis...
by aval57
Wed Oct 04, 2006 6:37 pm
Forum: Platform Related Issues
Topic: wxStandardPaths seg fault in Linux
Replies: 8
Views: 2360

Eureka! Your aim is true David (not to mention swift). Had to update the full suite: wx/stdpaths.h wx/unix/stdpaths.h unix/stdpaths.cpp common/stdpbase.cpp before getting a successful rebuild. Looks like the official solution avoids querying wxTheApp, which makes sense, as well as fixing the untermi...
by aval57
Wed Oct 04, 2006 2:05 pm
Forum: Platform Related Issues
Topic: wxStandardPaths seg fault in Linux
Replies: 8
Views: 2360

In my (limited) experience the silly questions always need to be asked, David. It's a console app, and wxWidgets is primed by calling wxInitialize() early on. There's no myApp class. I modified the minimal sample as you suggested above and it ran successfully. I also added "#define TEST_STDPATH...