Hi Frankie,
Thanks for your help. Your zip attachment contains the file api-ms-win-core-path-l1-1-0 but the ToastDemo.exe is asking for api-ms-win-core-winrt-l1-1-0.dll ( later probably the DLL api-ms-win-core-winrt-string-l1-1-0.dll )
Hi Erol,
I made a mistake
Confused names
Anyway seems that there isn't solution for this problem of missing dll under win7.
The functions in the library are in different libraries. The work to do is to remove the library "
runtimeobject.lib", and add to the linker the "
api-ms-win-core-winrt-*.dll" libraries present on the WIN7 system containing the same functions present in "
runtimeobject.lib".
Honestly I'm not intrigued by revitalizing WIN7, Now I'm more attracted with the toast notifications thing.
You can make some trials, and to help on this I attach the definition file of "
runtimeobject.lib", 64 bits version, to identify the required functions.