Tim
"Dennis Stucke" <dst...@jascorp.com> wrote in message
news:uHkqvC6SDHA.342@forums-2-dub...
> I created a very simple COM server (in PowerBuilder 8.0.3 Build 9704) that
> has an add function which takes two numbers, adds them, and returns the
> results. After generating the COM object, I sent to the machine with
Visual
> Basic the DLL along with the necessary PB files (pbvm80.dll, etc.) that
the
> PowerBuilder online help stated to use for executing the COM in a non-PB
> environment. The DLL registers successfully on that machine. However,
when
> the VB developer tries to call the add function on my COM object. it
crashes
> VB. He can't seem to get it working.
>
> I've read in other newsgroup postings that people have getten this to
work.
> What am I doing wrong? Do I need to copy something else to the VB machine
> to get it to work there? I used the default settings when generating the
> COM object...and I did not generate it for MTS. Is there something else I
> need to do? Doe the VB developer need to do something special to
> communicate with the PB COM object? Please help.
>
>
PBVM80.DLL
LIBJCC.DLL
PBDWE80.DLL
PBRTC80.DLL
PBODB80.DLL
PB)DB80.INI
"Paul Horan[TeamSybase]" <paulhATvcisolutionsDOTcom> wrote in message
news:eSAIHX6SDHA.346@forums-2-dub...
> Have you deployed the PBVM DLLs as well? The VB app will need to have
these DLLs added to its PATH, either through the
> system PATH variable, or with the \AppPaths registry setting.
>
> --
> Paul Horan[TeamSybase]
> VCI Springfield, MA
> www.vcisolutions.com
>
> Techwave2003 is coming!
> http://www.sybase.com/techwave2003
> PWB515 - Introduction to Source Code Control with PB9
"Tim Wallace" <reply@this_group.com> wrote in message
news:OfsWOC7SDHA.261@forums-2-dub...