Hi, thx to university i got hold of Visual Studio 2005 (not express edition)
i followed all instructions as described in the Juce release notes and the sticky thread in this forum.
unfortunately i’m still not able to get Juce to compile:
BuildLog.html:
juce_win32_ASIO.cpp
..\platform_specific_code\juce_win32_ASIO.cpp(58) : fatal error C1083: Cannot open include file: 'iasiodrv.h': No such file or directory
juce_QuickTimeMovieComponent.cpp
..\..\..\src\juce_appframework\gui\components\special\juce_QuickTimeMovieComponent.cpp(46) : fatal error C1083: Cannot open type library file: 'QTOLibrary.dll': No such file or directory
building a simple Juce based project also failed…
Compiling...
ApplicationStartup.cpp
JUCE! Library to link to: jucelib_static_Win32_debug.lib
MainAppWindow.cpp
JUCE! Library to link to: jucelib_static_Win32_debug.lib
Generating Code...
Compiling manifest to resources...
Linking...
LINK : fatal error LNK1104: cannot open file 'jucelib_static_Win32_debug.lib'
any help is appreciated, or should i just go with the free express version of VS2005?
i’m not an experienced programmer… but i understood and carried out all instructions i could find… [/code]