Author |
Message |
Topic: Illegal memory reference |
cwellard
Replies: 7
Views: 9934
|
Forum: Support Posted: Tue Aug 15, 2006 6:05 pm Subject: Illegal memory reference |
Paul,
I am currently running ver 4.9.0.
When compiling at the command line I get the error in Win32 mode (compiler options in Effect are COLOUR DELETE_OBJ_ON_ERROR LIST MINIMISE_REBUILD NO_QUI ... |
Topic: Illegal memory reference |
cwellard
Replies: 7
Views: 9934
|
Forum: Support Posted: Tue Aug 15, 2006 7:43 am Subject: Illegal memory reference |
Paul,
I'm only compiling in win32 mode as I don't have the .NET environment installed on my machine.
I'm really not sure myself what the code is doing as I extracted this from a rece ... |
Topic: Illegal memory reference |
cwellard
Replies: 7
Views: 9934
|
Forum: Support Posted: Sat Aug 12, 2006 12:07 am Subject: Illegal memory reference |
Sample code which causes the illegal memory reference is as follows:
module attrs
type dict_item
character(len=1), pointer, dimension( :: key
end type dict_item
contains
function ... |
Topic: Illegal memory reference |
cwellard
Replies: 7
Views: 9934
|
Forum: Support Posted: Thu Aug 10, 2006 12:48 am Subject: Illegal memory reference |
I am trying to compile the XML library just released at http://www.uszla.me.uk/software/FoX.html
During the compile of the file m_common_attrs.f90, I get the following compile warnings and errors:
... |
|