Search found 3 matches

by Stefaan
Tue Aug 20, 2019 7:32 am
Forum: General
Topic: TwineCompile gives compiler errors when using "Inject precompiled header file"
Replies: 6
Views: 14281

Re: TwineCompile gives compiler errors when using "Inject precompiled header file"

I get the error on the Project1PCH1.h header itself. Clearing the debug folder doesn't make a difference.

I have attached a test project which gives the error.

Ps. mail notifications for replies don't seem to work on the forum.
by Stefaan
Tue Jun 25, 2019 4:30 am
Forum: General
Topic: TwineCompile gives compiler errors when using "Inject precompiled header file"
Replies: 6
Views: 14281

Re: TwineCompile gives compiler errors when using "Inject precompiled header file"

Do you mean the Use PCH file for each thread setting? This is off.
by Stefaan
Fri Jun 21, 2019 9:42 am
Forum: General
Topic: TwineCompile gives compiler errors when using "Inject precompiled header file"
Replies: 6
Views: 14281

TwineCompile gives compiler errors when using "Inject precompiled header file"

I'm using C++ builder Rio 10.3.1 with the clang compiler. The compiler has an option to inject a header file before each source file to make sure all files use the same precompiled header. This option can be found in the project options under Building > C++ Compiler > Pre-compiled headers: Inject pr...