wxWidgets

Stuff that has yet to be sorted into a category.
Post Reply
Message
Author
robwoj44
Posts: 399
Joined: Fri 08 Aug 2008, 18:15
Location: Warsaw

wxWidgets

#1 Post by robwoj44 »

http://www.wxwidgets.org/
wxWidgets gives you a single, easy-to-use API for writing GUI applications on multiple platforms that still utilize the native platform's controls and utilities. Link with the appropriate library for your platform (Windows/Unix/Mac, others coming shortly) and compiler (almost any popular C++ compiler), and your application will adopt the look and feel appropriate to that platform. On top of great GUI functionality, wxWidgets gives you: online help, network programming, streams, clipboard and drag and drop, multithreading, image loading and saving in a variety of popular formats, database support, HTML viewing and printing, and much much more.
http://dotpups.de/puppy4/dotpups/Programming/

renlac
Posts: 46
Joined: Sun 19 Oct 2008, 20:54

#2 Post by renlac »

Hello robwoj44,

As I am trying to install amule and it reportedly depends on wxwidgets, I downloaded it from the link you provided, thank you very much.

Now its installation tells it depends on (not found) libbfd libraries. Is that expected as I'm running puppy 412?

Regards,

~renlac

User avatar
T_Hobbit
Posts: 400
Joined: Sat 27 May 2006, 10:50
Location: Portugal - Lisbon

#3 Post by T_Hobbit »

T_Hobbit
:idea: Rebuilding old DOS Machine for Wing Commander Privateer and Puppy :!: Old spare parts to give away - anyone interested :?:

robwoj44
Posts: 399
Joined: Fri 08 Aug 2008, 18:15
Location: Warsaw

#4 Post by robwoj44 »

Compiled in racy 5.5. wxWidgets-2.8.12

Which GUI toolkit should wxWidgets use? GTK+ 2 with support for gnomeprint
Should wxWidgets be compiled into single library? no
Should wxWidgets be compiled in debug mode? no
Should wxWidgets be linked as a shared library? yes
Should wxWidgets be compiled in Unicode mode? yes
What level of wxWidgets compatibility should be enabled?
wxWidgets 2.4 no
wxWidgets 2.6 yes
Which libraries should wxWidgets use?
jpeg sys
png sys
regex builtin
tiff sys
zlib sys
odbc no
expat sys
libmspack no
sdl no

http://dotpups.de/puppy5/racy/programming/

Post Reply