DIP Reference & Utility Software Contribution --------------------------------------------- Contacts: Chris Poppe, Multimedia Lab - Ghent University chris.poppe@ugent.be Saar De Zutter, Multimedia Lab - Ghent University saar.dezutter@ugent.be Rik Van de Walle, Multimedia Lab - Ghent University rik.vandewalle@ugent.be Description: Java and C++ source code from Ghent University participation in DIP AMD/1 development. Input: N/A Ouput: N/A Software details: Language: Java, C++ Execution: This software needs to be used with the reference software for DIP FDIS. To execute, copy the files in /DIP_-_DIP_AMD1_-_Ghent_University_v01/bin to the folder /DIP_-_DIP_FDIS_-_Ghent_University-1_1_2/bin. Use cppDI.bat to automatically start the DIP Engine and to load cppDI.xml. The only method in cppDI.xml will execute a JDIXO (RunCPP.class). The JDIXO will use Wrapper.dll to execute a C++ program (CppProgram.dll). The result will be a messagebox invoked from inside the C++ program by using DIP functionality offered by the Java based DIP Engine. Build: Java source code has been delivered for the JDIXO ( /DIP_-_DIP_AMD1_-_Ghent_University_v01/src/RunCPP.java). C++ source code and workspaces (Microsoft Visual C++ 2005 Express Edition) are provided to build the Wrapper library and the C++ program.