>>> On Thu, Aug 07, 2008 at 04:20:40PM +0100, Andrew Ross wrote:
>>>
>>
>> MSVC 6.0 does not like the long long type in plplot.h!
>>
>> This is odd: things worked before - the problem is that this
>> compiler does not have a stdint.h, so the fallback is used.
>>
>
> Actually MSVC 6.0 on my machine does not like 64 bits integers at all.
> So, plsfci() and plgfci() will not work nicely under Fortran.
>

Ah, no, that was too hasty a conclusion: I got an error message
about the type of PLSFCI, but changing the type of the argument
from PLINT64 to PLINT or even int did nothing to solve this.
(It was a mistake in plstubs.h - the macro to set the proper
Fortran name)

Regards,

Arjen

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to