Subversion Repositories filter_foundry

Rev

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

Rev 214 Rev 384
Line 1... Line 1...
1
 
1
 
2
Building FilterFoundry with OpenWatcom
2
Building FilterFoundry with OpenWatcom
3
======================================
3
======================================
4
 
4
 
5
Most recently tested with OpenWatcom 1.9 and Adobe Photoshop SDK CC 2017.
5
Most recently tested with OpenWatcom 1.9 and Adobe Photoshop SDK 2022.
6
 
6
 
7
 
7
 
8
Prerequisites
8
Prerequisites
9
-------------
9
-------------
10
 
10
 
Line 40... Line 40...
40
- Missing **sdkddkver.h**:
40
- Missing **sdkddkver.h**:
41
  * In OpenWatcom 1.9:
41
  * In OpenWatcom 1.9:
42
    If you get the error message "Fatal Error! 62:  Unable to open 'sdkddkver.h'", please open 
42
    If you get the error message "Fatal Error! 62:  Unable to open 'sdkddkver.h'", please open 
43
    pluginsdk\photoshopapi\photoshop\PITypes.h in your Adobe Photoshop SDK and
43
    pluginsdk\photoshopapi\photoshop\PITypes.h in your Adobe Photoshop SDK and
44
    comment out the line "#include <sdkddkver.h> // for WINVER".
44
    comment out the line "#include <sdkddkver.h> // for WINVER".
45
    Alternatively, you can use an older version of the Photoshop SDK, or create an empty
45
    Alternatively, you can create an empty sdkddkver.h file in your wpj folder.
46
    sdkddkver.h file in your wpj folder.
-
 
47
  * In Open Watcom 2.0:
46
  * In Open Watcom 2.0:
48
    The error message has the error code E062.
47
    The error message has the error code E062.
49
    Creating an empty sdkddkver.h does not work anymore.
48
    Creating an empty sdkddkver.h does not work anymore.
50
    You need to comment out the line in PITypes.h.
49
    You need to comment out the line in PITypes.h.
51
 
50