You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
figured i try opening issues before i start working on things.
i was planning on tackling this next. my general idea was to generate function pointers for all dllimport functions that initially point to a trampoline that attempts to load the library/function. if it successfully loads, it'll replace the function pointer with what we grabbed, otherwise we throw an exception to mimic the JIT CLR behaviour.
ill probably leave out marshalling on the first pass, mostly because i always avoided it and need to do more proper research on it.
The text was updated successfully, but these errors were encountered:
figured i try opening issues before i start working on things.
i was planning on tackling this next. my general idea was to generate function pointers for all dllimport functions that initially point to a trampoline that attempts to load the library/function. if it successfully loads, it'll replace the function pointer with what we grabbed, otherwise we throw an exception to mimic the JIT CLR behaviour.
ill probably leave out marshalling on the first pass, mostly because i always avoided it and need to do more proper research on it.
The text was updated successfully, but these errors were encountered: