B
Bart Simpson
I am writing a communications library which makes extensive use of the
STL and templates in general. I am using VC7 to compile because of
alledged better support for templates etc.
However, I have not been able to get a simple question answered. Will my
C++ code be compiled to IL? (I hope not). Is there anyway in the project
settings etc that I can ensure that the binary produced during
compilation is a native binary, i.e. NOT IL code which can be so easily
disassembled, and requires a VM (yuk!)
Question is, how I can be sure that I am producing native binaries
instead of Il (without having to resort to using a dissasembler et, etc.) ?
If I am not convinced that VC7 is really generating native binaries, is
there anyway I can use STL (loki code etc) from VC6?
STL and templates in general. I am using VC7 to compile because of
alledged better support for templates etc.
However, I have not been able to get a simple question answered. Will my
C++ code be compiled to IL? (I hope not). Is there anyway in the project
settings etc that I can ensure that the binary produced during
compilation is a native binary, i.e. NOT IL code which can be so easily
disassembled, and requires a VM (yuk!)
Question is, how I can be sure that I am producing native binaries
instead of Il (without having to resort to using a dissasembler et, etc.) ?
If I am not convinced that VC7 is really generating native binaries, is
there anyway I can use STL (loki code etc) from VC6?