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 

v 5.0 bug?

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



Joined: 23 Aug 2006
Posts: 23

PostPosted: Wed Dec 20, 2006 4:48 pm    Post subject: v 5.0 bug? Reply with quote

When I try to add a new FTN project file to any FTN project in VS2005 I don't have a choice of any FTN project files. Is this a bug anyone else has run into? I've reinstalled twice now, rolling back to v 4.91, 4.90, completely uninstalling, etc. Any other suggestions?
Back to top
View user's profile Send private message
silverfrost
Site Admin


Joined: 29 Nov 2006
Posts: 191
Location: Manchester

PostPosted: Thu Dec 21, 2006 12:16 am    Post subject: Reply with quote

It is a registry issue with the installer

http://forums.silverfrost.com/viewtopic.php?t=677
Back to top
View user's profile Send private message Visit poster's website
jetcheve



Joined: 23 Aug 2006
Posts: 23

PostPosted: Thu Dec 21, 2006 4:16 pm    Post subject: Reply with quote

Ok so I just didn't see that one, sorry... But now that I've got that part fixed how about this one... Has anyone heard of this problem. I try saving an FTN95 source file and VS2005 just crashes completely. This is really the only information oon the error I could get out because the other was uncopy-able (not a word I know) and too long to type out.

AppName: devenv.exe AppVer: 8.0.50727.42 ModName: msvcr80.dll
ModVer: 8.0.50727.42 Offset: 00008890

It seems to have issues with if statements and do statements if there's any blank lines between them. Example:
This will save,
Code:
   DO 10260 J=1,NRT
      DO 10270 I=NRT,2,-1
      IF(TL(I-1).LT.TL(I)) THEN
      TN=TL(I)
      TL(I)=TL(I-1)
      TL(I-1)=TN
      TM=RT(I)
      RT(I)=RT(I-1)
      RT(I-1)=TM
END DO

This will not,

     DO 10270 I=NRT,2,-1
      IF(TL(I-1).LT.TL(I)) THEN
      TN=TL(I)
      TL(I)=TL(I-1)

      TL(I-1)=TN
      TM=RT(I)
      RT(I)=RT(I-1)
      RT(I-1)=TM
END DO

Same with an if... then... end.


Yet put a bunch of code together and it still crashes!

Any thoughts?
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