Subversion Repositories filter_foundry

Rev

Rev 515 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 515 Rev 532
Line 88... Line 88...
88
* For Windows, Visual Studio works best (the community edition is even free),
88
* For Windows, Visual Studio works best (the community edition is even free),
89
  and it can compile the 32-bit and 64-bit plugins for Windows.
89
  and it can compile the 32-bit and 64-bit plugins for Windows.
90
* Download: https://visualstudio.microsoft.com/de/vs/community/
90
* Download: https://visualstudio.microsoft.com/de/vs/community/
91
* To build in Windows with Visual Studio (IDE or command line), see the visual_studio
91
* To build in Windows with Visual Studio (IDE or command line), see the visual_studio
92
  subdirectory and notes (README.md).
92
  subdirectory and notes (README.md).
93
* Most recently tested with Visual C++ 2019 and Adobe Photoshop SDK CC 2017.
93
* Most recently tested with Visual C++ 2022 and Adobe Photoshop SDK 2023.
94
 
94
 
95
BUILDING WITH OPEN WATCOM
95
BUILDING WITH OPEN WATCOM
96
* OpenWatcom can be used, but only for 32 Bit, and it is officially not
96
* OpenWatcom can be used, but only for 32 Bit, and it is officially not
97
  supported by Adobe.
97
  supported by Adobe.
98
* Download: https://sourceforge.net/projects/openwatcom/files/
98
* Download: https://sourceforge.net/projects/openwatcom/files/
99
* To build in Windows with the OpenWatcom IDE, see the wpj
99
* To build in Windows with the OpenWatcom IDE, see the wpj
100
  subdirectory and notes (README.md), kindly provided by Peter Heckert and Daniel Marschall.
100
  subdirectory and notes (README.md), kindly provided by Peter Heckert and Daniel Marschall.
101
* Most recently tested with Open Watcom 1.9 and Adobe Photoshop SDK CC 2017.
101
* Most recently tested with Open Watcom 1.9 and Adobe Photoshop SDK 2023.
102
 
102
 
103
BUILDING WITH MINGW32/64
103
BUILDING WITH MINGW32/64
104
* IMPORTANT: Building with MINGW32/64 is currently NOT possible
104
* IMPORTANT: Building with MINGW32/64 is currently NOT possible
105
  because the resoure compiler doesn't resolve the compiler (windres) constants of language.h in
105
  because the resoure compiler doesn't resolve the compiler (windres) constants of language.h in
106
  language_win.rc and shows a syntax error. You can compile if you replace the constants by hand.
106
  language_win.rc and shows a syntax error. You can compile if you replace the constants by hand.