Brett McCoy wrote: > 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 > > ------------------------------------
I don't know. I just suggested opendir() and kin. If the OP looks at the source for those functions under a Windows compiler, they would find that FindFirstFile() and kin are used behind the scenes. -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. http://www.CubicleSoft.com/MyTaskFocus/
