[Issue 9723] add missing main() when compiling exe with -unittest
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Mar 14 17:49:05 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9723
Vladimir Panteleev <thecybershadow at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |thecybershadow at gmail.com
--- Comment #6 from Vladimir Panteleev <thecybershadow at gmail.com> 2013-03-15 02:49:04 EET ---
Some libraries define main(), and let the user define their own entry point.
E.g. libfoo could have a foomain() declaration, and the user has to implement
it.
I believe SDL is one library that does this.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list