[Top][All Lists]
[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
- [Wxruby-dev] Corrections for Windows build error, Curt Hibbs, 2003/07/17
- Re: [Wxruby-dev] Corrections for Windows build error, Kevin Smith, 2003/07/17
- Re: [Wxruby-dev] Corrections for Windows build error, Kevin Smith, 2003/07/17
- Re: [Wxruby-dev] Corrections for Windows build error, Roy Varghese, 2003/07/18
- Re: [Wxruby-dev] Corrections for Windows build error, Kevin Smith, 2003/07/18
- Re: [Wxruby-dev] Corrections for Windows build error, Roy Varghese, 2003/07/18
- Re: [Wxruby-dev] Corrections for Windows build error,
Park Heesob <=
- Re: [Wxruby-dev] Corrections for Windows build error, Kevin Smith, 2003/07/18
- Re: [Wxruby-dev] Corrections for Windows build error, Park Heesob, 2003/07/18
- Re: [Wxruby-dev] Corrections for Windows build error, Kevin Smith, 2003/07/18
- Re: [Wxruby-dev] Corrections for Windows build error, Park Heesob, 2003/07/18
- Re: [Wxruby-dev] Corrections for Windows build error, Kevin Smith, 2003/07/18
- Re: [Wxruby-dev] Corrections for Windows build error, Gour, 2003/07/19
- Re: [Wxruby-dev] Corrections for Windows build error, Roy Varghese, 2003/07/19
- Re: [Wxruby-dev] Corrections for Windows build error, Park Heesob, 2003/07/19
- Re: [Wxruby-dev] Corrections for Windows build error, Park Heesob, 2003/07/19
- Re: [Wxruby-dev] Corrections for Windows build error, Roy Varghese, 2003/07/19