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 

Missing error message

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



Joined: 21 Oct 2009
Posts: 77
Location: Bologna (Italy)

PostPosted: Wed Sep 28, 2011 12:00 pm    Post subject: Missing error message Reply with quote

I am using FTN95 6.00 in VS2008. Please, consider the following code:
Code:

Program hello

write(*,*) 'hello!'

end

subroutine pippo(a)
integer:: a
a=1
write(*,*)a
return
end

subroutine pippo(b)
integer:: b
b=1
write(*,*)b
return
end


If I try compiling for .NET platform in DEBUG configuration, I properly get the following error message: "Function PIPPO has been loaded more than once". Instead, if I try compiling the same code for WIN32 platform, the linking of course fails, but no error message is printed.

It seems a very time-wasting bug, for very slow programmers!
Back to top
View user's profile Send private message
PaulLaidler
Site Admin


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

PostPosted: Wed Sep 28, 2011 6:12 pm    Post subject: Reply with quote

You get an error report when using Plato and when working from a command line in a DOS box.

If there is a fault then it will be with the Visual Studio plugin for FTN95.
Back to top
View user's profile Send private message AIM Address
Emanuele



Joined: 21 Oct 2009
Posts: 77
Location: Bologna (Italy)

PostPosted: Wed Sep 28, 2011 10:41 pm    Post subject: Reply with quote

Thanks Paul. I can confirm the problem exists only in Visual Studio.
Back to top
View user's profile Send private message
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