I use TCWIN45 for coding and i have made a small program on my pc windows7 32 bit, but its exe file that generated is not running on windows 8.1 64 bit. What should i do to run it on windows 8.1 64 bit. Its working fine on my windows7 PC.
Printable View
I use TCWIN45 for coding and i have made a small program on my pc windows7 32 bit, but its exe file that generated is not running on windows 8.1 64 bit. What should i do to run it on windows 8.1 64 bit. Its working fine on my windows7 PC.
Define "is not running". :cool:
What type of program is it? Does it use any 3rd party libraries? Have you tried running it on 8.1 in compatibility mode? Have you installed the correct CRT on the Windows 8.1 computer?
If your exe and all dependent dll are built in 32 bit then it will work fine on 32 bit as well.As other mentioned this is a dependency issue .Did you tried checking dependency of your program and check for redistributed etc as well.
A quick search indicates that tcwin45 creates 16 bit applications and those will not run in a 64 bit Windows.
Download a more up to date compiler instead. Visual Studio for instance https://www.visualstudio.com/en-us/p...munity-vs.aspx