![]() |
|
#1
|
|||
|
|||
|
question about 64bit
does any program to convert 32bit to 64bit ?
because I've got some applications doesn't work with 64bit but work fine with 32bit |
|
#2
|
|||
|
|||
|
No. Unless you recompile.
|
|
#3
|
|||
|
|||
|
Are they your applications, or somebody else made them?
Normally, 32bit programs should work on 64bit OS without any problems - unless you do something really nasty in the code. |
|
#4
|
|||
|
|||
|
and what is the issue, some errors, crashes, strange flow?
|
|
#5
|
||||
|
||||
|
Can you provide more details about the application ? Hard to attempt assist with lack of details
__________________
Pax in vultu, bellum in corde. -- https://github.com/Fyyre |
|
#6
|
|||
|
|||
|
Are you talking about native or .net? If its .net you could use coreflags like CorFlags NetAssembly.exe /32BIT+ Sometimes third party dlls (32bit) are causing issues with x64 OS.
|
|
#7
|
||||
|
||||
|
maybe this can help
Code:
http://celframe.com/supportsuite/index.php?/Knowledgebase/Article/View/367/0/how-to-run-32-bit-application-in-64-bit-windows-operating-system |
|
#8
|
|||
|
|||
|
may be topic starter ask about device driver?!
|
![]() |
|
|