Changes between Version 7 and Version 8 of GROUP_WRAPPERS_R0
- Timestamp:
- 08/26/09 17:28:44 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GROUP_WRAPPERS_R0
v7 v8 53 53 A new module will be created - org.sophie2.native. This module will contain the Java part, all commands and responses. In later revision they will be separated. Also there will be a distrib folder in this module where all native application builds will reside. By all I mean that every native application should be build on every platform we support - Windows 32/64 bit, Linux (whatever this means) 32/64 bit, Mac OS 32/64 bit (is there such separation in the Apple world?). Later these executable files can be copied under resources/distrib for the release. 54 54 55 The C++ code will be in the same module in the folder native in the same level as the src directory. 55 The C++ code will be in the same module in a folder named "native" in the same level as the src directory. 56 57 There will be utility classes that will handle some common problems like: 58 * encoding/decoding String to int representations 59 * swapping BigEndian ints and LittleEndian ints 60 * convert byte array to int array 61 * functionality that is needed in the implementation section 56 62 57 63