Page 1 of 1

Seekdir and Telldir not working in Visual Studio

Posted: 2015-08-04T21:11:43-07:00
by lavenderx311
Hi all,

I coded a program in Xcode on Mac and it was working perfectly fine. When I tried to transfer it over to Visual Studios Community 2015 on Windows the two functions seekdir() and telldir() will not work, while opendir() is okay. The error says "identifier "seekdir" is undefined"" and same for telldir. Any ideas?