windows compilation

Yili Zhao ylzhao at vip.sina.com
Fri Sep 5 21:46:06 BST 2003


Hi Pablo,
>  Where can I find that picture?
  I have sent the image to pablo at mathematik.uni-ulm.de. Do you receive it?
  
  When I type "$ less $WXWIN/include/wx/log.h"
  The result is:
  =====================================
 // Name:        wx/log.h
 // Purpose:     Assorted wxLogXXX functions, and wxLog (sink for logs)
 // Author:      Vadim Zeitlin
 // Modified by:
 // Created:     29/01/98
 // RCS-ID:      $Id: log.h,v 1.72.2.2 2003/01/01 22:49:06 RD Exp $
 // Copyright:   (c) 1998 Vadim Zeitlin <zeitlin at dptmaths.ens-cachan.fr>
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////

 #ifndef   _WX_LOG_H_
 #define   _WX_LOG_H_

 #if defined(__GNUG__) && !defined(__APPLE__)
    #pragma interface "log.h"
 #endif

 #include "wx/setup.h"
 #include "wx/string.h"

 // ----------------------------------------------------------------------------
 // forward declarations
 // ----------------------------------------------------------------------------
 ================================================================================

  Also, I have tried to compile samples of wxWindows, and it is successful.


Yili





More information about the ptX mailing list