Hi everyone,
I have successfully downloaded MathGL's GPL binaries for Windows, which come with the necessary DLLs and utilities. However, I am trying to use MathGL with Intel Fortran (ifx) and need some guidance.
I understand that MathGL is primarily designed for C/C++ environments, but I am wondering how I can integrate it into an Intel Fortran project. Specifically, I would like to know how to link MathGL's functions (either through the static library or the DLL) in an Intel Fortran project.
Could someone provide insights or examples on how to do this?
I ran iup_mglplot.lib intel ifx (fortran) but some mathgl functions are missing like sphere tube. So how can I connect mathgl to fortran in windows and use it?
Any help would be greatly appreciated!
Thank you!
--
You received this message because you are subscribed to the Google Groups "MathGL" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mathgl+un...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/mathgl/b1cbaaef-5d46-407a-af96-9a8917e1b158n%40googlegroups.com.
.a
files in the lib folder instead of .lib
files? Also, if this is correct, do I need to convert the .a
files to .lib
? Would the following command work for conversion: lib /MACHINE:X64 /DEF:C:\path\to\your\libmgl.a /OUT:C:\path\to\your\libmgl.lib
? Hi, againI downloaded (mathgl-8.0.3-ucrt64) the GPL binaries for MS Visual Studio, 64-bit build, with all utilities and required DLLs in the bin folder. Why are there.a
files in the lib folder instead of.lib
files? Also, if this is correct, do I need to convert the.a
files to.lib
? Would the following command work for conversion:lib /MACHINE:X64 /DEF:C:\path\to\your\libmgl.a /OUT:C:\path\to\your\libmgl.lib
?
Best regards,Haydar Akdağ--------------------------------------------------------------------------Haydar AKDAĞ <hhayda...@gmail.com>, 24 Nis 2025 Per, 10:30 tarihinde şunu yazdı:Hi, thank you for your response.First of all, I am not a professional, but which header files do I need to bind to Fortran in order to use Mathgl with ifx?The following program worked