emra700 / juced

Automatically exported from code.google.com/p/juced
0 stars 0 forks source link

DrumSynth VS8 Additional include Directories #21

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What is the expected output? 
Compilation Success
What do you see instead?
Compilation Errors
What version of the product are you using? 
Revision 161
On what operating system?
Windows XP, Visual Studio 8 \apps\drumsynth\build\win32\JuceDemoPlugin.sln

Include directories should be changed from

C:\Documents and Settings\eLy\My Documents\Programming\Juced\vst\vstsdk2.4
C:\Documents and Settings\eLy\My Documents\Programming\Juced\juce

To

../../../../juce
../../../../vst/vstsdk2.4

Still, once I fix that, I get uninstd.h missing.
Should I compile this with mingw/mysys?

Original issue reported on code.google.com by bione...@gmail.com on 21 Jan 2010 at 7:22

GoogleCodeExporter commented 8 years ago
After some changes and trying harder I think I am closer to compile it.
The error I get now is

Error   6510    error LNK2019: unresolved external symbol "public: static bool 
__cdecl
juce::Component::isMouseButtonDownAnywhere(void)"
(?isMouseButtonDownAnywhere@Component@juce@@SA_NXZ) referenced in function 
"public:
void __thiscall JuceVSTWrapper::tryMasterIdle(void)"
(?tryMasterIdle@JuceVSTWrapper@@QAEXXZ) juce_VST_Wrapper.obj

I don't know how to fix that. Any help?

Original comment by bione...@gmail.com on 21 Jan 2010 at 8:06