Cant find a DLL entry point for the OKPanel function error

After successuly loading the okFrontPanel.dll I encounter a “Cant Find DLLEntry point for okFrontPanel_Construct in okFrontPanel”

The okFrontPanel.h and okFrontPanelDLL.h are in the \API\include folder as expected

Below is that portion of the code:
lOK = LoadLibrary(“C:\Program Files\Opal Kelly\FrontPanelUSB\API\lib\Win32\okFrontPanel.dll”)

If lOK <> 0 Then
    LogMsg "okFrontPanel.dll Loaded..."

    okHandle = okFrontPanel_Construct()     ' Construct a FrontPanel Object...