r0ger Posted November 12, 2020 Posted November 12, 2020 (edited) Hi there. I am looking for another v2m player that uses this kind of version of libv2 , because the V2M player from MagicH uses only libv2 1.0 (which he made it work for vista and later) and i saw some assembly source code that uses libv2 1.5 on a THETA NFO viewer 2.2 , so i'm gonna post a part of the code where the libv2 is initiated and loaded in asm : include ./Music/libv2simple.inc includelib ./Music/libv2simple.lib externdef c theTune:byte externdef c theTune2:byte include winmm.inc includelib winmm.lib DlgProc : ; libv2 music start invoke V2MInit,offset theTune,FUNC(GetForegroundWindow) invoke V2MPlay; anyone has this library for asm please ? i need it for newer v2m's . libv2masm.zip Edited November 15, 2020 by Teddy Rogers
kao Posted November 13, 2020 Posted November 13, 2020 I don't think that lib was ever released to public - but it's relatively easy to rip it out of THETA NFO Viewer EXE.
mak Posted November 15, 2020 Posted November 15, 2020 Enjoy the Music! Spoiler https://www.upload.ee/files/12520564/libv2masm.zip.html 1 4
r0ger Posted November 15, 2020 Author Posted November 15, 2020 (edited) thank you so much for the library mak ! i will use this on my keygen templates for newer v2m's and thanks @Teddy Rogers for attaching it Edited November 15, 2020 by r0ger
GioTiN Posted November 23, 2020 Posted November 23, 2020 (edited) On 11/13/2020 at 4:41 AM, kao said: I don't think that lib was ever released to public - but it's relatively easy to rip it out of THETA NFO Viewer EXE. yea kao it was used on THETA NFO viewer and patchs Edited November 23, 2020 by GioTiN
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now