On Wed, Jun 18, 2008 at 12:23 AM, Thomas Hruska <[EMAIL PROTECTED]> wrote:
> Guile appears to have source code implementations for > opendir()/readdir()/closedir() for Windows compilers (it looks like you > are using VC++) within dirent.c and dirent.h within the ZIP files. It > appears to be LGPL, which is a broader license than GPL, but still > pretty restrictive. You may want to find an alternate implementation or > those functions or roll your own. Other options are to use MinGW (which is a Windows port of GCC and related tools) with wxDevC++ or Eclipse. Is FindFirstFile() and related WinAPI calls not an option here? -- Brett ------------------------------------------------------------ "In the rhythm of music a secret is hidden; If I were to divulge it, it would overturn the world." -- Jelaleddin Rumi
