Author |
Message |
Topic: DotNet Caclulator Example Issues |
srfpala
Replies: 3
Views: 5545
|
Forum: Support Posted: Mon Dec 29, 2014 2:28 pm Subject: .Net Calculator - Example Issues |
Any suggestions as to what to do?
Bob |
Topic: DotNet Caclulator Example Issues |
srfpala
Replies: 3
Views: 5545
|
Forum: Support Posted: Mon Dec 22, 2014 10:43 pm Subject: .Net Calculator - Example Issues |
I tried two ways
Attempt 1. With Debug and .Net selected :
Clean Compile
Build 2 succeeded 0 failed
A new exe is created but same Unhandled Exception and no computation
==================== ... |
Topic: DotNet Caclulator Example Issues |
srfpala
Replies: 3
Views: 5545
|
Forum: Support Posted: Mon Dec 22, 2014 7:05 pm Subject: DotNet Caclulator Example Issues |
Running VS 2008 Pro on Win7 working on the Examples
Loaded the .Net Calulator Sample solution
Build|Build Solution seems to work
Clean Compile
Build 2 succeeded 0 failed
CS_Calculator.exe ... |
Topic: No FTN95 Project option in VS2008 |
srfpala
Replies: 2
Views: 5252
|
Forum: Support Posted: Sun Dec 14, 2014 6:30 pm Subject: Install Fails Please advise |
The following properties have been set:
Property: [AdminUser] = true {boolean}
Property: [ProcessorArchitecture] = Intel {string}
Property: [VersionNT] = 6.1.1 {version}
Running checks for package ... |
Topic: No FTN95 Project option in VS2008 |
srfpala
Replies: 2
Views: 5252
|
Forum: Support Posted: Fri Dec 12, 2014 11:51 pm Subject: No FTN95 Project option in VS2008 |
Running VS 2008 on Win7 and working on the CSharp w Fortran Dll example.
However, given these directions :
"Now we need to add a new project to the solution. This project is a Fortran DLL call ... |
Topic: Fortran and Visual Studio Express 2013 |
srfpala
Replies: 2
Views: 6245
|
Forum: Support Posted: Mon Nov 17, 2014 11:35 pm Subject: Fortran and Visual Studio Express 2013 |
Will Calling Fortran from .NET - A Simple C# Form shown at
http://www.silverfrost.com/ftn95-help/netsamples/sample1.aspx
work with Visual Studio Express 2013 for Windows Desktop ?
Bob |
Topic: C# and FTN95 |
srfpala
Replies: 5
Views: 6813
|
Forum: Support Posted: Thu Oct 09, 2014 11:40 pm Subject: Using C# for Gui creation |
Thanks for your work guys.
I'll be spending some time getting these examples to run.
Bob |
Topic: C# and FTN95 |
srfpala
Replies: 5
Views: 6813
|
Forum: Support Posted: Tue Oct 07, 2014 8:08 pm Subject: C# and FTN95 |
A. Using C# for Gui creation seems to be easier than using ClearWin+
Is it possible to write Fortran Functions and Subroutines that can be called from within a C# Program ?
If so, are there example ... |
Topic: Trying to use OpenGL |
srfpala
Replies: 3
Views: 4861
|
Forum: Support Posted: Fri Oct 03, 2014 6:12 pm Subject: Trying to use OpenGL |
Trying to run OpenGL example named
program Teapots
which wants
include <clearwin.ins>,nolist
include <opengl.ins>,nolist
I don't think I have these files.
Where can I find them ... |
Topic: why not the X |
srfpala
Replies: 2
Views: 5350
|
Forum: General Posted: Sat Sep 20, 2014 12:19 am Subject: why not the X |
Seems to me that I ought to have the Windows Title Bar X (Kill)
available to use. But I don't - which seems strange.
How is this feature shown but made non functional.
Just curious.
BYW the Silve ... |
Topic: Hex Format for |
srfpala
Replies: 2
Views: 5481
|
Forum: General Posted: Fri Aug 22, 2014 4:36 pm Subject: Hex Format for |
Thank you.
It worked for me.
Bob |
Topic: Hex Format for |
srfpala
Replies: 2
Views: 5481
|
Forum: General Posted: Thu Aug 21, 2014 4:28 pm Subject: Hex Format for |
x1 = 12.75
WRITE ( *, 8 ) x1
8 FORMAT ("Hex Value is ", Z16 )
This fails Is there a way around this?
Bob |
|