Author |
Message |
Topic: VB.NET calling an FTN95 DLL |
MarzAttax
Replies: 12
Views: 17124
|
Forum: Support Posted: Wed Jul 30, 2014 3:00 am Subject: |
Think I got it sussed now.
I right-clicked on the "FilenameDLL" of "Imports FilenameDLL" and clicked on
"Go To Definition" to see the form of the subprograms that VB. ... |
Topic: VB.NET calling an FTN95 DLL |
MarzAttax
Replies: 12
Views: 17124
|
Forum: Support Posted: Wed Jul 30, 2014 2:54 am Subject: |
Just tried this:
Public Declare Sub VbFerret Lib "FilenameDLLdll" Alias "MYFERRET" _
(ByVal n1 As Integer, _
... |
Topic: VB.NET calling an FTN95 DLL |
MarzAttax
Replies: 12
Views: 17124
|
Forum: Support Posted: Wed Jul 30, 2014 2:00 am Subject: |
I've even tried the following from a Google search (NAG header file)
Imports System.Runtime.InteropServices
Public Class Form1
Public Declare Sub VbFerret Lib "DelaunayDll.dll" Al ... |
Topic: VB.NET calling an FTN95 DLL |
MarzAttax
Replies: 12
Views: 17124
|
Forum: Support Posted: Wed Jul 30, 2014 1:22 am Subject: |
Further, since the Plato IDE showed me that:
"Assembly file ..............\FilenmeDLL.dll for .NET 2.0 produced"
I changed the "Target Framework" in the VB Project Properties ... |
Topic: VB.NET calling an FTN95 DLL |
MarzAttax
Replies: 12
Views: 17124
|
Forum: Support Posted: Wed Jul 30, 2014 12:05 am Subject: |
Hi there, thanks for getting back to me.
I've done everything apart from the Imports bit. I don't understand what you mean by "proper name from your added reference file" sorry.
Let's sa ... |
Topic: VB.NET calling an FTN95 DLL |
MarzAttax
Replies: 12
Views: 17124
|
Forum: Support Posted: Tue Jul 29, 2014 9:46 pm Subject: Re: |
I figured out how to bring in the .NET dll and add a reference to it in the VB.NET project. So far, so good.
Tim
I am having similar troubles.
My code is in a single file and has five subpro ... |
Topic: The structure of things |
MarzAttax
Replies: 8
Views: 9536
|
Forum: Support Posted: Sat Feb 08, 2014 1:09 am Subject: |
Hi there,
Thanks for the reply.
However, I have again just spent an entire day (actually only 12hrs straight so far - I have spent 3 days tracking it down before now) trying to track down an iss ... |
Topic: The structure of things |
MarzAttax
Replies: 8
Views: 9536
|
Forum: Support Posted: Sat Jul 20, 2013 1:06 pm Subject: Re: |
This is a compiler fault and I have logged it for investigation.
Hello Paul,
Do you remember this?
I have just spent more than an entire day (literally) searching for why an assignment of one s ... |
Topic: Compiler issues? |
MarzAttax
Replies: 5
Views: 8886
|
Forum: Support Posted: Fri Mar 15, 2013 5:38 pm Subject: Dumbstruck |
Now why does that not surprise me - this IS Fortran after all.
Well, one learns something new every day.
Thanks for your response Paul. |
Topic: Compiler issues? |
MarzAttax
Replies: 5
Views: 8886
|
Forum: Support Posted: Fri Mar 15, 2013 2:17 pm Subject: Ok, try this: |
ExeMain.f95:
Program ExeMain
USE Leopard !! bLeopard
IMPLICIT NONE
!<<
!=================================================
!=================================================
! ... |
Topic: Compiler issues? |
MarzAttax
Replies: 5
Views: 8886
|
Forum: Support Posted: Thu Mar 14, 2013 7:17 pm Subject: ...addendum |
I swapped the order of iCount and iEnd in stLeopard, but the compiler still complained about iCount.
I have checked spelling, copy-Pasted the structure-name and iCount - all to no avail (
Do you ... |
Topic: Compiler issues? |
MarzAttax
Replies: 5
Views: 8886
|
Forum: Support Posted: Thu Mar 14, 2013 7:11 pm Subject: Compiler issues? |
Hi there,
If I have Modules:
!<=================================================
Module Whatever_hdr
Type stWhatever
Type-Whatever :: iBovvered
EndType stWhatever
End M ... |
Topic: The structure of things |
MarzAttax
Replies: 8
Views: 9536
|
Forum: Support Posted: Tue Nov 20, 2012 3:02 pm Subject: |
Nothing?
Is it a known issue?
Am I just being silly with this or something?
Marz |
Topic: Plato/IDE annoyances |
MarzAttax
Replies: 9
Views: 11833
|
Forum: Support Posted: Tue Nov 20, 2012 2:59 pm Subject: |
Sorry,
" I find that selecting a menu-option, such as "Build" and then clicking back in the source-window DOES NOT let me continue without the need to quit Plato."
was meant ... |
Topic: Plato/IDE annoyances |
MarzAttax
Replies: 9
Views: 11833
|
Forum: Support Posted: Tue Nov 20, 2012 1:19 am Subject: |
I have managed work out what is going on with regards to point (4).
When I exit the debugger I cannot immediately begin editing the source-code again, even by clicking/selecting the text in the sou ... |
|