Embarcadero Releases Free C++ Compiler for Windows
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Embarcadero Releases Free C++ Compiler for Windows
http://stackoverflow.com/questions/1289 ... gma-region
#ifdef _MSC_VER
#pragma region
#endif
<code here>
#ifdef _MSC_VER
#pragma endregion
#endif
#ifdef _MSC_VER
#pragma region
#endif
<code here>
#ifdef _MSC_VER
#pragma endregion
#endif
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: Embarcadero Releases Free C++ Compiler for Windows
There are 1386 include files containing #pragma region...
EMG
EMG
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Embarcadero Releases Free C++ Compiler for Windows
With UEStudio we can do a global search and replace in files
Maybe thats an option
Maybe thats an option
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: Embarcadero Releases Free C++ Compiler for Windows
I don't think it's a good idea to alter the compiler files.
EMG
EMG
Re: Embarcadero Releases Free C++ Compiler for Windows
To see if it helps
Also for 7.20 version
Also for 7.20 version
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: Embarcadero Releases Free C++ Compiler for Windows
Sorry, already tried (see page 2 of this thread).
EMG
EMG
Re: Embarcadero Releases Free C++ Compiler for Windows
Ah!, ok, I had not seen it -wpunEnrico Maria Giordano wrote:I tried using -w-pun compiler switch to no avail...Enrico Maria Giordano wrote:I'm trying to compile xHarbour with the new compiler. First problem, I get:
Any ideas?Code: Select all
e:\fw\bcc101\include\windows\sdk\windows.h:42:9: warning: unknown pragma ignored [-Wunknown-pragmas] #pragma region Application Family or OneCore Family
EMG
EMG
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: Embarcadero Releases Free C++ Compiler for Windows
I'm about to give up. It looks like this compiler is not full ready yet.
EMG
EMG