Category Archives: OpenCascade

Problems with my first heekcad rapidSVN update.

Ok…. So I think I fixed my first bug in Heekscad…. and I’m trying to upload my code…But for some reason RapidSVN is giving me this error. Execute: Update Error: Error while performing action: Working copy ‘/home/jonas/Desktop/HeeksCAD/src’ locked Ready Apparently, … Continue reading

Posted in OpenCascade, Uncategorized | Leave a comment

Working through the zetcode wxwidgets tutorial:Device Contexts:Pen/Regions

Everything, is fairly straight forward in the pen example. It uses wxDC::DrawRectangle where is an abstract data class for wxPaintDC. Basically a bunch of rectangles are drawn with different patterns. The patterns are defined constructor in wxPen So… on to … Continue reading

Posted in OpenCascade, Uncategorized | Leave a comment

(Part 1 wxFrame)Exploring wxwidgets using zetcode’s “A simple button” and Code::Blocks

Many moons ago, a friend of mine at lunch said that I ate like a Romulan. I guess I take my food apart before I eat it. I guess I take the same approach learning new things. In my previous … Continue reading

Posted in OpenCascade, Uncategorized | Leave a comment

Working through the gtkmm tutorial (Part 4)

Ok… The elections have been over for a few days but its been kind of hard to get back into my morning groove of study before work… Anyway lets see what we can do here. I’ve been sort of stuck … Continue reading

Posted in OpenCascade, Ubuntu, Uncategorized | Leave a comment

Working through the Openismus’s example code for Automake (Part 2)