Skip to content

Commit 5cdf1de

Browse files
committed
Updating for working export on mac os, working on widows, and easiest integration in eclipse
> I noticed that the 32bit version didn’t work on macos : i refactored the native lib forlder to have a macos64 and a windows32 as inticated in the processing wiki. > I noticed that the macos export didn’t work due to the loading of native lib : i made a dynamic loading of this lib for macos64 and windows32 so the export work great now for both os, and the use of your librarie is easier in eclipse. (my code i based on the same system of the video librarie from Andrés Colubri) > I noticed that the Cascad loading didn’t work on windows, so i updated the dynamic loading, so now it works great and the use of your librarie is easier in eclipse. (my code i based on the same system of the video librarie from Andrés Colubri)
1 parent 67afc6b commit 5cdf1de

86 files changed

Lines changed: 79 additions & 14 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
55
<classpathentry kind="lib" path="/Users/p0/Documents/Eclipse/processing-libraries/core.jar"/>
6-
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/opencv-2.4.5"/>
6+
<classpathentry kind="lib" path="/Users/p0/Documents/Eclipse/opencv-processing/lib/opencv-245.jar"/>
77
<classpathentry kind="output" path="bin"/>
88
</classpath>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)