main logo
Subject: Re: Codebook Errors with 6.1
Author: James Sayer
Posted: 2001/02/21 13:47:47
 
View Entire Thread
New Search


<i><font color="#663300">Compiling e:vfpcodebookcommonprogssetup.prg
lcPath = [PROGS, FORMS, LIBS, MENUS, DATA, OTHER, REPORTS, INCLUDE, ] + [HELP, GRAPHICS, ] + VFPCODEBOOKCOMMON + [UTILS, ] + VFPCODEBOOKCOMMON + [INCLUDE, ] + VFPCODEBOOKCOMMON + [UTILSMSGSVC]
Error in line 604: Missing operand.

********************************************************
Any help would be great.
andyba (at) asapscreening DOT com
</font></i>

Greetings Andy,

Pamela has it right. If you look at AppIncl.h you'll see the first line is a define statemnt for CommonPath. Remove the quotes around the path statement. Then use the word COMMONPATH to point to your location of the common directory where ever it lives.

One thing that cannot be overstated in using code book is the message that you saw when creating a new app:

1) close data files.
2) DO startcb WITH .T.

STARTCB will set your path and pause any active programs, but using the .T. parm will force a recompile of all the libraries, programs, etc.

If you see errors that come from the DBC, compile and verify the DBC. For example, if the procedure for CBNewPK() is not defined...

James Sayer
 
©2001 James Sayer
<-- Prior Message New Search Next Message -->