trying to compile a C file in a C++ CLR project

  • Thread starter Thread starter Lloyd Dupont
  • Start date Start date
L

Lloyd Dupont

Give me this error:
Error 1 Command line error D8045 : cannot compile C file
'..\..\..\..\Dev\API_C++\cutil.c' with the /clr option cl

But it's a very ordinary C file!
no special function like setjmp just malloc/free and some pointers

Any idea?
 
Back
Top