What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [question] Writing DLLs in .NET languages

[question] Writing DLLs in .NET languages
Author: Message:
can16358p
Junior Member
**

WLM + MP!L User

Posts: 58
34 / Male / –
Joined: Oct 2005
Status: Away
O.P. [question] Writing DLLs in .NET languages
Maybe it's just dumb, as I'm still dumb on programming. (with a little C++ and VB.NET knowledge)

I know a user has to have .NET Framework installed to run an application written using .NET, the question is, is it the same way for .NET DLL's too?

I have VS.NET 2005 installed and I don't want a DLL I will write for Messenger to require .NET Framework to be installed?

How should I do that? (or is there a way except installing an older version)
Why aren't these IDEs backwards incompatible?

//sorry, forgot the title :)

This post was edited on 06-29-2006 at 08:02 PM by can16358p.
[Image: anathema.gif][Image: hax0r.png]
06-29-2006 08:02 PM
Profile E-Mail PM Find Quote Report
ShawnZ
Veteran Member
*****

Avatar

Posts: 3146
Reputation: 43
32 / Male / Flag
Joined: Jan 2003
RE: [question] Writing DLLs in .NET languages
quote:
Originally posted by can16358p
I have VS.NET 2005 installed and I don't want a DLL I will write for Messenger to require .NET Framework to be installed?

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.

This post was edited on 06-29-2006 at 08:25 PM by ShawnZ.
Spoiler:
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
06-29-2006 08:24 PM
Profile PM Web Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: [question] Writing DLLs in .NET languages
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.
[Image: spartaafk.png]
06-29-2006 09:31 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On