RB_LoadProfile
Posted: Mon Aug 18, 2008 8:05 am
Hi,
I don't know if I am using the RB_LoadProfile function properly.
When going through the NPRESULT parameters, (in C++) I get an error at every paramater saying:
error C2065: 'InvalidFile' : undeclared identifier
error C2065: 'InvalidLicense' : undeclared identifier
error C2065: 'InvalidProfileCameraCount' : undeclared identifier
(etc..)
In void main, I call LoadProfile(filename)
In Void LoadProfile, I call RB_LoadProfile and check every parameter.
Thanks in advance
I just realized that there is no error for NPRESULT_SUCCESS
So, are the other parameters actually not defined, or how can I access them to gain more information on the why the call did not succeed?
Thanks
I don't know if I am using the RB_LoadProfile function properly.
When going through the NPRESULT parameters, (in C++) I get an error at every paramater saying:
error C2065: 'InvalidFile' : undeclared identifier
error C2065: 'InvalidLicense' : undeclared identifier
error C2065: 'InvalidProfileCameraCount' : undeclared identifier
(etc..)
In void main, I call LoadProfile(filename)
In Void LoadProfile, I call RB_LoadProfile and check every parameter.
Thanks in advance
I just realized that there is no error for NPRESULT_SUCCESS
So, are the other parameters actually not defined, or how can I access them to gain more information on the why the call did not succeed?
Thanks