GithubHelp home page GithubHelp logo

Comments (2)

mklefrancois avatar mklefrancois commented on July 28, 2024

Hi, there is something unusual in your log, the nvml.lib shouldn't show up in the build directory.
Maybe you could try re-running CMake.

  • Clear the out\build directory
  • cd to the vk_raytrace
  • mkdir build
  • cd build
  • cmake ..

Open the solution and try compiling again.

Note: The nvml DLL is part of the driver and will be store in a path similar to this:

C:\Windows\System32\DriverStore\FileRepository\nv_dispig.inf_amd64_46b941c49f6a5e3e\nvml.dll

from vk_raytrace.

pcarret avatar pcarret commented on July 28, 2024

Hi @mklefrancois ,

Thanks for your message and your help proposal
I tried to clean buil, rebuild etc.. but nothing worked

I find out that delayimp.lib hold the missing __delayLoadHelper2 symbol
So I tried to add these two lines but without any success

  target_link_libraries(${PROJNAME} debug  "C:/Program Files (x86)/Microsoft Visual Studio/2017/Professional/VC/Tools/MSVC/14.16.27023/lib/x64/delayimp.lib")
  target_link_libraries(${PROJNAME} optimized "C:/Program Files (x86)/Microsoft Visual Studio/2017/Professional/VC/Tools/MSVC/14.16.27023/lib/x64/delayimp.lib")

Is there any way to get the vk_raytrace exe directly and use it from command line ?

from vk_raytrace.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.