Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dirent not defined in fileexp.cpp #20

Open
superowner opened this issue Jul 31, 2018 · 1 comment
Open

dirent not defined in fileexp.cpp #20

superowner opened this issue Jul 31, 2018 · 1 comment

Comments

@superowner
Copy link

Hello ,in windows ,int fileexp.cpp ," while( dirent* fn = dir.read() )" is error, you have not defined dirent and fn

@squell
Copy link
Owner

squell commented Jun 3, 2021

dirent.h must be available, see:

id3/INSTALL

Lines 108 to 112 in c7b729d

Notes for building under Windows:
* When using MSVC, the file 'dirent.h' is not included with the compiler. You
can use the open source replacement by Toni Ronkko, obtainable at
https://github.com/tronkko/dirent/

@squell squell changed the title error in fileexp.cpp dirent not defined in fileexp.cpp Jun 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants