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 

Search found 20 matches
forums.silverfrost.com Forum Index
Author Message
  Topic: VS2017 Plugin Causes Crash?
j clark

Replies: 9
Views: 7343

PostForum: Support   Posted: Fri Jan 24, 2020 1:14 pm   Subject:
My problem is not with adding a reference to a C# project; it is with adding a reference to a FTN95 Application Extension project. I click on "References" under the project in Solution Expl ...
  Topic: VS2017 Plugin Causes Crash?
j clark

Replies: 9
Views: 7343

PostForum: Support   Posted: Mon Jan 20, 2020 7:48 pm   Subject:
The .dll's and the calling routines are .NET. The .dll's are written in both FTN95 and C#. They are different classes in different folders. They are older, working programs. The routine that tries ...
  Topic: VS2017 Plugin Causes Crash?
j clark

Replies: 9
Views: 7343

PostForum: Support   Posted: Mon Jan 20, 2020 1:42 pm   Subject:
Good afternoon Robert,

I am using VS2017 Version 15.9.19; .NET Version 4.8.03761; FTN95 Version 8.50, of course.
  Topic: VS2017 Plugin Causes Crash?
j clark

Replies: 9
Views: 7343

PostForum: Support   Posted: Sun Jan 19, 2020 8:27 pm   Subject: VS2017 Plugin Causes Crash?
I am using FTN95 with Visual Studio 2017. After a recent update to VS2017, when I try to add a .dll reference to a FTN95 project, VS2017 crashes with a message indicating the FTN95 1.0 plugin is the ...
  Topic: Derived Type Problem
j clark

Replies: 2
Views: 4171

PostForum: Support   Posted: Mon Mar 07, 2016 5:28 pm   Subject:
Thank you. What I don't know about Fortran 95 would fill a book. But, hey, ask me anything about Fortran IV.
  Topic: Derived Type Problem
j clark

Replies: 2
Views: 4171

PostForum: Support   Posted: Fri Feb 26, 2016 3:31 pm   Subject: Derived Type Problem
I have discovered a problem with TYPEs in FTN95 version 7.10. In the following code,

TYPE NOTSOGOOD
CHARACTER*2 CHARS
INTEGER*4 NUMBER
END TYPE NOTSOGOOD
TYPE (NOTSOGOOD) NSG(50)

w ...
  Topic: VS2010 redux
j clark

Replies: 0
Views: 3206

PostForum: Support   Posted: Tue Jun 19, 2012 10:01 pm   Subject: VS2010 redux
First of all, I'm sorry for not updating my previous post. Problem was with the various .NET versions. Bringing everything up to .NET 4.0 solves the problem, at least when everything is in the same ...
  Topic: Visual Studio 2010 Problem
j clark

Replies: 1
Views: 3731

PostForum: Support   Posted: Wed May 23, 2012 5:39 pm   Subject: Visual Studio 2010 Problem
I have converted a running application from vs2008 to vs2010 and cannot get it to build properly. I have an f95 application extension that is called by a c# main program. Everything compiles and lin ...
  Topic: Are Internal Procedures implemented in .NET?
j clark

Replies: 2
Views: 4205

PostForum: Support   Posted: Sat Jul 19, 2008 3:27 pm   Subject: Are Internal Procedures implemented in .NET?
I have 2 questions, related, in my case:

1. Are Internal Procedures implemented in .NET? I get an error "Cannot yet process records..." that seems to imply they are not. Is that true, o ...
  Topic: Passing .NET array from FORTRAN to C#
j clark

Replies: 9
Views: 9554

PostForum: Support   Posted: Sat Jul 19, 2008 3:03 pm   Subject: Arrays 101
It's not all that difficult once you get used to it. To copy an array from c# to a Fortran subroutine and back again, assuming the routine has the array as it's only parameter:

SUBROUTINE MESS ...
  Topic: Callback on Collected Delegate
j clark

Replies: 3
Views: 4991

PostForum: Support   Posted: Thu Jun 19, 2008 6:40 pm   Subject:
Here is the console output when the exception occurs. (The first 4 lines are normal program output):

Waiting for a connection...
Waiting for a connection...
Selected Printer is HPP3005
Request ...
  Topic: Callback on Collected Delegate
j clark

Replies: 3
Views: 4991

PostForum: Support   Posted: Wed Jun 18, 2008 12:18 pm   Subject: More details
Good morning Andrew.

Once again, the immutable laws of the universe, such as quantum entanglement and s*** happens, take hold. I've tried a dozen times and cannot get it to fail. But there are 2 ...
  Topic: Callback on Collected Delegate
j clark

Replies: 3
Views: 4991

PostForum: Support   Posted: Mon Jun 16, 2008 2:17 pm   Subject: Callback on Collected Delegate
Hi. I'm back with another problem.

Starting an F95 dll in Visual Studio 2005, about half the time in debug mode and sometimes not in debug mode, I get a "Callback to Collected Delegate" ...
  Topic: C# and Fortran arrays
j clark

Replies: 5
Views: 7219

PostForum: Support   Posted: Fri May 23, 2008 1:40 pm   Subject: Thank you.
Thank you, Andrew, once again.
Works perfectly, with 16-bit integers, to boot.
I'm guessing the the compiler (correctly) objects to assigning an 8-bit integer to an unsigned byte. (Sbyte[] would pr ...
  Topic: C# and Fortran arrays
j clark

Replies: 5
Views: 7219

PostForum: Support   Posted: Thu May 22, 2008 11:58 pm   Subject:
Actually, Andrew,

.Byte[] is what is essential since I am using .Net.Sockets methods to communicate with the remote systems and .Byte[] is the only overload to those methods.

But thanks,

Jerr ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT + 1 Hour
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group