warning C4049

Post Reply
rasptty
Posts: 88
Joined: Sun May 25, 2008 5:46 pm

warning C4049

Post 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.
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: warning C4049

Post 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 :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply