E. Crane Computing Support Forum

Providing support for all E. Crane Computing products, including POWERGEN, PBSERVICE, HARPB, VERSIONEDIT, PBLRESCUE, and PBLEXPLORER.

You are not logged in.

#1 2007-07-23 08:43:27

nklenke
Guest

Re: What PB DLLs does PowerGen use to build applications?

I need to find out what version of PowerBuilder DLLs, such as libjcc.dll, pbdwe90.dll, pbodb90.dll, pbrtc90.dll, pbvm90.dll, PowerGen uses to build applications.  We are getting reports of a Sybase error which may be caused by a mismatch between the DLLs that are used to build the application and the DLLs that are loaded at runtime.  Does PowerGen use DLLs stored in the C:\Program Files\sybase\shared directory on the build machine or does it use them from some other source?

#2 2007-07-26 11:47:36

Phil
Guest

Re: What PB DLLs does PowerGen use to build applications?

PowerGen looks for DLLs in the standard Windows sequence  of places:

The EXE launch directory.
Windows directory.
Windows/System directory.
Path.

So if the .../shared directory is the first place these DLLs are found, PowerGen will load them from there.

Regards,

Phil

#3 2007-08-02 12:56:18

chrpai
Guest

Re: What PB DLLs does PowerGen use to build applications?

FileMon ( MSFT / SysInternals ) is a very useful tool for profiling this type of behavior.   

#4 2007-08-17 09:41:46

Phil
Guest

Re: What PB DLLs does PowerGen use to build applications?

We're also delivering a tool with PowerGEn V7.0 that will let you profile apps. this way.

Regards,

Phil

Board footer