Hello,

my testing of Jim's patch also brought to light the following
issues:

1. In x19f I get a runtime error (with message box) just after
   the last page. It does not happen with x19c.
   According to the message it may be a mismatch in the calling
   convention for one or more functions/routines. I will need
   to check it.

2. In x20f there is an error message about not being able to
   read a non-existing record in the image file.
   I know what this is - CVF (by default) has a different
   unit of length for direct-access files than other compilers.
   (This is allowed by the Fortran standard). I need to see
   how to solve this one.

3. In x29f an access violation results when drawing the second
   plot. This has something to do with the time axis, as
   changing the axis type to 0 solves this problem (but gives
   a less informative plot).
   The C version gives a similar error and this points to
   a null pointer (a null address is shown).
   It is not perse an issue with strftime(), mind you: a
   test program shows it is perfectly capable of dealing with the
   format. But then the two other date/time formats did not
   show any problem.

So far my results.

Regards,

Arjen

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to