Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Can not get function(PBX_GetDescription) entry point

17 views
Skip to first unread message

Devendra Mishra

unread,
Dec 20, 2016, 12:26:10 PM12/20/16
to
hello, all.

I am facing an error while making pbd from a C++ dll, I used gnu gcc compiler for creating the C++ dll. DLL is successfully created. Along with dll there is a .def file also created but it is bit different than the one mentioned in below link

http://groups.google.com/group/sybase.public.powerbuilder.pbni/browse_thread/thread/430fb1d2ab951676/263009104101bd27?lnk=st&q=&rnum=8#263009104101bd27

Also when I ran the dependency walker I got the following error:
"At least one module has an unresolved import due to a missing export function in an implicitly dependent module"

My def file looks like below:
EXPORTS
PBX_CreateNonVisualObject@16 @1
PBX_GetDescription@0 @2
PBX_GetVersion@0 @3

Also, I am not sure where to include .def file.

This is the exact error I am getting when I try to create a pbd.

"Can not get function(PBX_GetDescription) entry point.
Adding file: myfirstpbx.dll into PBD:C:\Users\devendra\Desktop\myfirstpbx\bin\D
ebug\pbniadd.pbd ... Failed!"

can someone please help me out, I am totally new to PBNI.

thanks

Devendra Mishra

unread,
Dec 21, 2016, 12:55:55 PM12/21/16
to
I was able to resolve this issue using Microsoft Visual C++.

Thanks
0 new messages