-
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 11 replies
-
Have you looked at Chapter 4, and Tutorial 7? |
Beta Was this translation helpful? Give feedback.
-
You skipped a step in the getting-started.pdf, If you open a shell at the folder C:\EGSnrc\EGS_HOME\myapp
Or
what happens then? |
Beta Was this translation helpful? Give feedback.
-
Here a few remarks i noted down during my queeste towards EGSnrc working. Start here Download and install GIT to make sure you do not change anything you will be sorry for afterwards. Download / install mingw version 7.3.0 Make sure the path to g++ / gcc / gfortran is in your environment variables. Download EGSnrc-configure-windows.exe at Make sure to put EGSnrc-configure-windows.exe ottherwise it will not work. I got a missing libiconv-2.dll. I could copy it from I do not know your application, but I did not need TCL or QTgrace up to now. So next step is what you already did, get the 4 files in 'myapp', as described in getting-started.pdf start mingw32-make in the myapp folder Do not go there ... just stay in the myapp folder. And then, the fun part: viewing tracks |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Thanks all the friends who has helped me @Jaap1957 @crcrewso . I had already successfully running EGS_gui without error code, indeed i forgot to add the PATH of GNU MAKE--x86_64-posix-seh, and after add path , cmd.exe program runs OK, here is the picture: |
Beta Was this translation helpful? Give feedback.
-
Thanks all the friends who has helped me @Jaap1957 @crcrewso . I had already successfully running EGS_gui without error code, indeed i forgot to add the PATH of GNU MAKE--x86_64-posix-seh, and after add path , cmd.exe program runs OK, here is the picture: |
Beta Was this translation helpful? Give feedback.
-
Thanks for your reply
l tried to compile turtor7pp and successful but when tried run the myapp
after doing the steps in gutting start manual the error ming32-make.**no
rule to make target'myapp.macros',needed by
'egsnrc_win3264.F'.stop.ExitCode=2and after preparation slab.egsinp and
used in egs_view it successful and can see slab,I wrote the command myapp
-i slab.egsinp but the appear (Unsupported 16-Bit Application
The program or feature
"\??\C:\Users\dell\EGSnrc\EGS_Home\myapp\myapp.exe" cannot start or run due
to incompatibity with 64-bit versions of Windows. Please contact the
software vendor to ask if a 64-bit Windows compatible version is
available.)can know what the reason? Knowing when trying to run turtor7pp
is run and the file ptrack apper and can display in egs view
…On Wed, Aug 7, 2024, 7:32 PM Reid Townson ***@***.***> wrote:
See the solution for the quadmath error here:
#972 (comment)
<#972 (comment)>
It will be fixed in the next release.
—
Reply to this email directly, view it on GitHub
<#814 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BJLSEJUBVHTMJSVOXBBYUILZQJDZ5AVCNFSM6AAAAABMDCCN6SVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMRWGY3TSNA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Yes here is the error l created by notepad
…On Wed, Aug 7, 2024, 9:24 PM Reid Townson ***@***.***> wrote:
It says that myapp.macros is a text file, which tells me the extension is
probably wrong. Is the extension actually .txt? Make sure you turn on
viewing of extensions so that you can double check this.
—
Reply to this email directly, view it on GitHub
<#814 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BJLSEJRBLHLR7VNTIAZLKHTZQJQ5JAVCNFSM6AAAAABMDCCN6SVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMRWG43DCNI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
Open a command window, go to the myapp folder like this screenshot:
As you see the 4 files are there ... like yours
Assuming paths are set correct then type the command at the command prompt:
At my PC i then get ...
It takes a minute or 2 to fill your screen with the blabla.
mingw32-make can be found at
"c:\Program Files\mingw-w64\x86_64-7.3.0-posix-seh-rt_v5-rev0\mingw64\bin\mingw32-make.exe"
and when you succesfully added the path
"c:\Program Files\mingw-w64\x86_64-7.3.0-posix-seh-rt_v5-rev0\ming…