Creating a Microsoft .Net COM Visible DLL

Поділитися
Вставка
  • Опубліковано 9 лют 2025
  • This is a very technical video that shows how to create a custom COM Visible DLL that can be called from a 32 bit application, such as NSi AutoStore. If you're looking at creating a custom component for AutoStore, this is a great method to get started.
    This is a good training video just on how to use Visual Studio to create a simple project in C#.
    Part 2 is here:
    • Integrating a custom D...
  • Навчання та стиль

КОМЕНТАРІ • 2

  • @Oblivion4eg
    @Oblivion4eg 9 років тому +2

    oh, and you can add dll automaticaly in visual studio
    project->*proj_name*properties
    1)application tab ->assembly information -> [flag] make assembly COM-visible
    2)build tab ->register for COM interop

  • @Oblivion4eg
    @Oblivion4eg 9 років тому +1

    thank you