The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
[SOLVED] Writing my first operator. Use Unuk or Vega code branch?
Hello all,
I'm writing my first operator (working from the whitepaper). Should I begin with Unuk or Vega SVN branch? (or W??? branch)
Also, Is it compatible to use 32 bit IDE with compiler compliance level 1.7 with Java 7 64bit as the installed Java?
machine: Win7 64bit
IDE: Eclipse Juno Windows 32bit
Java: Java 7 update 3 (64-bit) Oracle
Thanks and regards,
Owen
I'm writing my first operator (working from the whitepaper). Should I begin with Unuk or Vega SVN branch? (or W??? branch)
Also, Is it compatible to use 32 bit IDE with compiler compliance level 1.7 with Java 7 64bit as the installed Java?
machine: Win7 64bit
IDE: Eclipse Juno Windows 32bit
Java: Java 7 update 3 (64-bit) Oracle
Thanks and regards,
Owen
Tagged:
0
Answers
Unuk and Vega are code names for major versions and Unuk is our current release.
Currently we are switching to git internally, so the git repository on sourceforge is not in sync with our current develop-branch. So, in the near future we will sync it either with the git-repository on sourceforge and/or with github.
In the meantime you should use the 'Unuk' branch to develop your own operator/extension.
Best
Marcin
By successful, I mean 0 errors and 1300 warnings.
Regards,
Owen