Forums | developer.brewmp.com Forums | developer.brewmp.com

Developer

Forums

Forums:

can anybody guide me on IShell_setpref and getpref.
Any example or any code ,i want to store score of my game . but not in file.

Check the Roadwarrior example.

Check the Roadwarrior example.

Hi,
check this out....
ISHELL_GetPrefs(m_pIShell,AEECLSID_app, 1, & Month, sizeof( Month));
where month is structure.

Hi,
check this out....
ISHELL_GetPrefs(m_pIShell,AEECLSID_app, 1, & Month, sizeof( Month));
where month is structure.