[AD] for_each_file not working |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
Hi,
It seems that somewhere in between the current CVS version and WIP 37,
for_each_file broke.
Here's the code I'm using:
TRACE("Searching for level...\n");
r = for_each_file("data/*.lvl", 0, load_level, 0);
At this point, r is 0 and the callback was never called (verified via
TRACE). I am using MSVC 6.0, Win2k pro sp2, Allegro 3.9.39 CVS of yesterday.
The code above worked in WIP 37, and the files do exist.
Thanks.
--
- Robert J Ohannessian
"Microsoft code is probably O(n^20)" (my CS prof)
http://pages.infinit.net/voidstar/