Shoutbox
latest posts
member list
search
rules
contact
login
|
register
|
shoutbox
What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox
»
MsgHelp Archive
»
Messenger Plus! for Live Messenger
»
Scripting
»
Plug-Ins
» Making Plugins in ASM
Making Plugins in ASM
Author:
Message:
Ash_
Senior Member
Posts: 638
Reputation:
31
35 /
/ –
Joined: Aug 2004
O.P.
Making Plugins in ASM
how do i go about making a plugin for plus in ASM im using the mASM32 compiler
would you use the C++ plugin setup and use the asm() with an if statement to parse the tags?
looking forward to a reply thanks in advance?
11-30-2004 03:40 AM
Patchou
Messenger Plus! Creator
Posts: 8607
Reputation:
201
43 /
/
Joined: Apr 2002
RE: Making Plugins in ASM
Youcan surely use an asm() section in Visual C++ to code yoru plugin in ASM, as long as the exports of your DLL as correct (your function prototypes rest unchanged), you're free to code it the way you want inside Visual C++
11-30-2004 11:14 PM
Ash_
Senior Member
Posts: 638
Reputation:
31
35 /
/ –
Joined: Aug 2004
O.P.
RE: Making Plugins in ASM
thanks patchou.
12-01-2004 01:38 AM
Banks
Full Member
Posts: 178
Reputation:
1
36 /
/ –
Joined: Feb 2003
RE: Making Plugins in ASM
Ash_, Pathcou was talking about the asm function built into visual C++ it wouldn't work with masm.
I'm not positive but I think you can just put
code:
FUNCTIONNAME PROTO :DWORD, :DWORD
than call those functions in your assembly program
This post was edited on 12-01-2004 at 08:28 PM by
Banks
.
12-01-2004 08:23 PM
Ash_
Senior Member
Posts: 638
Reputation:
31
35 /
/ –
Joined: Aug 2004
O.P.
RE: Making Plugins in ASM
thanks Banks. i was using the Dev - C++ compiler with the asm sub. ill have a muck around with your idea though. thankyou
12-02-2004 03:57 AM
«
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:
Select Rating...
5 ... Best
4
3 ... Average
2
1 ... Worst
Forum Jump:
Please select one:
--------------------
Latest Posts
Private Messages
User Control Panel
Who's Online
Search
Forum Home
Open Forum
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