Hello,

In the Readme_Win.txt file that is distributed with the PortMidi source, at
step 6 - Method 2 there's a list of preparations:


6)  set the Java SDK path using one of two methods:
>     Method 1: open portmidi/CMakeLists.txt with CMake, configure, and
>         generate -- this should find the Java SDK path and update your
>             solution and project files
>     Method 2: (does not require CMake):
>         - open the pmjni project properties
>         - visit Configuration Properties, C/C++, General
>         - find Additional Include Directories property and open the editor
> (...)
>         - at the end of the list, you will find two paths mentioning Java
>         - these are absolute paths to the Java SDK; you'll need to install
> the
>           Java SDK (from Sun) and update these directories in order to
> build
>           this project.
>


There's one more additional step that has to be taken for Method 2 for the *
pmjni* project to compile. The Linker->Input->Additional Dependancies list
has the path to the jvm.lib file which needs to be replaced. I had trouble
compiling until I found the linker settings had a broken path for the *
jvm.lib* file. Just thought I should let you know so you might update the
Readme file.




Kind regards,
Andrej Mitrovic
_______________________________________________
media_api mailing list
media_api@create.ucsb.edu
http://lists.create.ucsb.edu/mailman/listinfo/media_api

Reply via email to