In my project I use follow line of code:
SET CLASSLIB TO mybase IN mylib.app ADDITIVE
where mylib.app is a class library and mybase one of the VCX classes
included into
mylib.app. When I run my project (in development mode) everthing works fine,
but when I try to comple my project I get an error message, saying:
'Unable to find Visual Class Library mybase'. If I click Ignore EXE file
will be built
and will work as excpected. What I need to do in order to supress that
message?
Thanks