Dark Bit Factory & Gravity
PROGRAMMING => Other languages => ASM => Topic started by: r0gerica on November 23, 2020
-
hi there all.
i'm looking for Futurecomposer player source and a VGM player too , both for MASM32. Do you guys have any of these player sources?
thx.
r0ger
-
no one ?
-
Hi r0gerica,
For future composer the only that I know is in C code that I found here -> 16-bits.org
Attached it here because 16-bits site is offline right now.
For VGM player, I don't know.
Hope that helps :cheers:
-
thanks a lot !
but how can i convert the cpp file to a static library ? i do know how to import the prototypes from .h to .inc tho.
or in this case, do you already have a .lib file for it ? i want only the VS2005 one only (the .lib file) so i can implement it in MASM32.
-
I've only a lib for VS2015 and attached it here for you to test.
Also added original source code for latest version of the player - 1.27.
-
ok, thanks for the lib, i will see if i can port it to MASM32 later.