Hello,
Sorry asking again, but I was not able to compile only with static libraries.
I tried
fbc -i C:\FEM\Freebasic\dislinfb -p c:\dislin -l dismg -l user32 -l gdi32 -l opengl32 test2.bas
and got this error
C:\FEM\Freebasic\FreeBASIC-1.10.1-win64\fbc -i C:\FEM\Freebasic\dislinfb -p c:\dislin -l dismg -l user32 -l gdi32 -l opengl32 "test2.bas"
C:\FEM\Freebasic\FreeBASIC-1.10.1-win64\bin\win64\ld.exe: cannot find -ldismg
Why ist the dismg library not found?
I have disabled the INCLIB statement in dislin.bi. located in
C:\FEM\Freebasic\dislinfb
' /****************************************************************/
' /** DISLIN.BI **/
' /** Date : 15.03.2024 **/
' /** Functions: 797 **/
' /** Version : 11.5.2, Windows, 64-bit **/
' /****************************************************************/
' #INCLIB "dislnc" 'the shareable library for MS Visual C++ is used
NAMESPACE Dislin
EXTERN "C"
DECLARE SUB a... _
I am using DISLIN installed in c:\dislin
** Date : 15.02.2020 **
** Version: 11.3 / Windows 64-bit, gcc/g++/gfortran - Mingw64 ** **
and DISLIN for FREEBASIC installed in C:\FEM\Freebasic\dislinfb
******************************************************************
** Date : 15.03.2024 **
** Version: 11.5.2 / Windows 64-bit