Re: asm

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Hello Andrey,

You needn't refurese .net, u just need a little bit lower level - MC++ (managed C++)
Especially to realize necessary asm manipulation in MC++ and use C# in other cases

I'm not expert in MC++, there are several books http://www.amazon.com/s/ref=nb_ss_gw/002-7202968-4000068?url=search-alias%3Daps&field-keywords=managed+C%2B%2B



AK> Sorry. I mean:
AK> AK> In other word I can't made compression software using c# with .asm
AK> like winzip or winrar ?
AK> AK> If I can't please point me to good book about make windows program
AK> using Managed C++ and Visual Studio 2005 without .net and inline
AK> assembler.
AK> AK> Thank you!
AK> AK> Andrey Koptyaev wrote:
AK>
In other word I can't made compression software using c# with .asm
like
winzip or winrar ?
If I can't please point me to good book about make windows program
using Managed C++ and Visual Studio 2005.
Thank you!
Michael Nemtsev wrote:

Hello Andrey,

Not in C# only.
You need to use Managed C++
Read more about inline assember there
http://search.msdn.microsoft.com/search/default.aspx?siteId=0&tab=0&;
query=Inline+Assembler+
AK> What I must do if I want to include asm code to my .net program
?
AK>
---
WBR,
Michael Nemtsev :: blog: http://spaces.live.com/laflour
"At times one remains faithful to a cause only because its opponents
do not cease to be insipid." (c) Friedrich Nietzsche

---
WBR,
Michael Nemtsev :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not cease to be insipid." (c) Friedrich Nietzsche


.