On 7/5/07, Andre <[EMAIL PROTECTED]> wrote:
> John Labenski <[EMAIL PROTECTED]> writes:
>
> >
> > I think you need to start over, create a brand new dir, get a fresh
> > copy of wxLua and compile that. Maybe wxWidgets too, if you've touched
> > the wxWidgets build settings in any way, you're on your own...
> >
>
> I try to do the minimum number of modifications.

Please don't change anything (yet)... try it straight "out of the box"
and see if you can get that to work. The only thing you might have to
do is copying

wxWidgets/include/wx/msw/setup0.h to
wxWidgets/include/wx/msw/setup.h

if it doesn't already exist.

> Is this what you mean?
>
> install a new version(wxWidgets and wxlua)
> use wx_dll.dsw compile the dll unicode debug
> use stc.dsw compile the ???? (does not load in version 7)

Check the line endings, they should be \r\n and not just \n. You can
very quickly check to see if notepad.exe can load it, if it shows
nothing, the file probably just has \n endings.

You can use your favorite editor or this one to change it.
http://downloads.sourceforge.net/wxcode/wxstedit-1.2.5_MSW_bin.zip?use_mirror=superb-west

> use wxLua.dsw compile the debug unicode DLL
>
> But I would still like to know if this is what you mean.

Yes to all of that above. You shouldn't have to change any settings
for anything.

I will try to find a machine that I can install VC7/8 on and try it
myself. I've been sticking to VC6 since it generates stand-alone
executables whereas the "free" VC7/8 relies on the .NET platform sdk,
which is huge and it's not very nice to demand people to install
something like that.

Good luck,
    John Labenski

-------------------------------------------------------------------------
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