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 23 matches
forums.silverfrost.com Forum Index
Author Message
  Topic: Calling .NET dll from FTN95
Clay

Replies: 1
Views: 2261

PostForum: Support   Posted: Mon May 17, 2021 10:48 pm   Subject: Calling .NET dll from FTN95
I am trying to call a 3rd party .NET dll from fortran program and can't seem to get it working. Following along with the Help documentation, I am trying to use ASSEMBLY_EXTERNAL() and OBJECT(), but k ...
  Topic: Spurious Error 15 in debugger
Clay

Replies: 10
Views: 5147

PostForum: Support   Posted: Wed Oct 28, 2020 4:33 pm   Subject:
Thank you for the feedback, and as a developer myself I understand your point.

Nonetheless, as a paying customer it seems to me that the burden of effort belongs to the party who broke the debugg ...
  Topic: Spurious Error 15 in debugger
Clay

Replies: 10
Views: 5147

PostForum: Support   Posted: Wed Oct 28, 2020 3:40 pm   Subject: Code is there
My post "Ex Code 00" has everything I intended to post. Can you discern anything from that?

It will be very labor intensive to build an executable program that exhibits the problem - I'm ...
  Topic: Spurious Error 15 in debugger
Clay

Replies: 10
Views: 5147

PostForum: Support   Posted: Wed Oct 28, 2020 3:32 pm   Subject: Ex Code 00
module MyModule

use OtherModule ! <-- defines MyTYPE

type MyOtherTYPE
integer :: ThereAreManyVars
end type MyOtherTYPE

type(MyOtherTYPE), dimension(:), pointer :: compdat => null() ...
  Topic: Spurious Error 15 in debugger
Clay

Replies: 10
Views: 5147

PostForum: Support   Posted: Wed Oct 28, 2020 3:25 pm   Subject: More info
Thank you for the response. Downloading the latest compiler and debugger does not change the behavior.

I need to emphasize: There's nothing wrong with the code as it has been running for a long ti ...
  Topic: Spurious Error 15 in debugger
Clay

Replies: 10
Views: 5147

PostForum: Support   Posted: Tue Oct 27, 2020 9:55 pm   Subject: Spurious Error 15 in debugger
I have a problem that has started happening in the new v8.61 which did not happen in v8.50. In fact, this problem only happens in v8.61 DEBUG compiles (FTN95/windows/FULL_DEBUG/UNDEF/BINARY). The be ...
  Topic: Module dependencies
Clay

Replies: 5
Views: 5192

PostForum: Support   Posted: Tue Mar 03, 2020 3:17 pm   Subject:
Thank you for the feedback! Let me further clarify my question:

When a module is compiled, two files are created:
*.MOD stays in the source folder and *.OBJ goes into the build folder created by ...
  Topic: Module dependencies
Clay

Replies: 5
Views: 5192

PostForum: Support   Posted: Mon Mar 02, 2020 11:07 pm   Subject: Module dependencies
I'm trying to use Plato Project to manage our program (1000 source files, a couple hundred of them are modules). I add the *.f95 files to the project, rebuild dependencies, and rebuild the executable ...
  Topic: Running Silverfrost's Thread Sample
Clay

Replies: 5
Views: 5345

PostForum: Support   Posted: Mon Jul 15, 2019 8:35 pm   Subject:
Kenneth_Smith: Thanks very much for the tip about the notes_on_parallel_processing file. Very helpful!

When I paste the example code into Plato and compile with 64-bit, the program freezes when ru ...
  Topic: Running Silverfrost's Thread Sample
Clay

Replies: 5
Views: 5345

PostForum: Support   Posted: Mon Jul 15, 2019 8:28 pm   Subject:
PaulLaidler: Thanks for the reply, building with .NET allowed the example code to compile, but it still won't run. When I run it I get a FTN95 exception:
Salford.Fortran.RuntimeException
Error 359: ...
  Topic: Running Silverfrost's Thread Sample
Clay

Replies: 5
Views: 5345

PostForum: Support   Posted: Mon Jul 15, 2019 5:52 pm   Subject: Running Silverfrost's Thread Sample
The FTN95 Help system includes a "Threads Sample" code snippet. When I paste this sample code into Plato and try to compile, I get compiler errors such as "ASSEMBLY_EXTERNAL is only al ...
  Topic: Data Copy for IPC
Clay

Replies: 6
Views: 7616

PostForum: General   Posted: Fri Nov 18, 2016 8:59 pm   Subject: Data Copy for IPC
Thanks Paul. How would I send an array of real values to a different process? Looks like winio@ with %mg is only able to communicate a couple of integer values.
  Topic: Data Copy for IPC
Clay

Replies: 6
Views: 7616

PostForum: General   Posted: Wed Nov 09, 2016 6:25 pm   Subject: Data Copy for IPC
Is it possible to make use of Data Copy (WM_COPYDATA) as an interprocess communication tool? I'd like to use a 3rd party graphics application to create an on-the-fly dashboard so that I can see real- ...
  Topic: Runtime linking for DLL
Clay

Replies: 1
Views: 3984

PostForum: General   Posted: Wed Jul 27, 2016 4:43 pm   Subject: Runtime linking for DLL
We've always linked DLLs to OBJ files as part of compiling and building the EXE. Is there a way to link the DLL at run time instead of at compile time? My goal is to allow the user to navigate to a ...
  Topic: FILE_OPENR in debug compile
Clay

Replies: 14
Views: 16827

PostForum: ClearWin+   Posted: Wed May 11, 2016 9:44 pm   Subject:
OS: Windows 10 Pro

Having trouble getting a small program to exhibit the behavior. I have a large, involved numerical program that starts off with the user choosing a data file. This big program ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT + 1 Hour
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group