- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am trying to add a file that defines all the common blocks and parameters into my DLL workspace. This file is working fine with normal application workspace, but when I add it into my DLL workspace, and try to link it, it keeps giving me the following error message:
Error: Syntax error, found END-OF-FILE when expecting one of:
I am trying to add a file that defines all the common blocks and parameters into my DLL workspace. This file is working fine with normal application workspace, but when I add it into my DLL workspace, and try to link it, it keeps giving me the following error message:
Error: Syntax error, found END-OF-FILE when expecting one of:
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I take it that this is an INCLUDE file. Don't add INCLUDE files under "Source Files" - let the dependency analyzer find them and they'll show up under External Dependencies. If you have a .f90 or .f or .for file under Source Files, it tries to compile it directly, which is why you're getting the errors.
Just click on the file name under Source Files and press Delete. The file itself won't go away. Then do a Build..Update Dependencies and you'll see it under External Dependencies.
Steve
Just click on the file name under Source Files and press Delete. The file itself won't go away. Then do a Build..Update Dependencies and you'll see it under External Dependencies.
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear Steve,
You solved my problem!!! Thank you so much! I love this forum!
Jinny
You solved my problem!!! Thank you so much! I love this forum!
Jinny

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page