akvirtualcamera icon indicating copy to clipboard operation
akvirtualcamera copied to clipboard

Building the x32 version on Windows, and running akvCamManager

Open SeaSaltRay opened this issue 1 month ago • 1 comments

Choose one of the templates bellow that fit better your issue.

Problem: Building the x32 version on Windows, and running akvCamManager

The wiki states: "Note: For Windows, you must build both 32 and 64 bits versions, and put x86 and x64 folders together in the same folder." However, I honestly don't know how to dictate which version to build.

Current Behavior

I followed the wiki instructions, and that was able to build an x64 version. However, I do not know how to make it build an x32 version. So, I continued on, hoping for some luck, and tried to create a new virtual camera, following the "configuring the cameras" guide.

My command prompt returned the following message. My input: AkVCamManager add-device -i vCam1 "Virtual Camera

Response: 'AkVCamManager' is not recognized as an internal or external command, operable program or batch file.

If I click on the akvCamManager.exe in my folder view, a pop up appears staring this error:

Line: 2017 Expression: string iterators incompatible (e.g. point to different string instances)

Expected Behavior

I would expect to be able to create a virtual camera

Steps to Reproduce

  1. Follow the wiki instructions for build and install, using Windows and Visual Studio
  2. Build an x64 version, but not know how to build an x32 version
  3. attempt to create a new virtual camera like so: AkVCamManager add-device -i vCam1 "Virtual Camera

Suggestions and tips

I am assuming the error is with not having the x32 version, so it would be helpful to have an extra line in the wiki explaining the separate build processes.

Your Environment

akvirtualcamera 9.1.1 (downloaded on 6/4/2024) Working on a windows 10 pc

Attached is a screen shot of the error that appears if I try clicking on "AkVCamManager.exe"

image

SeaSaltRay avatar Jun 05 '24 16:06 SeaSaltRay