I've ensured the "C:\Program Files\Sybase\PowerBuilder\SDK\PBNI\Include"
folder is in the include path (and normal path for good measure). I've also
added it into the "header files" folder on the solution. In addition I've
tried copying the pbext.h file to the local folder, both without and with
adding it to the Header Files folder on the solution. It's clearly there,
why would I be seeing an error saying it is not?!? It's rather frustrating
and there's nothing about it on the web (other than the things I had already
tried). I've compiled plenty of PBNI stuff before, and don't recall such a
problem. I've tried this in both Visual Studio 2005 & 2008.
Windows XP SP3
PowerBuilder 11.5.1 (Build 4566)
Wisual Studio 2005 & Visual Studio 2008
This forum does not appear to be visited often, but if someone happens by,
please let me know if you have any thoughts (or more hopefully experience
with this and a fix). Thanks!!!
--
Dave Hauze
Hi,
> This forum does not appear to be visited often, but if someone happens
> by, please let me know if you have any thoughts (or more hopefully
> experience with this and a fix). Thanks!!!
I have no such problem with my pbni projects that involve PB10.5 or
PB11.5 and VS2005.
Check in the c/c++ / additional include directories parameter of your
project that the path to the pbni sdk is enclosed into double quotes
(because of the f*cking "Program Files" path name).
If you want to compare your setting with projects that are known to
work, you can look at my regexp and hash table extensions :
http://sebastien.kirche.free.fr/powerbuilder/en
HTH
--
S�bastien Kirche