Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

VB6 Format function "Cant Find Library"

0 views
Skip to first unread message

Art Leganchuk

unread,
Oct 21, 1998, 3:00:00 AM10/21/98
to
I have been piecing together a project with several user-written
classes,
a user-written activeX control, and a couple of code modules and all
has been working okay until I introduced a call to the VB "Format"
function.

The call is in one of the "modules" (which has several several
functions, all worked okay before the "Format" introduction).

Although Object browser shows "Format" to be member of globals,
the project will not compile due to "Cant compile. Can't find Project or
Library" with
the highlight stuck on the call to "Format"

Any ideas?


Richard Sloggett

unread,
Oct 24, 1998, 3:00:00 AM10/24/98
to
If you have a missing reference, VB will stop the compile at the first
external call in the app - this is often a vb library function, such as
format. Check the references in the project for a MISSING: entry, and
remove it, the try again.

If this does not work, create a new project file, add all your forms and
modules, classes etc. to it. Add all the references and then try again.

Hope this helps

Richard Sloggett

0 new messages