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