1. Moshe Tangi
  2. PowerBuilder
  3. Sunday, 27 August 2017 12:17 PM UTC

Hi all

 

I did migrated a 12.5 app to 2017 .

with 12.5 i put all needed DLL's files in the EXE directory for not to run msi file or point the directory from the AUTOEXEC,BATCH system  file and it worked fine.

 

I wanted to do the same with 2017 and i did put all DLL's for 2017 from the msi file created by the packager  , but running the app from desktop i get the funny  message :

pbvm125.dll is missing  , Why

its a 2017 app now

so  i did put the pbvm125.dll in the directory and some other files the icon runs but nothing is shown , no window opened

 

Any ideas whats is going on here

 

Thanks

 

Roland Smith Accepted Answer Pending Moderation
  1. Sunday, 27 August 2017 17:54 PM UTC
  2. PowerBuilder
  3. # 1

I scanned all the files in the 2017 runtime and there are no references to pbvm125.dll.

Do you have an external function declaration that calls a function within pbvm125.dll? Search your code for pbvm125.dll.

Are you using any PBNI based extensions? Usually they are version independent but it is possible that it was coded incorrectly and requires pbvm125.dll.

Comment
There are no comments made yet.
  • Page :
  • 1


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