cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
windows.h
windows.h
Jul 5, 2018 at 10:16pm UTC
Hamidpooran
(2)
when i was trying to run this program from microsoft
https://docs.microsoft.com/en-us/windows/desktop/TaskSchd/time-trigger-example--c---
my compiler says:
...\dgeg.cpp `ITaskService' undeclared (first use this function)
does it about windows.h?
if it is the case how can I solve it?
thanks
Jul 6, 2018 at 2:01pm UTC
Jaybob66
(534)
on the page you've linked...
look at step 2. Create the ITaskService object. Follow the link to see the ITaskService page
in the requirements it tells you to include "taskschd.h"
Topic archived. No new replies allowed.