wxAUI Compilation

You may want to just try getting wxWidgets from CVS HEAD and compiling
that, and test with the integrated AUI.

This was a nice suggestion, but unfortunately what I get is:

Linking...
LINK : fatal error LNK1181: cannot open input file 'wxmsw27d_aui.lib'

Which library is that?!? Never seen something like this,. Thanks God
for interpreted languages, mainly for Python :slight_smile:

Andrea.

"Imagination Is The Only Weapon In The War Against Reality."
http://xoomer.virgilio.it/infinity77/

Andrea Gavana wrote:

You may want to just try getting wxWidgets from CVS HEAD and compiling
that, and test with the integrated AUI.

This was a nice suggestion, but unfortunately what I get is:

Linking...
LINK : fatal error LNK1181: cannot open input file 'wxmsw27d_aui.lib'

Which library is that?!? Never seen something like this,.

It's a new lib for the wxAUI code.

Which version of MSCV are you using? If it's a version newer than 6.0 then did you reimport the wx.dsw workspace file? Since only the MSVC 6.0 workspace/project files are included, when they are updated you need to reload them in the newer versions of MSVC in order to have new solution/project files generated from the old format.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!