- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm now working on a project which is writing a DLL with Compaq Visual Fortran 6.6.
This is my subroutine:
subroutine galfit(Temp,freqnom,molmass,m,nl,n,delnuD,parm,z0,base_offset,base_slope,dxx,gexp,xx,rn,parm1,ldfjac,lwa,info)
When I write this one into the program:
common xx(npts),gexp(npts),numfft,xmax,z,t,nl
The compile will reminder me that there is a error:
Error: A dummy argument name is invalid in this context. [XX]
Error: A dummy argument name is invalid in this context. [GEXP]
Error: A dummy argument name is invalid in this context. [NL]
I have no idea on the solution of this problem, please give me some help. Thanks a lot!
Link Copied
0 Replies

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