Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

the evolution of .dll codes

sbenati
Beginner
295 Views
Hi, my question is historical:
I compiled a program using MS Fortran Power Station to
build a .dll. The .dll is called by VBA, but the results was "half wrong". That is, while scalar data are passed and modified by the .dll with no problems, array of integers or reals not. That is: the first element of the array was correctly read, but the other not (or better: sometimes were correctly read, sometimes not). I am working now with Compaq Visual Fortran and up to now everything worked, that is the .dll are correctly used. Some friends of mine had the same problems many years ago. So I wonder: is this problem an historical bug of MS Fortan, or there is something tricky that we don't know?
0 Kudos
0 Replies
Reply