Say, is there a x64 or platform neutral version of fasmdll_managed?
Thanks,
Say, is there a x64 or platform neutral version of fasmdll_managed?
Thanks,
No, but it's open source. Feel free to make the necessary changes to make it compatible with x64.
Try compile it as x86, won't work under Visual Studio Express tho, as the feature is not implemented.
Not from me there's not. Shouldn't be too hard to recompile FASM.OBJ as x64 (try looking up how on fasmassembler.net forums, there's probably a post) and then recompile the entire project as x64 as well. The first step is probably the difficult one.
I've been meaning to sort this out. I'll see if I can convert it to x64 and, with Shynds' permission, I'll post it.
Thanks for all your work shynd, +rep.
... Well, after a few days buggering around trying to get FASM to play nice I found out somthing very important...
FASM.OBJ cannot be recompiled as a x64 program as it is (it would be a massive undertaking to convert the source code to x64), but do you know what else is interesting? It still works on x64 architectures as it is anyway![]()
Days of messing around for nought. My program works just fine as it is on both x86 and x64 machines (vista and xp). All I had to to get get it to work on x64 was to tell my compiler that the 'Platform target' was x86 and (in vista) run it as an administrator. (as was suggested by miceiken)
Probably quite a /facepalm moment but at least I got to learn allot about assembly and fasmdll_managed along the way.
Last edited by FenixTX2; 04-28-2009 at 03:46 PM.
There you go!
AsmJit is full of awesome.