Hi, here is a diff of the needed fixes for compiling the introjucer with visual studio 2005.
[code]Index: extras/Introjucer/Source/Application/jucer_AppearanceSettings.cpp
— extras/Introjucer/Source/Application/jucer_AppearanceSettings.cpp (revision 70)
+++ extras/Introjucer/Source/Application/jucer_AppearanceSettings.cpp (working copy)
@@ -343,7 +343,7 @@
//==============================================================================
class EditorPanel : public Component,
-
private Button::Listener
-
{private ButtonListener // (can't use Button::Listener due to idiotic VC2005 bug)
public:
EditorPanel()
Index: extras/Introjucer/Source/Code Editor/jucer_SourceCodeEditor.cpp
===================================================================
— extras/Introjucer/Source/Code Editor/jucer_SourceCodeEditor.cpp (revision 70)
+++ extras/Introjucer/Source/Code Editor/jucer_SourceCodeEditor.cpp (working copy)
@@ -264,7 +264,7 @@
//==============================================================================
class GenericCodeEditorComponent::FindPanel : public Component,
private TextEditor::Listener,
-
private Button::Listener
-
private ButtonListener // (can't use Button::Listener due to idiotic VC2005 bug)
{
public:
FindPanel()
[/code]
