Quantcast
Channel: CodeGuru Forums - Visual C++ Programming
Viewing all articles
Browse latest Browse all 3046

Application.ontime not working, compiler does not recognize application

$
0
0
Hi,

I'm going to use Application.ontime, but the compiler does not recognize it and gives errors. What header do I need to include for this to run? Here are the current headers I have listed in the DLL.

Code:

#include "pch.h" // use stdafx.h in Visual Studio 2017 and earlier
#include <utility>
#include <Windows.h>
#include <synchapi.h>
#include "EPIQUtil.h"

What is the issue?

Viewing all articles
Browse latest Browse all 3046

Trending Articles