StdAfx.cpp
上传用户:sesekoo
上传日期:2020-07-18
资源大小:21543k
文件大小:2k
源码类别:

界面编程

开发平台:

Visual C++

  1. // stdafx.cpp : source file that includes just the standard includes
  2. // This is part of the Professional User Interface Suite library.
  3. // Copyright (C) 2001-2009 FOSS Software, Inc.
  4. // All rights reserved.
  5. //
  6. // http://www.prof-uis.com
  7. // mailto:support@prof-uis.com
  8. //
  9. // This source code can be used, modified and redistributed
  10. // under the terms of the license agreement that is included
  11. // in the Professional User Interface Suite package.
  12. //
  13. // Warranties and Disclaimers:
  14. // THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND
  15. // INCLUDING, BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY,
  16. // FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
  17. // IN NO EVENT WILL FOSS SOFTWARE INC. BE LIABLE FOR ANY DIRECT,
  18. // INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES,
  19. // INCLUDING DAMAGES FOR LOSS OF PROFITS, LOSS OR INACCURACY OF DATA,
  20. // INCURRED BY ANY PERSON FROM SUCH PERSON'S USAGE OF THIS SOFTWARE
  21. // EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
  22. #include "stdafx.h"
  23. #if (defined _AFXDLL) && (! defined __STATPROFUIS_WITH_DLLMFC__)
  24. #ifdef _DEBUG
  25. #pragma message("   Prof-Skin is automatically linking with LibPNGDLLCRT-d.lib")
  26. #pragma message("      (PNG image format support)")
  27. #pragma comment(lib,"LibPNGDLLCRT-d.lib")
  28. #pragma message("   Prof-Skin is automatically linking with ZLibDLLCRT-d.lib")
  29. #pragma message("      (ZIP compression support required by LibPNG)")
  30. #pragma comment(lib,"ZLibDLLCRT-d.lib")
  31. #else
  32. #pragma message("   Prof-Skin is automatically linking with LibPNGDLLCRT.lib")
  33. #pragma message("      (PNG image format support)")
  34. #pragma comment(lib,"LibPNGDLLCRT.lib")
  35. #pragma message("   Prof-Skin is automatically linking with ZLibDLLCRT.lib")
  36. #pragma message("      (ZIP compression support used by LibPNG)")
  37. #pragma comment(lib,"ZLibDLLCRT.lib")
  38. #endif // _DEBUG
  39. #endif // (defined _AFXDLL) && (! defined __STATPROFUIS_WITH_DLLMFC__)