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
 
Back
Top