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.
What is the issue?
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"