hello,

I'm new to Palm/CW/Ultralite development and got an error when trying to
compile my 1st Ultralite app.

I designed a database and generate a c++ API using ULGEN, then included the
result source files in my projects.
I've now got a compile error on ulapi.h (line 306, "identifier expected",
that's on the enum declaration of the ulcursor class).
and many link errors when I try to declare a resultset object :

Link Error   : The virtual function table 'ULCursor::__vt' is undefined,
make sure that all static members and virtual member functions are defined.
Link Error   : The virtual function table 'ULResultSet::__vt' is undefined,
make sure that all static members and virtual member functions are defined.
Link Error   : ulBaseApi.cpp: 'ULResultSet::BeforeFirst()' referenced from
'ClientTableCount::__vt' is undefined.
Link Error   : ulBaseApi.cpp: 'ULResultSet::First()' referenced from
'ClientTableCount::__vt' is undefined.
Link Error   : ulBaseApi.cpp: 'ULResultSet::Last()' referenced from
'ClientTableCount::__vt' is undefined.
Link Error   : ulBaseApi.cpp: 'ULResultSet::AfterLast()' referenced from
'ClientTableCount::__vt' is undefined.
Link Error   : ulBaseApi.cpp: 'ULResultSet::Relative(long)' referenced from
'ClientTableCount::__vt' is undefined.
Link Error   : ulBaseApi.cpp: 'ULCursor::Insert()' referenced from
'ClientTableCount::__vt' is undefined.
Link Error   : ulBaseApi.cpp: 'ULCursor::Update()' referenced from
'ClientTableCount::__vt' is undefined.
Link Error   : ulBaseApi.cpp: 'ULCursor::Delete()' referenced from
'ClientTableCount::__vt' is undefined.



Any ideas ?
help needed, i'm stuck with it...

Mathias.


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to