|
Aaron:
The
problem you are having is due to a series of bugs in the db.gxh header file. The
following four functions should return type "int" but are currently returning
type "void".
Try fixing the problem by editing your copy of db.gxh and
subitituting in the correct types: e.g.:
//-------------------------------------------------------------------------
// iBlobsMax_DB Gets Maximum Number of Blobs in the Database // // Returns Maximum Number of Blobs in the Database // [geogx] int
iBlobsMax_DB( DB ); // Database Object //-------------------------------------------------------------------------
// iLinesMax_DB Gets Maximum number of lines in the database // // Returns Maximum number of lines in the database // [geogx] int
iLinesMax_DB( DB ); // Database Object //-------------------------------------------------------------------------
// iChansMax_DB Gets Maximum Number of Channels in the Database // // Returns Maximum Number of Channels in the Database // [geogx] int
iChansMax_DB( DB ); // Database Object //-------------------------------------------------------------------------
// iUsersMax_DB Gets Maximum number of Users // // Returns Maximum number of Users // [geogx] int
iUsersMax_DB( DB ); // Database Object Hope
this helps...
Stephen Cheesman
_______________
|
Title: Message
- [gxnet]: iChansMax_DB() skyhunter
- Re: [gxnet]: iChansMax_DB() Stephen Cheesman
- Re: [gxnet]: iChansMax_DB() skyhunter
- RE: [gxnet]: iChansMax_DB() Stephen Cheesman
