Re: pyrex as Prothon standard extension language
"Mark Hahn" <[email protected]>
| Newsgroups | gmane.comp.lang.prothon.user |
|---|---|
| Message-ID | <[email protected]> |
Samuel M. Smith wrote: > The wiki assumes DLL interface. This is windows only. Shouldn't you > use something that is cross platform. Anywhere I mention DLL I am assuming the Linux and Unix equivalents also. I am just a win32 programmer so you have to forgive my use of win32 terms. Prothon uses the Apache Portable Runtime (APR) and it has the routines to work with "DLLs" that are portable across all platforms. They use the term "DSO" or something like that, whatever that means.