SourceForge logo
SourceForge logo
Menu

wxlua-users — wxLua list for users and developers

You can subscribe to this list here.

2005 Jan
Feb
Mar
Apr
May
Jun
(60)
Jul
(35)
Aug
(32)
Sep
(5)
Oct
(5)
Nov
(58)
Dec
(34)
2006 Jan
(114)
Feb
(184)
Mar
(153)
Apr
(90)
May
(153)
Jun
(59)
Jul
(24)
Aug
(43)
Sep
(17)
Oct
(34)
Nov
(11)
Dec
(204)
2007 Jan
(84)
Feb
(119)
Mar
(38)
Apr
(28)
May
(52)
Jun
(105)
Jul
(64)
Aug
(67)
Sep
(14)
Oct
(3)
Nov
(28)
Dec
(55)
2008 Jan
(228)
Feb
(55)
Mar
(30)
Apr
(30)
May
(15)
Jun
(20)
Jul
(12)
Aug
(3)
Sep
(13)
Oct
(54)
Nov
(35)
Dec
(35)
2009 Jan
(19)
Feb
(20)
Mar
(34)
Apr
(4)
May
(60)
Jun
(25)
Jul
(16)
Aug
(51)
Sep
(19)
Oct
(62)
Nov
(21)
Dec
(12)
2010 Jan
(1)
Feb
Mar
(4)
Apr
(12)
May
(23)
Jun
(13)
Jul
(1)
Aug
(40)
Sep
(18)
Oct
(21)
Nov
(26)
Dec
(34)
2011 Jan
(17)
Feb
(23)
Mar
(1)
Apr
(10)
May
(1)
Jun
(5)
Jul
(1)
Aug
Sep
Oct
(2)
Nov
Dec
(43)
2012 Jan
(5)
Feb
(19)
Mar
(6)
Apr
(24)
May
(39)
Jun
(83)
Jul
(29)
Aug
(36)
Sep
(64)
Oct
(55)
Nov
(12)
Dec
(7)
2013 Jan
(17)
Feb
(10)
Mar
(37)
Apr
(27)
May
(13)
Jun
(9)
Jul
(7)
Aug
(61)
Sep
(23)
Oct
(23)
Nov
(30)
Dec
(16)
2014 Jan
(23)
Feb
(13)
Mar
(9)
Apr
(17)
May
(2)
Jun
(11)
Jul
(2)
Aug
Sep
(9)
Oct
(24)
Nov
(2)
Dec
(14)
2015 Jan
(6)
Feb
(4)
Mar
(17)
Apr
May
(7)
Jun
(3)
Jul
Aug
Sep
(2)
Oct
(21)
Nov
(6)
Dec
(2)
2016 Jan
(4)
Feb
(2)
Mar
(7)
Apr
(3)
May
(11)
Jun
(6)
Jul
Aug
(1)
Sep
Oct
Nov
Dec
2017 Jan
Feb
Mar
Apr
(1)
May
(1)
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2018 Jan
(2)
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2019 Jan
Feb
Mar
(6)
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2020 Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
(1)
Oct
Nov
Dec
2022 Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
(2)
Nov
(4)
Dec
2023 Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
(8)
Nov
Dec
2024 Jan
Feb
Mar
Apr
May
Jun
Jul
(2)
Aug
Sep
Oct
Nov
Dec
S M T W T F S

1
2
3
4
(1)
5
(1)
6
7
(4)
8
9
(2)
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
(1)




Showing 7 results of 7

From: Victor B. <so...@te...> - 2014年09月30日 18:19:02
Hello,
I have compiled wxWidgets 3.0.1 on mac osx 10.9 (also widgets sample)
when compiling wxLuaModule:
Morundi:wxluabuild Morundi$ make wxLuaModule
Scanning dependencies of target wxLuaModule
[ 2%] Building CXX object 
modules/luamodule/CMakeFiles/wxLuaModule.dir/luamodule.cpp.o
In file included from 
/Users/Morundi/Downloads/wxLua-2.8.12.3-src/modules/luamodule/luamodule.cpp:21:
In file included from 
/Users/Morundi/Downloads/wxWidgets-3.0.1/include/wx/app.h:19:
In file included from 
/Users/Morundi/Downloads/wxWidgets-3.0.1/include/wx/event.h:16:
In file included from 
/Users/Morundi/Downloads/wxWidgets-3.0.1/include/wx/object.h:19:
In file included from 
/Users/Morundi/Downloads/wxWidgets-3.0.1/include/wx/memory.h:15:
In file included from 
/Users/Morundi/Downloads/wxWidgets-3.0.1/include/wx/string.h:46:
/Users/Morundi/Downloads/wxWidgets-3.0.1/include/wx/strvararg.h:30:18: fatal 
error: 'tr1/type_traits' file not found
 #include <tr1/type_traits>
Any thoughts?
Best
victor bombi 
From: Zhang, E. <Eth...@AR...> - 2014年09月09日 07:38:00
Hi, John,
Thank you for your prompt reply.
>1. STC seems does not work for wxstc.wxSTC_LEX_CPP, I just changed the editor:SetLexer(wxstc.wxSTC_LEX_LUA) -> editor:SetLexer(wxstc.wxSTC_LEX_CPP) in the editor.wx.wlua, then run the editor.wx.wlua, the editor did not show what inputted. the editor worked well for other languages.
>Does the wxStEdit editor handle CPP highlighting correctly? In order to use the lexer you need to set a fair number of extra things. You can look at the code in editor.wx.lua for the Lua lexer and then look at the code in wxStEdit, though I will admit that it is quite complicated, to see what values to use for the cpp lexer.
-->Yes, the wxStEdit editor handles C/CPP highlighting correctly.
>2. The .exe file generated from wxLuaFreezed.exe cannot get run, even in cmd prompt, showed nothing.
>That is very strange, does wxLua.exe run correctly? They aren't very different at all.
--> wxLua.exe can run correctly, for example wxLua.exe can run editor.wx.wlua correctly.
>3. wxStEdit.exe and wxLuaEdit.exe take many time to start, about 15 seconds.
>Again, very strange, can you break into them with a debugger and see where they are during this long time?
--> I did not yet compile the debug files of wxStEdit.exe and wxLuaEdit.exe successfully, will continue to do it later.
>BTW: Do you have plan to release official binary release against wxWidgets 3.0, alpha or beta version, or even a work version is OK.
>I do, but as you might guess I have little time to work on it. I do plan to release one soonish.
 --> It is better to have an official binary, thanks.
Best Regards,
Ethan
From: John L. <jla...@gm...> - 2014年09月09日 03:39:00
On Fri, Sep 5, 2014 at 1:44 AM, Zhang, Ethan <Eth...@ar...> wrote:
>
>
> 1. STC seems does not work for wxstc.wxSTC_LEX_CPP, I just changed the
> editor:SetLexer(wxstc.wxSTC_LEX_LUA) ->
> editor:SetLexer(wxstc.wxSTC_LEX_CPP) in the editor.wx.wlua, then run the
> editor.wx.wlua, the editor did not show what inputted. the editor worked
> well for other languages.
>
>
Does the wxStEdit editor handle CPP highlighting correctly? In order to use
the lexer you need to set a fair number of extra things. You can look at
the code in editor.wx.lua for the Lua lexer and then look at the code in
wxStEdit, though I will admit that it is quite complicated, to see what
values to use for the cpp lexer.
2. The .exe file generated from wxLuaFreezed.exe cannot get run, even in
> cmd prompt, showed nothing.
>
>
>
That is very strange, does wxLua.exe run correctly? They aren't very
different at all.
 3. wxStEdit.exe and wxLuaEdit.exe take many time to start, about 15
> seconds.
>
>
Again, very strange, can you break into them with a debugger and see where
they are during this long time?
>
> BTW: Do you have plan to release official binary release against wxWidgets
> 3.0, alpha or beta version, or even a work version is OK.
>
>
I do, but as you might guess I have little time to work on it. I do plan to
release one soonish.
Regards,
 John
From: Zhang, E. <Eth...@AR...> - 2014年09月07日 14:04:27
1. Please check the attached file, you can find that the first line in the editor does NOT have a line number in the line number margin, and the line number 1 is against the second line in the editor.
For the attached file mentioned here, please check the attached file <wxlua.png> in post : https://sourceforge.net/p/wxlua/mailman/message/32805144/
From: Zhang, E. <Eth...@AR...> - 2014年09月07日 13:57:05
<I do not know why my last two post did not include the email content, post again.>
For the issue: STC seems does not work for wxstc.wxSTC_LEX_CPP, something found through my tests,
1. I found all the lexers (ASM, D, CPP, PERL, SQL) using LexerFactory in the line like LexerModule lmCPP(SCLEX_CPP, LexerCPP::LexerFactoryCPP, "cpp", cppWordLists) have the same issue.
2. Please check the attached file, you can find that the first line in the editor does NOT have a line number in the line number margin, and the line number 1 is against the second line in the editor.
3. When I input in the first line (the caret is in the first line), it seems the input chars are put in the second line.
From: Zhang, E. <Eth...@AR...> - 2014年09月05日 05:44:47
Hi, ALL
I compiled the newest wxlua against wxWidgets 3.0.1 by visual studio 2013 and Cmak2.8.12.2 in Windows 7, the compiling was smooth.
I found some APPs issues for the my generated wxLua apps that I could not solve :
1. STC seems does not work for wxstc.wxSTC_LEX_CPP, I just changed the editor:SetLexer(wxstc.wxSTC_LEX_LUA) -> editor:SetLexer(wxstc.wxSTC_LEX_CPP) in the editor.wx.wlua, then run the editor.wx.wlua, the editor did not show what inputted. the editor worked well for other languages.
2. The .exe file generated from wxLuaFreezed.exe cannot get run, even in cmd prompt, showed nothing.
3. wxStEdit.exe and wxLuaEdit.exe take many time to start, about 15 seconds.
Maybe I missed something when compile wxlua, any comments are appreciated.
BTW: Do you have plan to release official binary release against wxWidgets 3.0, alpha or beta version, or even a work version is OK.
Thanks for you great works.
Thanks.
From: Zhang, E. <Eth...@AR...> - 2014年09月04日 02:36:42
eth...@ar...
2 messages has been excluded from this view by a project administrator.

Showing 7 results of 7

Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /