From: Torsten W. <tor...@ho...> - 2002-09-04 19:03:42
|
Hi @all, while trying to compile the libraries for GL4Java I got the following linking error: --------------------Configuration: GL4JavaJauGljJNI13 - Win32 Release-------------------- Linking... Creating library ../libs/GL4JavaJauGljJNI13.lib and object ../libs/GL4JavaJauGljJNI13.exp OpenGLU_JauJNI12_funcs.obj : error LNK2001: unresolved external symbol _FreeArrays OpenGLU_JauJNI12_funcs.obj : error LNK2001: unresolved external symbol _RegisterArray ../libs/GL4JavaJauGljJNI13.dll : fatal error LNK1120: 2 unresolved externals Error executing link.exe. GL4JavaJauGljJNI13.dll - 3 error(s), 0 warning(s) Any suggestions? ciao torsten _________________________________________________________________ Werden Sie Mitglied bei MSN Hotmail, dem größten E-Mail-Service der Welt: http://www.hotmail.com/de |
From: Pepijn V. E. <pep...@lu...> - 2002-09-30 08:08:22
|
The visual studio projects in the cvs don't include the MemoryManager.c source file. Add that and it should compile. Pepijn Van Eeckhoudt ----- Original Message ----- From: "Torsten Wiederkehr" <tor...@ho...> To: <gl4...@li...> Sent: Wednesday, September 04, 2002 9:03 PM Subject: [gl4java-usergroup] Linking error > Hi @all, > > while trying to compile the libraries for GL4Java I got the following > linking error: > > --------------------Configuration: GL4JavaJauGljJNI13 - Win32 > Release-------------------- > Linking... > Creating library ../libs/GL4JavaJauGljJNI13.lib and object > ../libs/GL4JavaJauGljJNI13.exp > OpenGLU_JauJNI12_funcs.obj : error LNK2001: unresolved external symbol > _FreeArrays > OpenGLU_JauJNI12_funcs.obj : error LNK2001: unresolved external symbol > _RegisterArray > ../libs/GL4JavaJauGljJNI13.dll : fatal error LNK1120: 2 unresolved externals > Error executing link.exe. > > GL4JavaJauGljJNI13.dll - 3 error(s), 0 warning(s) > > Any suggestions? > > ciao torsten > > _________________________________________________________________ > Werden Sie Mitglied bei MSN Hotmail, dem größten E-Mail-Service der Welt: > http://www.hotmail.com/de > > > > ------------------------------------------------------- > This sf.net email is sponsored by: OSDN - Tired of that same old > cell phone? Get a new here for FREE! > https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 > _______________________________________________ > gl4java-usergroup mailing list > gl4...@li... > https://lists.sourceforge.net/lists/listinfo/gl4java-usergroup |
From: Mark M. <pat...@lm...> - 2002-12-16 17:43:00
|
Hi, This message is mostly to the GL4Java developers, or any one with information on the following. I've been using GL4Java 2.8.2.0 in our product for a year now (see www.infoscene.net ). Since we ported from Magician to GL4Java back in January 2002, there have been no new releases of GL4Java. Thankfully it seems to work fine with all the new Java SDKs that came out. (Currently, we are using SDK 1.4.1 and/or SDK 1.4.1._01). However, I am wincing as I await the day that GL4Java 2.8.2.0 no longer works with an upcoming SDK. So, I am wondering, are there plans to release a new version of GL4Java? And, technically speaking, what is the probability that a new SDK could "break" GL4Java 2.8.2.0? Thanks for any information. -Mark |
From: Mikael A. <mik...@te...> - 2002-12-17 07:14:19
|
Hi ! The latest GL4Java is using 1.4 features if you have it installed so you are pretty much up to date, and the java api is very stable so I don't think you have much to worry about, so far Sun has kept backward compatibility very good. Mikael ----- Original Message ----- From: "Mark Montana" <pat...@lm...> To: <gl4...@li...> Cc: "Duffy, Roy" <roy...@lm...>; "Gordon, Ken" <ken...@lm...> Sent: Monday, December 16, 2002 6:42 PM Subject: [gl4java-usergroup] New SDKs, but no new GL4Java? > Hi, > This message is mostly to the GL4Java developers, or any one with information on > the following. I've been using GL4Java 2.8.2.0 in our product for a year now > (see www.infoscene.net ). Since we ported from Magician to GL4Java back in > January 2002, there have been no new releases of GL4Java. Thankfully it seems to > work fine with all the new Java SDKs that came out. (Currently, we are using SDK > 1.4.1 and/or SDK 1.4.1._01). > > However, I am wincing as I await the day that GL4Java 2.8.2.0 no longer works > with an upcoming SDK. So, I am wondering, are there plans to release a new > version of GL4Java? And, technically speaking, what is the probability that a > new SDK could "break" GL4Java 2.8.2.0? > Thanks for any information. > -Mark > > > > ------------------------------------------------------- > This sf.net email is sponsored by: > With Great Power, Comes Great Responsibility > Learn to use your power at OSDN's High Performance Computing Channel > http://hpc.devchannel.org/ > _______________________________________________ > gl4java-usergroup mailing list > gl4...@li... > https://lists.sourceforge.net/lists/listinfo/gl4java-usergroup |