Hi,
I have a project that someone did for me about a year or two ago that i am trying to set up in Eclipse so I can look through the source files and make additions and changes, but I am running into problems which seem to be related to the fact that the program was written around the time changes where being made to the JOGL libraries etc. As a result I have several places in the code where it complains about things not matching correctly as shown below in the line of code that generates the following error. Does anyone have a suggestion about what I should do to update the code so it matches the recent changes in JOGL. There are a large number of class files in the project so I am hoping for a solution that requires minimal changes.
Thanks,
Edward
code: context = GLDrawableFactory.getFactory().createExternalGLContext();
error: The method getFactory(GLProfile) in the type GLDrawableFactory is not applicable for the arguments ()