[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gm2] version of compile time library
From: |
Martin Kalbfuß |
Subject: |
[Gm2] version of compile time library |
Date: |
Thu, 17 Dec 2009 03:28:43 +0100 |
Hi,
SDL has two ways of getting the library version. A function which is
returning the version of the linked library. And some defines in a
header repesenting the compile time version. Modula-2 has definition
modules. Not headers. So I'm not sure how to to something like this?
I tried to include the defines in the definition module of the library.
But the program importing the module doesn't see them.
What about __INLINE__? Could this help here?
Thanks,
--
Martin Kalbfuß <address@hidden>
- [Gm2] version of compile time library,
Martin Kalbfuß <=