I am currently porting a 16-bit C app to a 32-Bit C app for windows. The only thing I have not gotten to work is the LoadAccelerators function. It works fine in the 16-bit version, but not in the 32-bit. Anyone have any ideas or suggestions?
hAccTable = LoadAccelerators(hInstance, (LPCTSTR)SAINTMENUACC);
Thanks in advance.
John
hAccTable = LoadAccelerators(hInstance, (LPCTSTR)SAINTMENUACC);
Thanks in advance.
John