Thanks, I was not aware of this change: where did you find this information?
My problem comes with Frotran symbols called from C. Because of an error in
my environment, I was using the 32bit fortran compiler instead of the 64bit
one... Using the correct fortran compiler fix the problem: all symbols
without the "_" prefix.
Thanks for you answers guys.

Signature
Stephane Marguerin
> With Windows XP 64, none of the functions in the native 64 bit libraries have
> them. So it doesn't matter if you don't have them there because it isn't a
[quoted text clipped - 4 lines]
> If you do want the underscores however, you can go around and add them all
> yourself.
D.Rowe - 28 Jul 2005 16:51 GMT
This information I got was really through poking around myself. I have
Windows x64 edition installed on my computer so I am able to run these
programs to test. I also looked around some other things, like using dumpbin
on dll files and such.
I can't remember clearly, but I think there may be information on this in
the Windows 64 programming guide in MSDN.