Thursday, October 13, 2005

wxDB

Finally. I had a lot of problems getting wxDB to work for me but finally I have it compiling. There were two problems really.

The first was that I was building the debug versions of the object files but looking for the release files. Sounds like a simple thing to find, but it was not so easy.

The second was that the wxDB sample was not setup to build a DEBUG version, so when I tried to build the debug release it fell over.

After I built the release version of wxWindows the wxDB sample built and my application linked. At the moemnt there is a function that is failing and I have to fi nd out why, but so far it is promising.