Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error 45:Invalid Filename

Status
Not open for further replies.

Lara9

Programmer
Jan 2, 2004
2
GR
Hi everybody,
I am a new Clarion Programmer and my company wants me to update an existing system written with Clarion 5.5
The system consists of a large number of DLLs which need to be linked to the main application for it to work. I want to run the whole thing to see how it works and how any changes can affect its functionality and although I've imported all the necessary dlls I keep getting Error 45:Invalid Filename when running the application. I would be grateful if anybody could give me any ideas as to what the problem could be or any information on the procedure I have to follow to put together large dll projects.
Thank you very much
 
It seems that the NAME() attribute of the files is set to a variable to supply the location of the file and there might me a mistake in the file name being set. A common mistake
would be the drive character used in the filename in case the app is being used in a network.

Why don't you set the project to debug mode and debug the application to find out where the error occurs and what are the values of variables at that point.

To debug, you set the debug option to FULL in the Project setting and choose Debug instead of Run after a compile.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top