Seekdir and Telldir not working in Visual Studio

Magick++ is an object-oriented C++ interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning Magick++.
Post Reply
lavenderx311
Posts: 2
Joined: 2015-08-03T18:51:08-07:00
Authentication code: 1151

Seekdir and Telldir not working in Visual Studio

Post 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?
Post Reply