I have a problem when processing a file which is not part of a project. I have PB 6.11 installed (x86 and x64) and added all the compilers into my x64-IDE. Now, when I run a program like
Code: Select all
Debug Bool(#PB_Compiler_Processor=#PB_Processor_x64)
Debug Bool(#PB_Compiler_Processor=#PB_Processor_x86)
Does anyone else have this problem?
Edit: I found something: If I open the file in a different text editor, I see the compiler is fixed in the extra data at the end of the file. How do I prevent this?