[Github-comments] [geany/geany] Entry point _time32 not found in msvcrt.dll - Win XP SP3 (#1715)

elextr notifications at xxxxx
Wed Dec 13 22:40:46 UTC 2017


A quick google shows that current Microsoft operating systems have made `time()` an alias for `_time64()` so those libraries Geany uses (probably Glib) have to use `_time32()` to explicitly get a 32 bit time even on a 64 bit system.  So they will not run on any version thats so old that `_time32()` does not exist.

This cannot be fixed by Geany as its buried in the libraries.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1715#issuecomment-351548548
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20171213/9d266511/attachment.html>


More information about the Github-comments mailing list