I know this is not a very Ada spesific question. However, I'm new to ada,
so
I'm trying:
I have written a Windows DLL. When i run the dependency walker on the DLL
I
can see that my DLL loads LIBGCC_S.DLL (which loads MINGWM10.DLL) and
LIBGNAT-2007.DLL.
Is it possible to link libgcc and mingwm10 statically in my DLL? I would
prefer only distributing one single DLL.
best regards,
Eirik