Author |
Message |
Topic: Use of the ENUM keyword |
Ade
Replies: 7
Views: 11198
|
Forum: Support Posted: Tue Oct 26, 2010 9:47 am Subject: Re: |
Having said this, my own view is that ENUM is not a particularly significant feature.
A great deal of the .NET framework uses enums. In order to access this from FTN95 without enum support, I would ... |
Topic: Calling .NET methods from FTN95 with enums |
Ade
Replies: 2
Views: 5394
|
Forum: Support Posted: Fri Oct 08, 2010 10:40 am Subject: |
C# declaration of enum MTSLObjectType in MTSL.Data.dll -
/// <summary>
/// An enumeration to identify MTSL object types.
/// </summary>
public enum MTSLObjectType
{
o ... |
Topic: Calling .NET methods from FTN95 with enums |
Ade
Replies: 2
Views: 5394
|
Forum: Support Posted: Thu Sep 16, 2010 5:01 pm Subject: Calling .NET methods from FTN95 with enums |
The code below gives error 1119 - No .NET method matches this call.
SUBROUTINE TESTIT(MDL)
C
LIBRARY("MTSL.Data.dll")
ASSEMBLY_EXTERNAL(NAME ... |
Topic: Use of the ENUM keyword |
Ade
Replies: 7
Views: 11198
|
Forum: Support Posted: Thu Sep 16, 2010 4:13 pm Subject: |
Also getting syntax error with this code despite copying it exactly from the help. I was trying with my own enums to start with but since that was failing, I tried the example.
Any comments? |
Topic: Support for Visual Studio 2010? |
Ade
Replies: 4
Views: 7703
|
Forum: General Posted: Thu Aug 12, 2010 9:09 am Subject: Re: |
We will certainly support it but the full release is not due out until March.
Any update on this issue? We are evaluating VS 2010 at present and FTN95 integration would be more than advantageous. |
Topic: Windows 7 Problems with GET_FILTERED_FILE@ |
Ade
Replies: 69
Views: 72414
|
Forum: Support Posted: Wed Jul 21, 2010 9:36 am Subject: |
Further to the post above regarding using Delphi in a DLL to generate the open dialog, I have found the following :-
Calling the Win32 API 'GetOpenFileName' does not cause any problems but this fun ... |
|