wxruby-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Wxruby-dev] Corrections for Windows build error


From: Park Heesob
Subject: Re: [Wxruby-dev] Corrections for Windows build error
Date: Fri, 18 Jul 2003 21:23:55 +0900

Hi,

----- Original Message ----- 
From: "Roy Varghese" <address@hidden>
To: <address@hidden>
Sent: Friday, July 18, 2003 4:34 PM
Subject: Re: [Wxruby-dev] Corrections for Windows build error
>
>  Now I'm stuck at the Link stage. I guess I need to rebuild my wxWindows,
> but not sure how? I can compile and link a wxWindows app in Visual Studio,
> havent tried the command line yet. Any clues?
>
> Thx
> Roy
>
Current wxRuby  mswin32 version supports only DLL wxWindows version.
You must build a DLL version of wxWindows.
Choose one of these build configurations:
   wxmsw24.lib  wxmsw24d.lib   ; ANSI DLL Release/Debug
   wxmsw24u.lib wxmsw24ud.lib  ; UNICODE DLL Release/Debug
Modify extconf.rb's $WXVERSION to one of these:
   $WXVERSION = '24'
   $WXVERSION = '24d'
   $WXVERSION = '24u'
   $WXVERSION = '24ud'

Regards,

Park Heesob






reply via email to

[Prev in Thread] Current Thread [Next in Thread]