|
The PBNI.lib file has been removed from the SDK\PBNI\lib directory. Because the library was compiled with a specific version of a specific compiler, it cannot be linked into projects that use a different compiler or version. If you want to use PBNI helper classes, you must add the source files that contain the classes to your C++ project. The files are available in the src directory. The following table shows the helper classes provided in each file.
|
File
|
Classes
|
|
pbfuninv.cpp
|
PBGlobalFunctionInvoker PBObjectFunctionInvoker PBEventTrigger
|
|
pbobject.cpp
|
PBObjectCreator
|
|
pbarray.cpp
|
PBUnboundedArrayCreator PBUnboundedObjectArrayCreator PBBoundedArrayCreator PBBoundedObjectArrayCreator PBArrayAccessor PBObjectArrayAccessor
|
|
|