Recent changes

Have there been any changes affecting Windows recently that would have resulted in: 

  • The plugin extension changing from .aaxplugin in some circumstances
  • The use of an x64 folder name for 64-bit builds? 

I've got some weird problems here with my Windows packaging...

Don't remember anything like that...

Bloody strange ... I've got a new x64 directory appearing with the build output from VS2013 ... If anyone else sees this ... shout :)

Mmm, no wonder you don't remember it.  The aaxplugin change was from Feb.  No idea why it's just become an issue now ... perhaps Introjucer wasn't as up to date as I thought on that computer :) 


diff --git a/extras/Introjucer/Source/Project/jucer_AudioPluginModule.h b/extras/Introjucer/Source/Project/jucer_AudioPluginModule.h
index a093e15..3277489 100644
--- a/extras/Introjucer/Source/Project/jucer_AudioPluginModule.h
+++ b/extras/Introjucer/Source/Project/jucer_AudioPluginModule.h
@@ -634,8 +634,6 @@ namespace AAXHelpers
             if (exporter.isVisualStudio())
             {
-                exporter.msvcTargetSuffix = ".aaxplugin";
-
                 for (ProjectExporter::ConfigIterator config (exporter); config.next();)
                     if (config->getValue (Ids::useRuntimeLibDLL).getValue().isVoid())
                         config->getValue (Ids::useRuntimeLibDLL) = true;
 

The x64 folder name problem might be something else.  VisualStudio has stopped showing any property pages at all for this project ... !! It's completely blank.  So tricky to debug!

Moved to a new thread...