For the time being, this is the last post - at least for a while.
I am gonig to persue other interests in another field of science - and will have nothing to do with programming any more.
Maybe some day in the nearer or farther future my focus will return to programming, but this remains to be...
My system is recovering from a malware infection. Thereare strange things on my screen when I view posts from this forum which other people do not see. This thread is just for working on this effect, nothing to do with fortran.
line 1
line 2
line 3
This just shows as three lines of code in...
I am using a lot of linked lists in my prog and usually apply a certain procedure to deallocate them when no longer needed. But with this one list, this does not work. It sends my program crashing with the message 'debug assertion failed' from windows VisualC++ library.
the code, that has...
Well, following up on the yorelchr's recent thread on stack overflow, here is my version, that I would like to have solved better than I have now.
The following codelines are part of a longer program that I tried to boil down on the essentials:
type metatile
.
.
integer*1, dimension...
Hi,
searching the forun I found the following description xwb, which pretty much gives what I want to achieve, but cannot yet succeed to build:
1) Pop up a sort of explorer window
2) Navigate to a specified directory
3) Select a filename
4) Pass the filename back to your program...
Hi,
anybody still using the Compaq Fortran Compiler ?
If yes, I would be happy if this someone could give me a hint on how I can build a resource to navigate through my drives and directories.
I have been using the Salford compiler (personal edition) before, where there is such a predefined...
Now it is me to have a problem.
I am trying to do graphics using OpenGL with Compaq VF and got stuck. Reason is, the error messages that are issued are not very illuminating, e.g. I get 'access violation' with some index to the assembler code - which does not help me really. I did try to find...
Is there anybody out there using win32 API with Fortran ?
If yes, then you may help me.
I am using the CreateWindow function (in Compoq VF) like this
integer hwnd,ierr
...
...
hwnd = CreateWindow ( 11 params )
ierr = GetLastError()
What happens is
--> hwnd is returned 0 indicating an error...
Hi,
I am just starting out with Compaq Visual Fortran 6.6 and just do not find any button to get the line numbers of my code on display. Debugging is awkward without (that is with only the cursor position showing in the bottom left corner). What I want is to see the line numbers together with...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.