stdafx.h 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. // stdafx.h : include file for standard system include files,
  2. // or project specific include files that are used frequently, but
  3. // are changed infrequently
  4. //
  5. #pragma once
  6. #define _CRT_SECURE_NO_WARNINGS
  7. #define DLL_SOUI
  8. #include <souistd.h>
  9. #include <core/SHostDialog.h>
  10. #include <control/SMessageBox.h>
  11. #include <control/souictrls.h>
  12. #include <res.mgr/sobjdefattr.h>
  13. #include <com-cfg.h>
  14. #include "resource.h"
  15. #define R_IN_CPP //定义这个开关来
  16. #include "res\resource.h"
  17. using namespace SOUI;
  18. #include "SShellNotifyIcon.h"
  19. #include <event/NotifyCenter.h>
  20. #include <helper/SCriticalSection.h>
  21. #include <interface/STaskLoop-i.h>
  22. #include <helper/SFunctor.hpp>
  23. #include "../__INCLUDE/SVscrollbar.h"
  24. #include "../__INCLUDE/AsynFunctionT.hpp"
  25. #include <filesystem>
  26. #include "comm.h"
  27. //#include "../__INCLUDE/BaseModule.h"
  28. //
  29. //#ifdef _DEBUG
  30. //#ifdef _WIN64
  31. //#pragma comment(lib,"..\\__LIB\\x64\\Debug\\Base.lib")
  32. //#else
  33. //#pragma comment(lib,"..\\__LIB\\Debug\\Base.lib")
  34. //#endif
  35. //#else
  36. //
  37. //#ifdef _WIN64
  38. //#pragma comment(lib,"..\\__LIB\\x64\\Release\\Base.lib")
  39. //#else
  40. //#pragma comment(lib,"..\\__LIB\\Release\\Base.lib")
  41. //#endif
  42. //
  43. //
  44. //#endif