Cameyo

Members Login
Username 
 
Password 
    Remember Me  
Post Info TOPIC: Can't open a package using SDK


Newbie

Status: Offline
Posts: 3
Date:
Can't open a package using SDK
Permalink   
 


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

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 



__________________


Newbie

Status: Offline
Posts: 3
Date:
Permalink   
 

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.



__________________


Senior Member

Status: Offline
Posts: 268
Date:
Permalink   
 

Indeed, we did not yet update the SDK for the new 2.7 file format. Now it's up to date.

Thank you.



__________________


Newbie

Status: Offline
Posts: 3
Date:
Permalink   
 

Ok, quick action, thanks



__________________
Page 1 of 1  sorted by
 
Quick Reply

Please log in to post quick replies.



Create your own FREE Forum
Report Abuse
Powered by ActiveBoard