Re: [AD] modeselector speed-up & small bugreport. |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> Eric, how long does create_driver_list() take on your computer now?
In the test program, the mode selector takes now slightly less than one
second to display.
> i guess the grabber should be compiled as a console application.
In makefile.all, the grabber is compiled with $(LINK_WITH_PLUGINS), not
$(LINK_CONSOLE_WITH_PLUGINS). Moreover, contrary to dat.c, dat2s.c or
pat2dat.c, USE_CONSOLE is not defined.
It compiles fine as a windows app under Mingw32 (it didn't before because
LINK_WITH_PLUGINS was wrong in makefile.mgw but it has always compiled as a
windows app under MSVC). The problem under Cygwin is strange.
---
Eric Botcazou
ebotcazou@xxxxxxxxxx