tags:

views:

103

answers:

1

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.

A: 

ilasm, is a complier for .net:- it comes with the .NET Framework.

The complete reference is here: http://msdn.microsoft.com/en-us/library/496e4ekx.aspx

Dose any one have a DeComplier that comes with some SDK version of .net

I want a decompled copy of the P/Invoke main Dll's

can any one help please.

lexdean