Okay, basic situation:<BR><BR>I have a VB COM DLL that interfaces with a C library to run some functionality that for various reasons can't be rewritten in VB (or even COM). About halfway through this ...
VB.NET cannot AOT compile into DLL. I hope to add exported DLL dynamic library and ACTIVEX DLL. .net class libraries are essentially ACTIVEX DLL and com dll. AOT has lost all these functions, which is ...