Still trying to create a DLL

Still trying to create a DLL

Bild des Benutzers jthapar

Is it possible to use QuickWin graphics routines along with other fortran routines to create a DLL?

I am not able to create a DLL with QuickWin graphics. The same code is able to create an executable with no errors.

Thanks

3 Beiträge / 0 neu
Letzter Beitrag
Nähere Informationen zur Compiler-Optimierung finden Sie in unserem Optimierungshinweis.
Bild des Benutzers Steve Lionel (Intel)

No, you cannot use QuickWin routines from a DLL. QuickWin assumes that it can "see" the main program, which it can't from a DLL.

Steve

Steve
Bild des Benutzers Jugoslav Dujic

You might be interested in my XFTGDI module that (is supposed to) works from a DLL. Currently it works only with "pure" graphics (no other user-interaction routines).

Jugoslav www.xeffort.com

Melden Sie sich an, um einen Kommentar zu hinterlassen.