C++ compile multiple definition
Hi,
I have a C project, it compiles perfectly.
I changed the extension of main from main.c to main.cpp.
I use the function "Convert to C++", I did "Clean project"
but when I compile the project, I have a bulk of compiling error of this type:
C:/myproject/Debug/../Src/filex.c:62: multiple definition of `Function1'; ./Src/app_filex.o:C:/myproject/Debug/../Src/filex.c:62: first defined here
and this for every functions, I suppose.
Any suggestion?thank you
