I've spent all day looking for answers. I haven't found one that works, so im posting a question and asking the great stackoverflow.
I have an allegro 5 application that needs to run on a windows xp 32bit machine.
Ive made this application in VS C++ 2012. Ive tried to buld the project with the platform toolset vs 2012 windows xp (v110_xp), this didn't work.
the problem is that when I try to run the .exe in XP i get a:
"the procedure entry point GetTickCount64 could not be located in the dynamic link library KERNEL32.dll"
Im pretty positve that this is because of the allegro 5 library.
I can't seem to figure out to work around this.
Im thinking I have to rebuild allegro 5 for use with windows xp?
What do you all think it is? Any help is much appreciated.
Thanks, Sonny.