Hi Guys, I'm hoping that someone more familiar with VS 2008 can help me. I have used CMake to create a VS 2008 project for Fludisynth, and used the Windows build of Jack 1.9.7 for Include and Libs. The project is created successfully, I'm able to open it in VS 2008, but when I attempt a build I get the following linking errors:
Linking... Creating library C:\source\fluidsynth-r417\build\src\Release\fluidsynth.lib and object C:\source\fluidsynth-r417\build\src\Release\fluidsynth.exp fluid_adriver.obj : error LNK2001: unresolved external symbol _fluid_jack_audio_driver_settings fluid_adriver.obj : error LNK2001: unresolved external symbol _delete_fluid_jack_audio_driver fluid_adriver.obj : error LNK2001: unresolved external symbol _new_fluid_jack_audio_driver2 fluid_adriver.obj : error LNK2001: unresolved external symbol _new_fluid_jack_audio_driver fluid_mdriver.obj : error LNK2001: unresolved external symbol _fluid_jack_midi_driver_settings fluid_mdriver.obj : error LNK2001: unresolved external symbol _delete_fluid_jack_midi_driver fluid_mdriver.obj : error LNK2001: unresolved external symbol _new_fluid_jack_midi_driver C:\source\fluidsynth-r417\build\src\Release\libfluidsynth.dll : fatal error LNK1120: 7 unresolved externals Build log was saved at "file://c:\source\Copy (2) of fluidsynth-r417\build\src\Release\BuildLog.htm" libfluidsynth - 8 error(s), 0 warning(s) ========== Rebuild All: 1 succeeded, 1 failed, 0 skipped ========== So somewhere I'm missing a reference or lib or dll... I'm not a programmer, just a hobbyist (Technical Writer by trade), so if anyone has some pointers that would help locate or fix the problem please let me know. Kind regards, GrahamG _______________________________________________ fluid-dev mailing list fluid-dev@nongnu.org http://lists.nongnu.org/mailman/listinfo/fluid-dev