Hi John,

Thank you for making the binaries available! I gave the Unicode
binaries a try, but the results are a mixed bag. I can barely get them
running for my application, which allows me to confirm that UTF-8
encoding is now working, but other encodings stopped working. For
example, if I set font encoding to wx.wxFONTENCODING_CP1251, I see no
difference (it looks like it's always "fixed" to utf-8). This may be a
feature though. If this is going to be the way it is, I'm fine with
it.

Also, I can't get the binaries to work correctly with my application.
The first issue is that the existing lua socket binaries fail to load:

...\bin\lua.EXE: error loading module 'socket.core' from file
'bin/clibs/socket\core.dll':
        The specified module could not be found.

even though the module *is* there and loads fine using the old
binaries. This may be related to the fact that socket\core.dll seems
to be compiled against lua5.1.dll, which you didn't include in the
package (and my existing one didn't work as it's not for 5.1.5).

If I comment luasocket out, the app crashed somewhere in
wxlua_lua_shared-wx28mswu-2.8.12.dll:

Problem Event Name:     APPCRASH
  Application Name:     lua.exe
  Application Version:  0.0.0.0
  Application Timestamp:        4fed3948
  Fault Module Name:    wxlua_lua_shared-wx28mswu-2.8.12.dll
  Fault Module Version: 0.0.0.0
  Fault Module Timestamp:       4fed3947
  Exception Code:       c0000005
  Exception Offset:     0000d8b2
  OS Version:   6.0.6002.2.2.0.256.6
  Locale ID:    1033
  Additional Information 1:     fd00
  Additional Information 2:     ea6f5fe8924aaa756324d57f87834160
  Additional Information 3:     fd00
  Additional Information 4:     ea6f5fe8924aaa756324d57f87834160

This is running on Windows Vista (32bit). I only deployed wx.dll and
wxlua_lua_shared-wx28mswu-2.8.12.dll (not sure what
wxlua_lua_shared-wx28mswu-2.9.4.dll was for as wx.dll didn't want to
work without 2.8.12.dll). I thought I could pick what version of
wxwidgets I want to use (2.8.12 vs. 2.9.4), but it didn't work that
way.

I don't quite understand the difference between lua.exe and
lua_shared.exe. It seems like lua.exe doesn't need lua51.dll, but
lua_shared.exe runs without that dll also, as you don't seem to
include the dll.

Also,  wxLua* binaries (Freeze, Edit, etc.) seem to be statically
compiled and the previous version had them dynamically compiled (which
would be my preference, although other people may prefer it
differently).

Paul.

On Thu, Jun 28, 2012 at 10:29 PM, John Labenski <jlaben...@gmail.com> wrote:
> These are not well tested and things are not as complete as I would
> like, but better sooner than never.
>
> https://sourceforge.net/projects/wxlua/files/wxlua/2.8.12.0/
>
> Enjoy!
>
> -John Labenski
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> wxlua-users mailing list
> wxlua-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wxlua-users

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to