Author |
Message |
Topic: .NET ThreadStart Delegate |
VoteFW
Replies: 6
Views: 8252
|
Forum: Support Posted: Thu Jul 12, 2007 1:14 pm Subject: .NET ThreadStart Delegate |
The point is: instantiating the StartThread object in the Fortran code allows it to be passed to a C# DLL as an argument. That C# DLL can then create an AppMain thread at any time, start it, and when ... |
Topic: .NET ThreadStart Delegate |
VoteFW
Replies: 6
Views: 8252
|
Forum: Support Posted: Wed Jul 11, 2007 5:32 pm Subject: |
Paul,
Here is the short program which fails to compile:
MODULE UserApp
LIBRARY "System.dll"
LIBRARY "System.Data.dll"
LIBRARY "System.Dr ... |
Topic: .NET ThreadStart Delegate |
VoteFW
Replies: 6
Views: 8252
|
Forum: Support Posted: Wed Jul 11, 2007 4:40 pm Subject: .NET ThreadStart Delegate |
Unfortunately, CREATE_THREAD@ creates a thread and starts it. I need to start the thread at a much later time, and so need to create a ThreadStart delegate that is initialized with the app to be start ... |
Topic: .NET ThreadStart Delegate |
VoteFW
Replies: 6
Views: 8252
|
Forum: Support Posted: Tue Jul 10, 2007 6:22 pm Subject: .NET ThreadStart Delegate |
I have been trying to convert a user application to FTN95 .NET, and am having a problem getting ThreadStart delegate coded properly. Following code works except the instantiation of the AppStart obje ... |
|