[question] Writing DLLs in .NET languages - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: [question] Writing DLLs in .NET languages (/showthread.php?tid=62055) [question] Writing DLLs in .NET languages by can16358p on 06-29-2006 at 08:02 PM
Maybe it's just dumb, as I'm still dumb on programming. (with a little C++ and VB.NET knowledge) RE: [question] Writing DLLs in .NET languages by ShawnZ on 06-29-2006 at 08:24 PM
quote: Well the DLL is in .NET code, and without the framework which gives you the ability to use .NET code, you can't exactly use the dll... For the record, they aren't really DLL's either. They're just .NET apps without an entry point set and renamed to .dll. RE: [question] Writing DLLs in .NET languages by RaceProUK on 06-29-2006 at 09:31 PM It is possible, however, to create a .NET DLL with native exports (a mixed DLL). So, a pure .NET DLL is a DLL, just with no native exports. |