On 5/23/07, Andre <[EMAIL PROTECTED]> wrote:
> The following changes made the file compile using nmake
>
> file dservice.cpp, staktree.cpp
>
> ------------------------
> #include "wx/wxprec.h"
>
> #ifdef __BORLANDC__
>     #pragma hdrstop
> #endif
>
> #ifndef WX_PRECOMP
>     #include "wx/wx.h"
> #endif
> ----------------------------------
> remove error eof when looking for pch
> -----------------------------------
>
> file: staktree.h
>
> --------------------
> #include "wx/listctrl.h"
> ----------------------
>
> Hopefully this will help to find proper fixes

That's strange that you have to add the pch stuff to an empty file. In
any case dservice.cpp, staktree.cpp and their headers will be removed
soon. I've added the code above temporarily.

Thanks for the staktree.h include, it's probably best to put that in the header.

Thanks,
    John Labenski

ps. Let me know what you think of the the new stack dialog. I replaced
the old treectrl hack with a listctrl and I think it's a lot nicer
code wise, but maybe not as nice visually. But then again, the old
control was really broken in GTK and really couldn't be fixed since we
were asking it to do things it wasn't meant to do.

-------------------------------------------------------------------------
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
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to