As I have been reading up
I need to get to some foundation to build safely on When .net takes up a *.dll from within windows it no longer becomes available to .com. 1/ Does this rule mean I loose loadlibray() and GetProcAddress() to load a .net dll like mscorlib.dll. one developer says no, So I'm asking what boundaries do I have. Has delphi installed loadlibray() and GetProcAddress() into delphi code?
2/ MSCorEE.dll has a list of methods for wrapping the mscorlib.dll, That I'm about to create a *.pas file to connect to the MSCorEE.dll. Can I use a mscorlib_tbl file as a reference to the mscorlib.dll.
3/ After installing P/Invoke I have no reference to create a Delphi wrapper. can some suggest something I could use please.
4/ If I could find a copy of mscoree.h & metahost.h & MSCorEE.dll it would save me a lot of work.