06-04-2007, 13:59
|
wipline
Joined on 12-13-2006
Posts 2
|
-789 Error for L_EpnGetDefaultNamingOptions
|
 
 
|
|
|
I am using the latest download for ePrint v5. In fact I reloaded everything when I kept getting a -789 Error when calling
nRet = L_EpnGetDefaultNamingOptions ( &NamingOptions, sizeof ( EPNNAMINGOPTIONS ) );
-789 is a "wrong size of structure" error. It turns out after a lot of trial and error that 'sizeof ( EPNNAMINGOPTIONS )' returns 1143, but L_EpnGetDefaultNamingOptions is expecting a size of 1152. I changed all the standard ePrint header files, the ePrint LPKrn_n.lib, etc. Where should I be looking to fix either 'sizeof ( EPNNAMINGOPTIONS )' or L_EpnGetDefaultNamingOptions?
|
|
|
|
|
Report
|
|
|
|