>
> Sorry, I meant to add "and post the _full_ dmake output".
>
Here it is:
C:\strawberry\cpan\build\Wx-0.92-C6Vlom>dmake
C:\strawberry\perl\bin\perl.exe script/make_v_cback.pl > cpp/v_cback_def.h
C:\strawberry\perl\bin\perl.exe script/copy_files.pl files.lst
cp cpp/overload.h blib\lib\Wx\cpp\ove
did it with exact same results.
By the way, Mattia, have you read my first mail ? What do you think about
that
#if WXPERL_W_VERSION_GE( 2, 9, 0 )
in AuiNotebook.xsp ?
regards,
On Mon, Aug 17, 2009 at 10:34 PM, Mattia Barbon wrote:
> Karl Forner wrote:
>
>> Unfortunately I
On Sun, Aug 16, 2009 at 12:05 PM, Steffen Mueller
wrote:
> Hi Karl,
>
> Karl Forner wrote:
>
>> From the AuiNotebook.xsp file, I see:
>>
>> #if WXPERL_W_VERSION_GE( 2, 9, 0 )
>>const wxAuiManager* GetAuiManager()
>>%code{% RETVAL =
Unfortunately I'm not able to compile Wx. I got this:
C:\strawberry\cpan\build\Wx-0.92-C6Vlom>dmake
g++ -fvtable-thunks -O2 -mthreads -Os -c -I. -I..\..
-IC:\strawberry\perl\sit
e\lib\Alien\wxWidgets\msw_2_8_10_uni_gcc_3_4\lib
-IC:\strawberry\perl\site\lib\A
lien\wxWidgets\msw_2_8_10_uni_gcc_3_4
Hello,
I started playing with Padre 0.43 on windows.
It seems that the AdvanceSelection is missing or does not work for
Wx::AuiNotebook.
I'm using Wx 0.92 on strawberry perl on xp
By looking in the Alien::wxWidgets dire, I guess I have wxwidgets 2.8.10
(msw_2_8_10_uni_gcc_3_4).
>From the AuiNot