Skip to content

Thousands of C2059 Visual Studio C++ #4

@jredfox

Description

@jredfox

I added the includes and references of NVMAPI-Main folder and I added the reference folder of amd64 for my 64 bit machine. it displays thousands of compile errors C2059 on NVAPI_INTERFACE . There are 0 instructions on how to setup NVAPI for my IDE

#include "nvapi.h"
#include "NvApiDriverSettings.h"
#include <stdlib.h>
#include <stdio.h>
#include <iostream> 

#pragma comment(lib, "nvapi64.lib")

int main()
{
    std::cout << "Hello World!\n";
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions