1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00

New class: TemporaryFile, which manages a temporary file, deleting it when it goes out of scope. Also fixes for compile problems in VC7.

This commit is contained in:
Julian Storer 2010-01-16 17:51:48 +00:00
parent 38bd05de16
commit 0744c0db37
22 changed files with 542 additions and 186 deletions

View file

@ -34,11 +34,6 @@ BEGIN_JUCE_NAMESPACE
#include "../geometry/juce_Rectangle.h"
#include "../../../containers/juce_SparseSet.h"
#if JUCE_MSVC
#pragma warning (disable: 4996) // deprecated sprintf warning
#endif
// this will throw an assertion if you try to draw something that's not
// possible in postscript
#define WARN_ABOUT_NON_POSTSCRIPT_OPERATIONS 0