kekyo / IL2C

IL2C - A translator for ECMA-335 CIL/MSIL to C language.
Apache License 2.0
403 stars 36 forks source link

Feature/multiple dll handling #99

Closed cyborgyn closed 3 years ago

cyborgyn commented 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.

kekyo commented 3 years ago

@cyborgyn Excellent your knowledge! :) I will merge when fixed topics.

kekyo commented 3 years ago

MEMO: Have to require check working on packaged IL2C before future release.