Changes between Version 6 and Version 7 of DevelopersFAQ


Ignore:
Timestamp:
Aug 20, 2007, 2:57:14 AM (17 years ago)
Author:
guest
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersFAQ

    v6 v7  
    196196the function.
    197197
    198 ----
     198== Error Messages  == #error messages
     199
     200=== The source fails to build displaying the following error message ===
     201
     202wcc386 -bt=os2 -mf -bd -bm -d1 -olirs -s -sg -j -wx -zfp -zgp -zq -hd
     203arccnrs.c
     204F:\OS2TK45\h\libc\stdarg.h(83): Warning! W138: No newline at end of file
     205F:\OS2TK45\h\libc\stdlib.h(544): Warning! W138: No newline at end of file
     206F:\OS2TK45\h\libc\string.h(378): Warning! W138: No newline at end of file
     207F:\OS2TK45\h\libc\time.h(136): Warning! W138: No newline at end of file
     208F:\OS2TK45\h\libc\direct.h(92): Warning! W138: No newline at end of file
     209F:\OS2TK45\h\libc\share.h(49): Warning! W138: No newline at end of file
     210F:\OS2TK45\h\libc\process.h(215): Warning! W138: No newline at end of file
     211arccnrs.c(183): Error! E1071: Type of parameter 3 does not agree with
     212previous definition
     213arccnrs.c(183): Note! N2003: source conversion type is 'void
     214*(*)(unsigned long __p1,unsigned long __p2,void *__p3,void *__p4)'
     215arccnrs.c(183): Note! N2004: target conversion type is 'void
     216*(_Syscall *)(unsigned long __p1,unsigned long __p2,void *__p3,void
     217*__p4)'
     218arccnrs.c(610): Error! E1011: Symbol 'SH_DENYWR' has not been declared
     219arccnrs.c(610): Warning! W102: Type mismatch (warning)
     220
     221Since FM/2 now uses the OpenWatcom Warp Toolkit, I had to modify my config.sys statement moving the OpenWatcom entries ahead of the IBM Toolkit entries.
     222
     223----