VMware {code} Community
mordechai
Contributor
Contributor

VDDK and Visual Studio

Hello

I'm using Visual Studio. My project is MFC based.

I've added the VixDiskLib.lib to dependency

However when i'm trying to run the program, i receives a error message about missing VixDiskLib.dll file.

Is there any solution.

P.S is it possible to use the VDDK in visual c++ at all?

Thank you

0 Kudos
1 Reply
admin
Immortal
Immortal

vixDiskLib.lib is just to satisfy the link time dependencies.

Try executing the app from the directory that has the vixDiskLib.dll or adding the path to the VDDK bin folder (C:\Program Files\VMware\VMware Virtual Disk Development Kit\bin) to your environment PATH variable.

Hope this helps

Regards

Swapnil D.

0 Kudos