|
|
|
|
#1 |
|
Junior Member
Join Date: Jul 2009
Location: Behind You
Posts: 4
|
General Purpose Plugin MASM(asm)
Hey if anyone is wondering how to make a general purpose plugin(gen_whatever.dll) in MASM then here is some code that gives you the bare bones you will need to make one.
code: |
|
|
|
|
|
#2 |
|
Senior Member
Join Date: Aug 2008
Posts: 114
|
I always wanted to try something like this.
|
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Jun 2009
Posts: 6
|
Re: General Purpose Plugin MASM(asm)
mre521 said:
>>here is some code that gives you the bare bones for a general purpose plugin in MASM Hey, thanks, this is cool. By MASM do you mean the Microsoft Macro Assembler, i.e. http://en.wikipedia.org/wiki/MASM ? I don't really know anything about this. How common is it to do Winamp development with MASM? Can you explain why you use it instead of other methods? This page could make a good tutorial for doing MASM on the Winamp Wiki - http://dev.winamp.com/wiki/ . Would you mind if we started a page for it there? --culix/dndculix |
|
|
|
|
|
#4 | |
|
Senior Member
Join Date: Aug 2008
Posts: 114
|
Quote:
|
|
|
|
|
|
|
#5 | |
|
Junior Member
Join Date: Jun 2009
Posts: 6
|
Quote:
--culix/dndculix |
|
|
|
|
|
|
#6 |
|
-
Join Date: Sep 2003
Location: UK
Posts: 22,265
|
not generally, there are a few but there's more chance of people doing plugins in delphi than in assembler only from my experience.
-daz |
|
|
|
|
|
#7 | |
|
Senior Member
Join Date: Aug 2008
Posts: 114
|
Quote:
I have never gone beyond simple std::in std: ut variants in assembly. I could not find any official support for it, the downloads I found were harmful. I don't know if Microsoft still support it. Just as earlier i tried to assemble the code above I got a fatal A1000: cannot open file : windows.inc which I searched for and nowhere to be found in my library, checked the internet and I was presented with a "slightly modified" one. I'd really appreciate it if I could get links to reliable MASM library.
|
|
|
|
|
|
|
#8 | |
|
Junior Member
Join Date: Jun 2009
Posts: 6
|
Re: MASM libraries
Quote:
* http://www.masm32.com/ * http://www.microsoft.com/downloads/details.aspx?FamilyID=7a1c9da0-0510-44a2-b042-7ef370530c64&displaylang=en . Have you tried those already? Or is that not what you're looking for? |
|
|
|
|
|
|
#9 |
|
Senior Member
Join Date: Aug 2008
Posts: 114
|
as per Microsoft downloads I have the tools already.
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|