forums.silverfrost.com Forum Index forums.silverfrost.com
Welcome to the Silverfrost forums
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

fatal 404 - Cannot find definition for MODULE

 
Post new topic   Reply to topic    forums.silverfrost.com Forum Index -> Support
View previous topic :: View next topic  
Author Message
jjgermis



Joined: 21 Jun 2006
Posts: 404
Location: Nürnberg, Germany

PostPosted: Fri Mar 30, 2007 1:04 pm    Post subject: fatal 404 - Cannot find definition for MODULE Reply with quote

Hi,

I am using a xml parser, xmlparser.mod, which I would like to include rather than using the source in each new program where I use the module. Thus, keeping the parser at only one place and thereby avoiding several copies.

I have tried the following:
1. Project -> Properties -> Source: Spesify MODULE paths
2. set MOD_PTH=<module_path>

Neither of this seems to work. The error message I get is:
fatal 404 - Cannot find definition for MODULE

Is there a way of using a module in a program without having the source available?
Back to top
View user's profile Send private message
PaulLaidler
Site Admin


Joined: 21 Feb 2005
Posts: 7927
Location: Salford, UK

PostPosted: Fri Mar 30, 2007 2:05 pm    Post subject: Reply with quote

You must compile a Fortran module to get a .MOD and a .OBJ file.
The .MOD is required when compiling code that USEs the module.
The .OBJ file is required when linking.
There is an FTN95 command line option /MOD_PATH that allows you
to place MOD files in a non-standard place.
Back to top
View user's profile Send private message AIM Address
Display posts from previous:   
Post new topic   Reply to topic    forums.silverfrost.com Forum Index -> Support All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group