Author |
Message |
Topic: Windows 7 anyone? |
RS
Replies: 29
Views: 48079
|
Forum: Support Posted: Fri Mar 12, 2010 7:19 pm Subject: Didn't work |
With the version of FTN95 that I have (my subscription expired late last year, so it is is fairly recent), doing what you suggested does not generate an X86 application with PE = PE32 and 32Bit = 1. |
Topic: Windows 7 anyone? |
RS
Replies: 29
Views: 48079
|
Forum: Support Posted: Fri Mar 12, 2010 5:31 pm Subject: Didn't work |
With the version of FTN95 that I have (my subscription expired late last year, so it is is fairly recent), doing what you suggested does not generate an X86 application with PE = PE32 and 32Bit = 1. |
Topic: Windows 7 anyone? |
RS
Replies: 29
Views: 48079
|
Forum: Support Posted: Tue Mar 09, 2010 3:42 pm Subject: Where can I switch from "Windows Application" |
I looked for where to make this change in Project Properties and Build Configuration in VS and could not find where I could set Windows Application to "no". |
Topic: Windows 7 anyone? |
RS
Replies: 29
Views: 48079
|
Forum: Support Posted: Tue Mar 09, 2010 2:15 pm Subject: In the meantime... |
Andrew,
It was not clear to me from your reply whether there is a way to compile and produce the correct corflags tags for an x86 application or whether I have to, for now, use corflags to fix it.
... |
Topic: Windows 7 anyone? |
RS
Replies: 29
Views: 48079
|
Forum: Support Posted: Tue Mar 09, 2010 12:38 am Subject: Windows 7 - Visual Studio 2010 |
I have two questions, Andrew.
1) I have been suing FTN95 with VS 2008. Will integration with 2010 come in the near future?
2) I need to run an exe process compiled with VS 2008/FTN95 from withi ... |
Topic: Starting exe compiled w/FTN95 from C# app in Windows 7 |
RS
Replies: 1
Views: 4402
|
Forum: Support Posted: Sun Mar 07, 2010 6:51 pm Subject: More info |
I got it to run, but without doing corflags /32bit+ to tag it as a 32-bit process, I first get messages that the process stopped, etc., then, after closing all of these messages, I do get the results ... |
Topic: Starting exe compiled w/FTN95 from C# app in Windows 7 |
RS
Replies: 1
Views: 4402
|
Forum: Support Posted: Sun Mar 07, 2010 6:12 pm Subject: Starting exe compiled w/FTN95 from C# app in Windows 7 |
I'm trying to start an exe process from within my C# application. This worked before in VS 2008 and 32-bit computer, but now with VS 2010 and 64-bit windows (7), it is now working. I tried to change ... |
Topic: Building code in Vista & using it in XP |
RS
Replies: 2
Views: 5385
|
Forum: Support Posted: Thu Sep 04, 2008 11:54 pm Subject: Should have read the manual more carefully! |
Found the four files that need to go with it. It would be awful nice if they could be bundled with the exe. |
Topic: Building code in Vista & using it in XP |
RS
Replies: 2
Views: 5385
|
Forum: Support Posted: Thu Sep 04, 2008 11:40 pm Subject: Building code in Vista & using it in XP |
I've had a problem with a code working fine on the computer in which I have built the exe as .Net build but not on other computers.
Note however that this is not integrated with C#. I run it using ... |
Topic: OPEN statement for binary file |
RS
Replies: 11
Views: 13989
|
Forum: Support Posted: Tue Aug 26, 2008 11:26 pm Subject: 68: Field width exceeds direct access record size |
Ian,
Thanks for the post.
I get
68: Field width exceeds direct access record size
when using integer*4 or simply integer, although the number saved to the file is the standard int (32-bit ... |
Topic: OPEN statement for binary file |
RS
Replies: 11
Views: 13989
|
Forum: Support Posted: Tue Aug 26, 2008 6:09 pm Subject: Binary files |
I create the binary file from C#:
BinaryWriter bw = new BinaryWriter(fs);
where fs is a file stream.
I write an integer to it:
bw.Write(securitycode2);
Then, within FTN95, I would like ... |
Topic: OPEN statement for binary file |
RS
Replies: 11
Views: 13989
|
Forum: Support Posted: Tue Aug 26, 2008 4:22 pm Subject: Neither 'formatted' nor 'unformatted' work to read a binary |
Neither 'formatted' nor 'unformatted' work to read a binary file. If there is no other way to do it in FTN95, it would be an interesting feature to add. If there is a way, I would appreciate it if s ... |
Topic: CALL GETARG(1,BUFFER) |
RS
Replies: 3
Views: 6345
|
Forum: Support Posted: Tue Aug 26, 2008 3:33 pm Subject: BUFFER defined as character*150 |
BUFFER is defined as character*150. The argument does not get read into buffer.
I will research the other option that was mentioned (GET_COMMAND_ARGUMENT). |
Topic: OPEN statement for binary file |
RS
Replies: 11
Views: 13989
|
Forum: Support Posted: Mon Aug 25, 2008 2:59 pm Subject: FORM and STATUS |
I will try 'formatted'. From the manual, it doesn't seem to mean the same as binary. It seems to indicate that it is a text file. At any rate, will post here the results.
As to STATUS = 'UNKNOWN ... |
Topic: CALL GETARG(1,BUFFER) |
RS
Replies: 3
Views: 6345
|
Forum: Support Posted: Mon Aug 25, 2008 2:56 pm Subject: CALL GETARG(1,BUFFER) |
This statement
CALL GETARG(1,BUFFER)
doesn't seem to be capturing the argument that I am passing to the executable. There are no errors or warnings. Should this not work with FTN95?
Thanks |
|