Helge Klein Helge Klein
  • Blog
  • Tools
    • SetACL
    • SetACL Studio
    • Delprof2
    • More free tools
  • Projects
    • Home Assistant
      • Smart Cover Automation
    • Samba
      • AD & File Server Docker Containers
    • Linux
      • Config File Backup on GitHub
  • HAUS21
    • Planung
      • Wärme-/Kältequellen: Geothermie, Eisspeicher, Luft-Wärmepumpe
      • Heizen und Kühlen mit Eisspeicher: Details
      • Heizen/Kühlen: Fußboden vs. Decke vs. Wand
      • Bauteilaktivierung: Kühlung der Betondecken
      • Photovoltaik und Stromspeicher
      • Kontrollierte Wohnraumlüftung (KWL)
      • Baustoffe: viel Poroton & Lehm, wenig Beton, kein Rigips
      • Altersgerechtigkeit und Barrierefreiheit
      • Smart Home: das vernetzte Haus
    • Erfahrungen
      • Viessmann-Eisspeicher? Lieber Nicht!

Start typing to search...

↑↓ navigate ↵ select esc close

Assembly

Tag 2 posts
64-Bit Windows (X64)Software Development

.NET Applications on Windows x64 - Easy? Yes and No

When migrating to 64-bit Windows, traditional “unmanaged” applications can pose challenges. That is because unmanaged binaries contain hardware-dependent CPU instructions - and the view on the hardware differs between 32- and 64-bit mode. But .NET? It should be unaffected of a system’s bitness since “managed” binaries contain instructions in a so-called intermediate language that is executed in a virtual machine at run-time and only then translated to machine language. But is it really? This article is about .NET programs that are dependent on OS bitness.
64-Bit Windows (x64)
Mar 2, 2010

Deploying Visual C++ Runtime Files as Private Assemblies

Deploying Visual C++ Runtime Files as Private Assemblies
If you create a C++ project in Visual Studio and configure it to “Use MFC in a Shared DLL” (the default) you need to make sure the C runtime (CRT) and the MFC libraries are installed in the correct versions on the end user’s computer. That can be difficult.
Software development
Mar 2, 2010
© 2026 Helge Klein
About Imprint Privacy Policy