Archive for February, 2005

Using wxLog

In my current study of wxWindows I found it extremely useful to use the built in wxLog classes. However, I was a little confused as to how they were to be implemented. After a few trials, I came up with the basic boilerplate steps below:

<

p> Read the rest of this entry »

Comments

Using bitmaps with wxWidgets

This entry begins a new series to catalogue knowledge I obtain while working with the wxWidgets C++ Framework. I’ll be posting my thoughts on TrollTech QT versus wxWindows frameworks shortly. Both are fantastic, but I went with wxWindows for reasons I’ll describe in a different article. For now…Bitmaps.

<

p> Read the rest of this entry »

Comments