Hello All
I have downloaded both the coverflow .exe & its source. when i open the source in VisualStudio2008 & try to build it,it gives me following error
fatal error C1083: Cannot open include file: ‘juce.h’: No such file or directory
please tell me how to resolve this.
I use windows XP OS.
please reply my mail id indrajeet.1125@gmail.com
Regards
Indrajeet
Erm, have you installed/built JUCE / its demos before? (notice that this forum is mostly about JUCE!)
Start here http://www.rawmaterialsoftware.com/juce.php
Hi Max,
Thanks for sharing this, it’s great stuff!!!
I have the same problem on my XP. Did you find what was the problem with this files.
[Edit]
I finally found what was the problem.
On some old version of Open GL (1.1 for instance that is used on my Intel chipset), the width and the height passed to glTexImage2D must be a power of 2.
If you look at the size of Chic - Le Freak.jpg, you’ll see that it is 128*127.
Kevin