convert a 32bit to a 64bit dll

Soldato
Joined
29 Oct 2005
Posts
3,298
hi guys is this possible as i am trying to install a custom keyboard layout on windows 64bit but the microsoft program makes 32 bit dlls.

thanks

daven
 
Soldato
OP
Joined
29 Oct 2005
Posts
3,298
source code eh, how would i go about getting that. basically i have a program that given a keyboard layout builds the dll. is there anyway to decompile a dll?

thanks

daven
 
Soldato
Joined
12 Apr 2004
Posts
11,788
Location
Somewhere
daven1986 said:
source code eh, how would i go about getting that. basically i have a program that given a keyboard layout builds the dll. is there anyway to decompile a dll?

thanks

daven
Well, it's conceivable, but could get messy. I'm afraid I can't tell you how either :o

Your safest option is just to recompile the source code, although this will obviously only be possible with open source DLLs, which, coming from MS, they probably won't be :p
 
Back
Top Bottom