beginner questions (updating the list of functions, adding a file)

Harald Fernengel harry at kdevelop.org
Fri Jan 31 12:10:47 GMT 2003


Hi,

On Thursday 30 January 2003 22:08, you wrote:
> 1) Add a function to my code, and see its name appear in the list of
> function. Currently this happens only when I close the project and reopen
> it.

CTRL-S (save) should update the class-view. No need to reopen the project.

> 2) Add a source file to my project, and have it compiled and linked with
> the rest of the code. Currently the functions in the added file do not get
> recognized in the main() routine.

of course not, you have to create a header file with the prototypes of your 
functions and include that in your main app.

Best regards,
Harry

-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list