Page 1 of 1

Re: DBAccess->Changecursor not compliing ?

Posted: Thu 14 Feb 2008 00:22
by nileiqi
Hi,

When i compile following statement in BDS2006 C++ builder,

#pragma link "DBAccess"
....
DBAccess->ChangeCursor = false;

I get response

"Undefined symbol DBAccess", what is wrong ? thanks.

Daniel

Posted: Fri 15 Feb 2008 12:19
by Challenger
Try to use #include instead of #pragma link.

Posted: Fri 15 Feb 2008 13:37
by nileiqi
Thanks, I try

#include "DBAccess.hpp"

but still same problem. is DBAccess a global variable ? thanks

Posted: Fri 15 Feb 2008 14:32
by Challenger
Try to write ChangeCursor = false (without DBAccess->)