Ok......,
I now inserted:
#ifndef UNREFERENCED_PARAMETER
#define UNREFERENCED_PARAMETER(P) (P)
#endif
So Here are my results :
Building main.OBJ.
Building avi.OBJ.
Building gif.OBJ.
C:\SGV1\C _PelleOrinius' Goodies\gif2avi\gif.c(240): warning #2030: '=' used in a conditional expression.
C:\SGV1\C _PelleOrinius' Goodies\gif2avi\gif.c(245): warning #2030: '=' used in a conditional expression.
C:\SGV1\C _PelleOrinius' Goodies\gif2avi\gif.c(266): warning #2030: '=' used in a conditional expression.
Building utils.OBJ.
Building GIF2AVI.EXE.
POLINK: error: Unresolved external symbol '_ICSendMessage@16'.
POLINK: fatal error: 1 unresolved external(s).
*** Error code: 1 ***
Done.
I think I can get rid of the warnings, but any ideas on the "POLINK: error: Unresolved external symbol '_ICSendMessage@16'."
Is there a library missing in the source code ppj file? I searched in the help contents but no topics found.
Thanks, Ed