static linking

  • Thread starter Thread starter Ilya Dyoshin
  • Start date Start date
I

Ilya Dyoshin

Hi all!

Is there a possibility to statically link used .NET components into my
programm... (to enable it runs on machines that do not have .NET Framework)
Like static link of MFC libraries..

Thanks in advance.
 
Hello Ilya,

You need to add .NET framework to the your setup project
http://groups.google.com/group/microsoft.public.dotnet.languages.vb/msg/dec04365ca6c8221

no other way to do it as it was in MFC

ID> Is there a possibility to statically link used .NET components into
ID> my programm... (to enable it runs on machines that do not have .NET
ID> Framework) Like static link of MFC libraries..

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

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top