Re: [RESOLVED] Same Code Compiled on windows 11 will not run on Windows 7
Hi Everyone, i have the same problem with my project :(... When compiled in win10 run in win11, when compiled in 11 not workin in 10 or earlier....
could be help me to the solve the problem? What could i'd try for the fix the problem.... Sorry for my bad inglish...
Re: [RESOLVED] Same Code Compiled on windows 11 will not run on Windows 7
This can happen if you declare some API functions by ordinal instead of by name. Ordinal numbers can change from one version of Windows to another.