11-01-2011 10:17 AM
I created a new library and made everything a C++ file (.cpp) and that seem to have cleared up all the errors and not having to deal with compiler directives. This is for a ANE library. It compiles, but I still need to test it on the device. So far, so good.
11-01-2011 01:03 PM
jtegen wrote:
I created a new library and made everything a C++ file (.cpp) and that seem to have cleared up all the errors and not having to deal with compiler directives. This is for a ANE library. It compiles, but I still need to test it on the device. So far, so good.
Oh, OK. If these were *.c files previously, then that would explain it. The IDE will treat those as C language sources.
11-01-2011 02:54 PM