Author |
Message |
Topic: Calling Acrobat to display a PDF |
aldavhu221
Replies: 6
Views: 8478
|
Forum: General Posted: Sat Mar 28, 2015 3:38 pm Subject: |
Thanks for your help.
Bill's suggestion worked fine but one small point: it should be 'explorer' not 'explore'. |
Topic: Calling Acrobat to display a PDF |
aldavhu221
Replies: 6
Views: 8478
|
Forum: General Posted: Fri Mar 27, 2015 1:51 am Subject: Calling Acrobat to display a PDF |
My Fortran program runs in a CMD window and produces a PDF report.
Currently I give the user the PDF filename and leave it there.
Does anyone know a way of calling ACRORD32.EXE to display the re ... |
Topic: File Property Tags do not appear in Explorer Details Pop-Up |
aldavhu221
Replies: 12
Views: 14087
|
Forum: General Posted: Fri Oct 17, 2014 3:51 am Subject: |
The first line MUST be
1 VERSIONINFO
As per my example, no other value other than one is acceptable however way you write this line with a pre-defined variable. |
Topic: ASSIGN statement caused corruptions |
aldavhu221
Replies: 1
Views: 4562
|
Forum: General Posted: Fri Oct 17, 2014 3:40 am Subject: ASSIGN statement caused corruptions |
I just updated to FTN95 v7.1. Earlier versions worked fine.
With the same code, recompilation caused baffling variable corruptions.
We tracked it down to just after an ASSIGN statement.
I know ASSI ... |
Topic: File Property Tags do not appear in Explorer Details Pop-Up |
aldavhu221
Replies: 12
Views: 14087
|
Forum: General Posted: Wed Oct 15, 2014 9:15 pm Subject: |
Yes, the FILEVERSION etc is okay.
I take it there is no current way around the requirement for Unicode strings for the other program details. Can we expect an updated SRC version to fix this bug? |
Topic: File Property Tags do not appear in Explorer Details Pop-Up |
aldavhu221
Replies: 12
Views: 14087
|
Forum: General Posted: Sun Oct 12, 2014 2:32 am Subject: File Property Tags do not appear in Explorer Details Pop-Up |
I am using SRC and SLINK to produce PROG.EXE (a Win32 standalone application) but this fails to set the tags which I have placed in the PROG.RC file such as the Product Description, Copyright, etc. in ... |
Topic: Using winio@ following create_window@ |
aldavhu221
Replies: 1
Views: 5149
|
Forum: ClearWin+ Posted: Wed Feb 20, 2013 4:12 am Subject: Using winio@ following create_window@ |
After creating an explicit ClearWin+ main window using create_window@, I am confused about how then to use winio@ to make edit boxes, buttons, etc, as child windows of this main window, positioned wit ... |
Topic: Differences between salflibc.dll in v6.10 and 6.20 |
aldavhu221
Replies: 9
Views: 15326
|
Forum: General Posted: Mon Feb 27, 2012 1:30 pm Subject: |
Thanks for diagnosing the problem and we look forward to the fix in the next FTN95 release. Any idea yet when this likely? |
Topic: Differences between salflibc.dll in v6.10 and 6.20 |
aldavhu221
Replies: 9
Views: 15326
|
Forum: General Posted: Mon Feb 13, 2012 10:37 pm Subject: |
The use of one, two or three parameter escape sequences is simply a carry-over from the legacy MS Fortran for DOS.
However, I would appreciate your help in finding documentation for the SET_CURSOR ... |
Topic: Differences between salflibc.dll in v6.10 and 6.20 |
aldavhu221
Replies: 9
Views: 15326
|
Forum: General Posted: Mon Feb 13, 2012 3:59 pm Subject: |
Here is an example of cursor positioning:
CHARACTER(LEN=1) CESC
CHARACTER(LEN=20) TEXT20
INTEGER*2 NROW, NCOL
NROW = 4
NCOL = 10
CESC = CHAR(27)
... |
Topic: Differences between salflibc.dll in v6.10 and 6.20 |
aldavhu221
Replies: 9
Views: 15326
|
Forum: General Posted: Mon Feb 13, 2012 1:59 am Subject: Differences between salflibc.dll in v6.10 and 6.20 |
Our application runs on Win 7 (64 bit) in the cmd window with the presence of ansicon.exe www.github.com/adoxa/ansicon which mimics the old DOS ansi.sys escape sequences.
It ran perfectly under v6. ... |
Topic: FTN95 and Ideal Software's Visual Print Engine (VPE) Library |
aldavhu221
Replies: 1
Views: 5191
|
Forum: General Posted: Fri Jul 29, 2011 2:46 am Subject: |
After a day's trial and error, the following worked:
PROGRAM VPETEST
STDCALL VPEOPENDOC 'VpeOpenDoc' (VAL,INSTRING,VAL) : INTEGER*4
STDCALL VPEWRITEBOX 'VpeWriteBox' (VAL,VAL,VAL,VAL,VAL, ... |
Topic: FTN95 and Ideal Software's Visual Print Engine (VPE) Library |
aldavhu221
Replies: 1
Views: 5191
|
Forum: General Posted: Wed Jul 27, 2011 9:48 pm Subject: FTN95 and Ideal Software's Visual Print Engine (VPE) Library |
Has anyone experience of using VPE with FTN95?
I can envisage doing it by writing a custom interface of C/C++ routines to match each of the VPE library routines but there must be a simpler way!
... |
|