Author |
Message |
Topic: FTN95 Interface to Windows registry |
dheller
Replies: 11
Views: 15424
|
Forum: General Posted: Fri Dec 13, 2013 1:28 pm Subject: |
Works for me now, thanks for your quick help. |
Topic: FTN95 Interface to Windows registry |
dheller
Replies: 11
Views: 15424
|
Forum: General Posted: Tue Dec 10, 2013 4:47 pm Subject: |
Please allow me to resurrect this topic, because I have a similar problem right now.
My code, in a nutshell, opens a subkey of HKCU, enumerates its underlying sub-subkeys, and checks them for a cer ... |
Topic: Pre-Processing source files via Makefile |
dheller
Replies: 5
Views: 7016
|
Forum: Support Posted: Fri Jun 14, 2013 9:29 am Subject: |
Okay, so the first thing I need to do is specify filenames for in- and output for the preprocessor.
ppfiles = arclen.for dynamics.for ext.for [...]
Now for each file in ppfiles, the prepro ... |
Topic: Pre-Processing source files via Makefile |
dheller
Replies: 5
Views: 7016
|
Forum: Support Posted: Thu Jun 13, 2013 5:04 pm Subject: |
Yes, I'm using Mk32. |
Topic: Pre-Processing source files via Makefile |
dheller
Replies: 5
Views: 7016
|
Forum: Support Posted: Thu Jun 13, 2013 9:58 am Subject: Pre-Processing source files via Makefile |
Hello,
in a current project, I have two groups of source files:
- Group A files must be pre-processed with an external preprocessor before being compiled and linked.
- Group B files will be compi ... |
Topic: Issues with shared memory / Extended ALLOCATE statement |
dheller
Replies: 16
Views: 20036
|
Forum: Support Posted: Tue May 24, 2011 8:26 am Subject: |
Thanks for your effort Paul.
Just to be clear about this, I understand that the unsupported/unintended detail of the implementation is that both processes accessing the shared memory segment are of ... |
Topic: Issues with shared memory / Extended ALLOCATE statement |
dheller
Replies: 16
Views: 20036
|
Forum: Support Posted: Fri May 20, 2011 9:09 am Subject: |
I don't want to jump to a conclusion, but with a few additional tests, this seems like a serious bug for me.
I had mentioned before that another shared memory segment (nssmap) with 4 bytes works pe ... |
Topic: Issues with shared memory / Extended ALLOCATE statement |
dheller
Replies: 16
Views: 20036
|
Forum: Support Posted: Mon May 16, 2011 9:16 pm Subject: |
Yea, the CopyMemory function exists in the C headers in FTN95's include, but not in the Fortran wrapper include file win32api.ins. At least that was with FTN95 version 4.xx; I will re-check this with ... |
Topic: Issues with shared memory / Extended ALLOCATE statement |
dheller
Replies: 16
Views: 20036
|
Forum: Support Posted: Mon May 16, 2011 3:52 pm Subject: |
Hey Andy,
name's Dominik.
Thanks for your help thus far.
The problem lies within the program conception. It is just not designed to be able to solve multiple problems at the same time, which ... |
Topic: Issues with shared memory / Extended ALLOCATE statement |
dheller
Replies: 16
Views: 20036
|
Forum: Support Posted: Mon May 16, 2011 11:54 am Subject: |
I can see your point, but, unfortunately, I have no choice.
This is not "my" program, it's an academic code written in the 1980s (heck, that's why it's Fortran ), which is still activ ... |
Topic: Issues with shared memory / Extended ALLOCATE statement |
dheller
Replies: 16
Views: 20036
|
Forum: Support Posted: Mon May 16, 2011 10:06 am Subject: |
Okay, I think I need to explain this a bit further for clarification.
I have a main program, doing some calculations for a mathematical problem. Results of these calculations should be stored in ... |
Topic: Issues with shared memory / Extended ALLOCATE statement |
dheller
Replies: 16
Views: 20036
|
Forum: Support Posted: Mon May 16, 2011 8:17 am Subject: |
Okay, B is working, thanks so far.
A still open though, it would be great if anyone had an idea. |
Topic: Issues with shared memory / Extended ALLOCATE statement |
dheller
Replies: 16
Views: 20036
|
Forum: Support Posted: Fri May 13, 2011 9:10 am Subject: Issues with shared memory / Extended ALLOCATE statement |
Hey there,
I have got two problems concerning FTN95 shared memory. Please consider the ftn95 /help page 'Extended ALLOCATE statement' for reference.
A)
After allocating a segment of shared me ... |
|