NaNoWriMo Days 3 and 4
Posted by: WingedPanther in Untagged on Aug 04, 2008
After spending about 3 hours on day 2 to get things working, Days 3 and 4 were pretty boring. I'm plowing through chapter 4, which is a summary of most of the components used in wxWidgets. I spend a LOT of my time reading through them thinking that they're just like what Delphi uses.
Based on what I'm reading, everything should work fairly well. My biggest issue for my long-term goals is determining whether I should use wxGTK or wxX11 when I compile for my EEE PC. That, and getting the development environment on the EEE PC. It seems that gcc wasn't part of the default setup.
Based on what I'm reading, everything should work fairly well. My biggest issue for my long-term goals is determining whether I should use wxGTK or wxX11 when I compile for my EEE PC. That, and getting the development environment on the EEE PC. It seems that gcc wasn't part of the default setup.
Set as favorite
Bookmark
Email This
Hits: 83
Trackback(0)
Comments (2)

v0id
said:
| If you're unsure about whether to use wxGTK or wxX11, a good choice would probably be wxGTK. While wxX11 only will work on an environment with X11 installed, wxGTK will automatically check and choose the environment installed (of course only if wxGTK has support for the particular environment). So if you choose wxGTK, and has X11 installed, wxGTK will choose X11, but if you have something else installed, like DirectFB, wxGTK will choose that. | |
|
report abuse
vote down
vote up
|
Write comment