Visual Studio 2011 beta

Dear Jules, dear all,

I was playing a little with the new Microsoft’s release. At first glance I’ve enjoyed a nice minimalist GUI interface.

But I’d like to warn you that there is a little flaw I woul like to show you: In the juce_amalgamated.cpp file, there is a problem witj release version macro:

#if _MSC_VER <= 1600 || defined __BORLANDC__ /* @@@ [2G limit] */ #define fseeko fseek #define ftello ftell #endif #endif

I’ve changed 1600 to 1700 and everything worked again flawlessly.

For your info!

All my best,

Gabriel

Thanks. I don’t think that code actually exists in the latest codebase though, you’re probably using an older release?

Ah! It’s true! Sorry for that, jules!

Nevertheless, thank you for your politeness, as usual!

Gabriel!