I am try to detect the version of internet explorer.
There have 2 solutions in
http://support.microsoft.com/support/kb/articles/Q244/8/57.ASP
How to convert the C++ sources to asm ?
could anyone do a favour ?
Guideline Chan
yoursguideline@hotmail.com
your C/C++ compiler can give you a .asm file, that, altought not very readable, have the full conversion to asm of your c/c++ source.
generally is the -S switch
This message was edited by vecna, on 6/6/2001 10:34:59 PM