NO

Author Topic: Fatal F1003 C:\PellesC\Include\stdarg.h 9: Error directive: <stdarg.h> need POCC  (Read 714 times)

Offline Anderson

  • Member
  • *
  • Posts: 2
Quote
MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
bcc32 -c -Iinclude;C:\XHB123\include;C:\PellesC\Include -d -tWM -D__WIN32__ -D__CONSOLE__ -DUSE_PMURHASH=1 -oobj\b32\letocl.obj source\client\letocl.c
Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland
source\client\letocl.c:
Fatal F1003 C:\PellesC\Include\stdarg.h 9: Error directive: <stdarg.h> need POCC version 10.0 or higher
*** 1 errors in Compile ***

** error 1 ** deleting obj\b32\letocl.obj

I am using PellesC v11.0, I don´t undestand this.

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
I am using PellesC v11.0, I don´t undestand this.
No, you are clearly using Borland C++ 5.82. Never mix include files from different compilers.
/Pelle