Closed cyborgyn closed 3 years ago
Fix for module discovery, and using the referenced assembly's module for a used type. This enables the original code, to emit
#include <mscorelib.h> #include <other.library.h>
references in the include files to other transpiled dlls' C source code.
@cyborgyn Excellent your knowledge! :) I will merge when fixed topics.
MEMO: Have to require check working on packaged IL2C before future release.
Fix for module discovery, and using the referenced assembly's module for a used type. This enables the original code, to emit
references in the include files to other transpiled dlls' C source code.