Can't compile a DLL from the Export menu without getting an error message??? Can anyone help
-
@d-healey Hi...Apologies for the entire transcript and walk-through. The only thing I can think of is one of 2 things:
I have an installed version of JUCE on my PC already (so not the version provided in the Zip that I used to compile with)
or
I have a pointer to Visual Studio 2017 and that is confusing matters. I have uninstalled VS 2017 a very long time ago, (UNREAL ENGINE/Android developer) so maybe it's in the registry somewhere?
Uuummmm
-
@GreekProgrammer Let's try and work it out :)
What happens if you make a brand new, empty, HISE project, and try to export it as a standalone app?
-
@GreekProgrammer How do I do this please?
Thanks for your helpis this the source code?
-
@GreekProgrammer Open HISE, go to File >> Create new project
-
@d-healey Its still not showing up in the hardcoded?
funny though, it has previously appeared in the ScriptFX????
-
@GreekProgrammer Just follow my instructions :)
Create a new project, do not add anything to it, don't worry about script node, forget about RNBO. We are just trying to export the most basic HISE project possible. One step at a time.
-
@d-healey oK!!
healytest project
-
@GreekProgrammer Nope, you've added a waveform generator and an effect. Try again. Once you have an empty project go to Export >> Export as Standalone Application
-
@d-healey Whoops so sorry OK here goes....
Same again!
Top man though (good idea) -
@d-healey
The same error occurs for the Rhapsody project too -
@GreekProgrammer said in Can't compile a DLL from the Export menu without getting an error message??? Can anyone help:
Same again!
That's good. It means it is not a problem related to RNBO or scriptnode specifically.
Open a command prompt (cmd) and type msbuild and hit enter, tell me what happens.
-
Hello!
here is what has happened...
C:>msbuild
'msbuild' is not recognized as an internal or external command,
operable program or batch file. -
@GreekProgrammer Mystery solved, you need to install msbuild - this should be available from the Visual Studio installer if I recall correctly.
-
Hi! I hope so 100% believe you are on the case!
Is there any particular version to download...I'll take a screenshot in a moment.
Thank you -
Heres the shot...
-
@GreekProgrammer said in Can't compile a DLL from the Export menu without getting an error message??? Can anyone help:
Is there any particular version to download...I'll take a screenshot in a moment.
I'm not sure, I don't remember having to install it separately so I guess it was already checked along with whatever other options I selected at the time.
-
I've just installed it...
-
-
@GreekProgrammer said in Can't compile a DLL from the Export menu without getting an error message??? Can anyone help:
NOPE Still no joy :-(
Use the test project for now, I think you'll still hit the error
-