Subversion Repositories filter_foundry

Rev

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

Rev 437 Rev 440
Line 43... Line 43...
43
  * In OpenWatcom 1.9:
43
  * In OpenWatcom 1.9:
44
    If you get the error message "Fatal Error! 62:  Unable to open 'sdkddkver.h'", please open 
44
    If you get the error message "Fatal Error! 62:  Unable to open 'sdkddkver.h'", please open 
45
    pluginsdk\photoshopapi\photoshop\PITypes.h in your Adobe Photoshop SDK and
45
    pluginsdk\photoshopapi\photoshop\PITypes.h in your Adobe Photoshop SDK and
46
    comment out the line "#include <sdkddkver.h> // for WINVER".
46
    comment out the line "#include <sdkddkver.h> // for WINVER".
47
    Alternatively, you can create an empty sdkddkver.h file in your wpj folder.
47
    Alternatively, you can create an empty sdkddkver.h file in your wpj folder.
48
  * In Open Watcom 2.0:
-
 
49
    The error message has the error code E062.
-
 
50
    Creating an empty sdkddkver.h does not work anymore.
48
  * Take care that the directory "." is added to the include path of the C-compiler
51
    You need to comment out the line in PITypes.h.
49
    and the RC-compiler!
52
    (Bug will be fixed: https://github.com/open-watcom/open-watcom-v2/issues/770 )
-
 
53
 
50
 
54
- It is important that the correct calling convention is used.
51
- It is important that the correct calling convention is used.
55
  The calling convention needs to be set in
52
  The calling convention needs to be set in
56
  Options -> C Compiler Switches -> Memory Model and Processor Switches.
53
  Options -> C Compiler Switches -> Memory Model and Processor Switches.
57
  There, select "Pentium Pro stack-based calling" (default is "Pentium Pro register based calling").
54
  There, select "Pentium Pro stack-based calling" (default is "Pentium Pro register based calling").