1. Stan Busk
  2. Valentina Database ADK
  3. 火, 10月 23 2018, 03:52 AM
  4.  メールで購読
My customers get a 'Failed to load plugin v4rb_x64.dll' error when trying to open my app.

I build that app with Xojo 2018r2.0, V4RB_8.2.0 and the error is (right now) on Windows 10.

My Innosetup script use this command to install V4RB:

Source: C:\Program Files\Paradigma Software\vcomponents_win_vc\*; DestDir: {app}\{#kAppNameNS} Libs\; Flags: ignoreversion recursesubdirs createallsubdirs

My customer says the plugin is copied properly into the app Libs folder. He tried to place v4rb_x64.dll along with the built app but it doesn't work either.

Any idea? Thanks, Stan
コメント
There are no comments made yet.
Sergey Pashkov 承諾済みの回答
Hello Stan,

Please try to copy vcomponents to the application top folder, not Libs sub folder.
参照
  1. http://valentina-db.com/docs/dokuwiki/v8/doku.php?id=valentina:products:adk:v4rb:manual:deployment:win#standalone_application_package
コメント
There are no comments made yet.
Stan Busk 承諾済みの回答
Yes indeed, I changed this:

Source: C:\Program Files\Paradigma Software\vcomponents_win_vc\*; DestDir: {app}\{#kAppNameNS} Libs\; Flags: ignoreversion recursesubdirs createallsubdirs

with this

Source: C:\Program Files\Paradigma Software\vcomponents_win_vc\*; DestDir: {app}; Flags: ignoreversion recursesubdirs createallsubdirs

And now the installation works as expected.

Thanks.
コメント
There are no comments made yet.
Bobby Kurell 承諾済みの回答
Hi there,
I develop the App on Mac and distribute on both Mac and Windows, so I do not have the /Program Files/Paradigma Software/vcomponents_win_vc - where can I locate this, for the Windows installer (Inno)
コメント
There are no comments made yet.
Ruslan Zasukhin 承諾済みの回答
Hi Bobby,

in wiki you can find deployment steps for each OS
参照
  1. http://valentina-db.com/dokuwiki/doku.php?id=valentina:products:adk:v4rb:manual:deployment:deployment
コメント
There are no comments made yet.
Sergey Pashkov 承諾済みの回答
Hi Bobby,

Currently it is necessary to use Windows system to get the vcomponents libraries.
We’ll add it as separate archive in the closest releases. We already do it for Linux and macOS, Windows is planned.
コメント
There are no comments made yet.
  • ページ :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.