Page 1 of 1

warning C4049

PostPosted: Sun May 30, 2010 8:46 pm
by rasptty
Boas
Quando compilo o meu PRG dá o seguinte WARNING.

meuprg(65536) : warning C4049 : Compiler Limit : Terminate line number emission.

- O Programa Funciona Normalmente será que poderá dar algum problema
que warning será este e que poderá acontecer.

Re: warning C4049

PostPosted: Wed Jun 02, 2010 4:33 am
by Antonio Linares
It seems as your PRG has over 65535 source code lines and the compiler can't display the line number when compiling.

Anyhow it is just a warning so your appication should work fine.

It is advisable not to use so many source code lines in just one PRG. It is better to split your PRG into several ones for an easier maintenance of your application :-)