Hello,
I've downloaded the Cameyo SDK and written some code in C++/CLR and plain C++:
C++/CLR
VirtPackageAPI::VirtPackage Pack;
VirtPackageAPI::VirtPackage::APIRET ret;
System::String ^s = gcnew System::String(L"C:\\Temp\\VirtualBox\\7-zip.cameyo.exe")
Pack.Open(s, ret);
C++
PACKAGE_HANDLE phPkg;
PackageOpen(L"C:\\Temp\\VirtualBox\\7-zip.cameyo.exe"), 0, &phPkg);
The code is ok, but the Package won't open, it does not matter what package I try (even the cameyo-package itself).
The message following:
Virt info incorrect (is VirtApp.ini in Unicode format 0xbc): xxx (no guid shown)
Something wrong in the SDK? I'm out of ideas.
Someone can help?
Thanks in advance
Found the problem. The PackageDll.dll included in het Cameyo SDK does not match the newest packages and the wrappers included.
After extracting a newer PackageDll.dll from ..\VOS\cameyo it did work ok.
Opening a package, delete and add files succeeded.
Action needed by Cameyo, I'll contact them, issue closed.
Indeed, we did not yet update the SDK for the new 2.7 file format. Now it's up to date.
Thank you.
Ok, quick action, thanks