All These Things That I've Done

Apply the programming model to everyday programming problems
posts - 83, comments - 71, trackbacks - 4

My Links

News


View Gianluca Carucci's profile on LinkedIn

Tag Cloud

Archives

Post Categories

Image Galleries

Blogs

Links

I Tempi che furono....

Ancora per poco, sfogliando l'msdn alla voce "Visual c++ Compiler Options: /Z7, /Zd, /Zi, /ZI (Debug Information Format)" possiamo trovare:

/ZI:  "Produces a program database, as described above, in a format that supports the Edit and Continue feature. If you want to use Edit and Continue debugging, you must use this option. Because most optimizations are incompatible with Edit and Continue, using /ZI disables any #pragma optimize statements in your code.

/ZI causes /Gy to be used in your compilation.

/ZI is not compatible with /clr."

Sarà ancora così anche x il CLR 2.0? C# 2.0 ha ceduto, non ci resta che sperare ancora nel nuovo c++ managed:D

Print | posted on mercoledì 20 ottobre 2004 15:51 | Filed Under [ Community C++ ]

Powered by:
Powered By Subtext Powered By ASP.NET