Hi,

John Labenski wrote:
> On 6/26/07, Hakki Dogusan <[EMAIL PROTECTED]> wrote:
>> Hi,
>>
>> Exact positions are:
>>[snip]
> 
> And if you just leave wxEVT_COMMAND_DIRPICKER_CHANGED as the only
> unremmed item it doesn't work? ? What about commenting parts of the
> #if statement to narrow things down a little or simplify it for the
> preprocessor. I'd guess the wxEVT_COMMAND_ENTER does work.
> 
> I looked at how all the bits above are declared, but they're no
> different than anything else.
> 
>>[snip]
> 
> I'd guess that the compiler doesn't like wxDirSelectorPromptStr,
> wxFileSelectorDefaultWildcardStr, and wxFileSelectorPromptStr while
> the others are ok. Is this true? Can you just leave any one of them
> unremmed and it fails?
> 
> What if you rem everything else and just have this single line?
> 
> { "wxDirSelectorPromptStr", (const wxChar*)wxDirSelectorPromptStr },
> 
> 
> Thanks for helping, I can't see anything obviously wrong so if you
> could narrow it down even further that's be great.

Ok, narrowed more.. If I uncomment one of them compiler dies. I tried to 
simplify #if front of them, but didn't succeded.

[wxLuaGetEventList_wx]
{ "wxEVT_COMMAND_DIRPICKER_CHANGED", &wxEVT_COMMAND_DIRPICKER_CHANGED, 
&s_wxluatag_wxFileDirPickerEvent },
{ "wxEVT_COMMAND_FILEPICKER_CHANGED", &wxEVT_COMMAND_FILEPICKER_CHANGED, 
&s_wxluatag_wxFileDirPickerEvent },

[wxLuaGetStringList_wx]
{ "wxDirSelectorPromptStr", wxDirSelectorPromptStr },
{ "wxFileSelectorPromptStr", wxFileSelectorPromptStr },


ps. there are #endif lines without a #if in gdi.cpp (new from cvs)

>     John Labenski
> 

--
Regards,
Hakki Dogusan

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
wxlua-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to