🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

[SOLVED] Writing my first operator. Use Unuk or Vega code branch?

User: "owen"
New Altair Community Member
Updated by Jocelyn
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

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "Skirzynski"
    New Altair Community Member
    Hey,

    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
    User: "owen"
    New Altair Community Member
    OP
    Thanks. I now have successful build of Unuk on Eclipse Juno 32bit on Win7x64 at compiler compatibility level 1.7 with  Java 7 64bit installed.
    By successful, I mean 0 errors and 1300 warnings.

    Regards,

    Owen