View previous topic :: View next topic |
Author |
Message |
srfpala
Joined: 20 Aug 2014 Posts: 12
|
Posted: Mon Dec 22, 2014 7:05 pm Post 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 is created.
A Click on the Green Triangle in VS results in
an Invalid Debug Target . . . But
------------------------------
A double click on the exe file launches the calculator.
Digits can be entered and cleared.
But a click on any Ftn function button
causes an Unhandled Exception and no computation.
The App does allow me to continue though.
What should I do?
BR
Bob |
|
Back to top |
|
 |
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8210 Location: Salford, UK
|
Posted: Mon Dec 22, 2014 8:15 pm Post subject: |
|
|
Did you build in Debug or Checkmate mode for .NET? |
|
Back to top |
|
 |
srfpala
Joined: 20 Aug 2014 Posts: 12
|
Posted: Mon Dec 22, 2014 10:43 pm Post 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
==================================
---------------------------------------------------
Attempt 2. With CheckMate and .Net selected the output dialog shows
------ Rebuild All started: Project: FortranCalculatorBackend, Configuration: CheckMate .NET ------
Cleaning...
Building project FortranCalculatorBackend...
Updating References...
Compiling file: calculator.f95
Linking...
Assembly file Debug\NET\Calculator.dll for .NET 2.0 produced
Build log saved at: "file://J:\Fortran\Bobs Examples\Calculator In CSharp\CheckMate\NET \buildlog.txt"FortranCalculatorBackend build succeeded.
------ Skipped Rebuild All: Project: FortranCalculatorFrontend, Configuration: Release Any CPU ------
Project not selected to build for this solution configuration ? ? ? ?
========== Rebuild All: 1 succeeded, 0 failed, 1 skipped ==========
No exe file is created |
|
Back to top |
|
 |
srfpala
Joined: 20 Aug 2014 Posts: 12
|
Posted: Mon Dec 29, 2014 2:28 pm Post subject: .Net Calculator - Example Issues |
|
|
Any suggestions as to what to do?
Bob |
|
Back to top |
|
 |
|