Dragon Slayer wrote:
> Dont really understand what does that means. Thanks anyway Thomas 
> Hruska.
> 
> --- In [email protected], Thomas Hruska <[EMAIL PROTECTED]> wrote:
>> Dragon Slayer wrote:
>>> I try to find some opendir()/readdir()/closedir() examples on 
> line. But 
>>> when i try to compile it shows a msg like below:
>>>
>>> ""fatal error C1083: Cannot open include file: 'dirent.h': No 
> such file 
>>> or directory""
>>>
>>> Any other way for me to access the directory and browse all the 
> files 
>>> in it?
>> Don't send me messages off-list.

That means:  Don't send messages to me off of c-prog.  Leave 
communication on-list so others can help out.


>> http://www.gnu.org/software/guile/guile.html
>>
>> Appears to have lightweight dirent.c and dirent.h ports for Windows 
>> therein.  LGPL.

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.

-- 
Thomas Hruska
CubicleSoft President
Ph: 517-803-4197

*NEW* MyTaskFocus 1.1
Get on task.  Stay on task.

http://www.CubicleSoft.com/MyTaskFocus/

Reply via email to