C# to blitz

Blitz3D Forums/Blitz3D Programming/C# to blitz

I have recently read a tutorial to get C# code into Blitz by using the Userlibs and creating a DLL from the C# code. But i cant get it to work!!
http://www.c-sharpcorner.com/Code/2003/Aug/ExportManagedCodeasUnmanaged.asp I have no clue as to how to make it work! I am using the SharpDevelop IDE, just incase that matters. I can get the code in to sharpdevelop IDE(obviously), but i cant get the stupid command line to make a dll file out of it! any help would be appreciated!
thanks in advance!

never mind, i found a better tutorial that worked! yay!
http://www.c-sharpcorner.com/2/pr12.asp ...but now that tutorial didn't tell me how to use it in blitz, so i guess i'll read the old tutorial to find out how! :)

uhhh never mind again... i cant get it to work. i have created the DLL file and the DECLS file and saved them into the Userlibs folder and it says that the DLL is not found and i have it inside the Userlibs folder and the folder of the file i'm using to test it with... :( no clue whats going on...

There is somewhere a wrapper that allowes you to use .NET DLLs.

Without it you are not able to use them from what I know.

Oh ... ok then... I'll do a search for it.
It didnt say anything about using one of those to get it to work in blitz inside the tutorial... hmmm.. 0.o I'll go look for it.

:^d - Hee hee! its some guy trying to lick his nose with his tongue...

[EDIT]
Man! Everything I've found is just the first tutorial I found (from my first post) posted on a different website!
[/EDIT]