Standalone Export Error
-
Hi All,
I Just finished a standalone test application in my windows 10 OS.
My application is running on HISE without any error. But while try to Export as Standalone Application showing "System cannot find the path"
Could anyone please tell me about this error ?
Thanks and Regards
San [Plugintutor] -
@plugintutor Are you using Visual Studio 2017?
-
@d-healey - see line 2 of his screenshot...
-
@plugintutor - how many copies of HISE have you on your machine?
-
see line 2 of his screenshot...
That's just the Projucer output. My money is on VS not installed too.
-
@Christoph-Hart I wonder how he built HISE then....
-
@Lindon Probably using VS 2019 or 2022
-
-
I am using Visual Studio Community 2019
I built the HISE with Visual Studio Community 2019
But in JUICE Selected exporter , I found Visual Studio 2017 only.
Should I use only Visual Studio 2017 ?
Thanks Regards
San [Plugintutor] -
@plugintutor Either you need to use VS2017, or you need to open the VS file generated by Projucer inside VS2019 and skip the automated build.
-
Thanks ,
As Juce support VS2015 or higher, I thought it will work on VS2019.
I didn't know that, the automatic built only work in VS2017.I will install VS2017 and try again.
Regards
San[Plugintutor] -
Thanks to all.
I installed the VS 2017 and IPP 2021 and my stand alone application exported without any error.
Sorry for asking again, few more basic questions as I am new to this forum.
After installed the Exported exe in different computer, I found two thing missing as per my expectation. One is Disable Maximize Button and Application Icon.
I found there is a post on Disable Maximize Button -
https://forum.hise.audio/topic/1138/disable-the-maximize-button-on-a-standalone?_=1667720725519
But I didn't find any update on this .Also how to change my exe icon of Standalone Application ?
Thanks and Regards
San [ Plugintutor] -
https://forum.hise.audio/topic/6112/titlebar-buttons/2?_=1667731710242
For the icon place a png file in your images folder called Icon.png - https://docs.hise.audio/working-with-hise/project-management/projects-folders/images.html
-
I modified the FrontEndProcessor.cpp file and
Disable Maximize Button just working fine.Also the application icon.
I really appreciate.
Thanks and Regards
San[Plugintutor]