On 12/18/06, Francesco Montorsi <[EMAIL PROTECTED]> wrote:
> Hi all,
>     is it if we try to make wxLua 2.8.0.0 release before 25 december?
> It would be a nice Christmas gift for some of my friends which asked me
> a nice interpreted language for GUI apps ;)

That would be nice. I will test again VC 2005 using dsw files, VC 2003
using nmake, and configure. My VC 6 machine is not working anymore,
it's a laptop and the hinge broke...

There is still one last thing (as of six hours ago or so) for
modules/build/msw/makefile.vc

The luamodule wants to compile with lua5.1.lib, see here
!if "$(SHARED)" == "1" && "$(USE_LUAMODULE)" == "1"
    ...

but  has

!if "$(SHARED)" == "0"
__verbatimlua_lib___depname = \
        ..\..\..\lib\vc_lib\wxlua_msw$(WX_VERSION)$(WXLIBPOSTFIX)_lua.lib
!endif
!if "$(SHARED)" == "1"
__verbatimlua_dll___depname = \
        ..\..\..\lib\vc_dll\wxlua_msw$(WX_VERSION)$(WXLIBPOSTFIX)_lua.dll

If you just copy wxlua_mswXXX_lua.lib to lua5.1.lib the luamodue works.


By the way, is there a way to combine all of wxWidgets and wxLua into
the wx.dll? I had to copy all of the dlls from
wxWidgets/lib/vc_dll/*.dll and the sample/luamodule.wx.lua into the
dir that I ran $wxlua-lua.exe from. I guess all these dlls could go
into %WINDIR%/System32 or something? Anyway the error message you get
when run from cygwin is "error loading module "wx" from wx.dll." which
is very cryptic since the real error when run from a DOS prompt is
that the wxWidgets dlls cannot be found.

Regards,
    John Labenski

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to