|
View:
New views
8 Messages
—
Rating Filter:
Alert me
|
|
|
Release candidate 2?Gentlemen,
I've put in several changes in the past week and have just finished the tab-to-space conversion in the Spaceball code. I have also been somewhat confused by the earlier e-mail exchanges. What is standing between us and Release Candidate 2? - John ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Freeglut-developer mailing list Freeglut-developer@... https://lists.sourceforge.net/lists/listinfo/freeglut-developer |
|
|
Re: Release candidate 2?Hi John,
I just tried building on VS2008, but I get the following linker errors when the .dll is attempted to be created: 1> Creating library C:\projects\Dependency\freeglut\VisualStudio2008\Debug\freeglut.lib and object C:\projects\Dependency\freeglut\VisualStudio2008\Debug\freeglut.exp 1>freeglut_callbacks.obj : error LNK2019: unresolved external symbol _fgInitialiseSpaceball referenced in function _glutSpaceballMotionFunc@4 1>freeglut_state.obj : error LNK2019: unresolved external symbol _fgSpaceballNumButtons referenced in function _glutDeviceGet@4 1>freeglut_state.obj : error LNK2019: unresolved external symbol _fgHasSpaceball referenced in function _glutDeviceGet@4 1>C:\projects\Dependency\freeglut\VisualStudio2008\Debug\freeglut.dll : fatal error LNK1120: 3 unresolved externals When building the static library, creating the library of course succeeds, but all the example programs fail with the same linker errors as above. What Include or so do I need to add to my project settings to get this to build? I don't see you have made any changes to the project files in SVN. Best, Dee On Sun, Nov 8, 2009 at 9:58 AM, John F. Fay <johnffay@...> wrote: > Gentlemen, > > I've put in several changes in the past week and have just finished > the tab-to-space conversion in the Spaceball code. I have also been > somewhat confused by the earlier e-mail exchanges. What is standing > between us and Release Candidate 2? > > - John > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Freeglut-developer mailing list > Freeglut-developer@... > https://lists.sourceforge.net/lists/listinfo/freeglut-developer > ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Freeglut-developer mailing list Freeglut-developer@... https://lists.sourceforge.net/lists/listinfo/freeglut-developer |
|
|
Re: Release candidate 2?Dee,
Most likely you need to add "freeglut_spaceball.c" to the project file, or whatever the VS2005/VS2008 equivalent is. I added it to the project file for MSVC6 but didn't have any way to add it to the other files. Probably it needs to be added to the Watcom build as well. - John At 08:15 PM 11/7/2009, you wrote: >Hi John, I just tried building on VS2008, but I >get the following linker errors when the .dll is >attempted to be created: 1> Creating library >C:\projects\Dependency\freeglut\VisualStudio2008\Debug\freeglut.lib >and object >C:\projects\Dependency\freeglut\VisualStudio2008\Debug\freeglut.exp >1>freeglut_callbacks.obj : error LNK2019: >unresolved external symbol >_fgInitialiseSpaceball referenced in function >_glutSpaceballMotionFunc@4 1>freeglut_state.obj >: error LNK2019: unresolved external symbol >_fgSpaceballNumButtons referenced in function >_glutDeviceGet@4 1>freeglut_state.obj : error >LNK2019: unresolved external symbol >_fgHasSpaceball referenced in function >_glutDeviceGet@4 >1>C:\projects\Dependency\freeglut\VisualStudio2008\Debug\freeglut.dll >: fatal error LNK1120: 3 unresolved externals >When building the static library, creating the >library of course succeeds, but all the example >programs fail with the same linker errors as >above. What Include or so do I need to add to my >project settings to get this to build? I don't >see you have made any changes to the project >files in SVN. Best, Dee On Sun, Nov 8, 2009 at >9:58 AM, John F. Fay <johnffay@...> >wrote: > Gentlemen, > > Â Â Â Â I've put in >several changes in the past week and have just >finished > the tab-to-space conversion in the >Spaceball code. Â I have also been > somewhat >confused by the earlier e-mail exchanges. Â What >is standing > between us and Release Candidate >2? > > Â Â Â Â Â Â Â Â - John > > > >------------------------------------------------------------------------------ > > Let Crystal Reports handle the reporting - >Free Crystal Reports 2008 30-Day > trial. >Simplify your report design, integration and >deployment - and focus on > what you do best, >core application coding. Discover what's new >with > Crystal Reports now. Â >http://p.sf.net/sfu/bobj-july > >_______________________________________________ > > Freeglut-developer mailing list > >Freeglut-developer@... > >https://lists.sourceforge.net/lists/listinfo/freeglut-developer > > >------------------------------------------------------------------------------ >Let Crystal Reports handle the reporting - Free >Crystal Reports 2008 30-Day trial. Simplify your >report design, integration and deployment - and >focus on what you do best, core application >coding. Discover what's new with Crystal Reports >now. http://p.sf.net/sfu/bobj-july >_______________________________________________ >Freeglut-developer mailing list >Freeglut-developer@... >https://lists.sourceforge.net/lists/listinfo/freeglut-developer ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Freeglut-developer mailing list Freeglut-developer@... https://lists.sourceforge.net/lists/listinfo/freeglut-developer |
|
|
Re: Release candidate 2?Hi John,
That did the trick. I'm happy to tell you all still builds and runs fine (even been able to verify the OpenGL 3 demo now, got a gfx card now that can handle it). See the attachment for updated project files for VS2008. Best, Dee On Sun, Nov 8, 2009 at 10:55 AM, John F. Fay <johnffay@...> wrote: > Dee, > > Most likely you need to add > "freeglut_spaceball.c" to the project file, or > whatever the VS2005/VS2008 equivalent is. I > added it to the project file for MSVC6 but didn't > have any way to add it to the other files. > > Probably it needs to be added to the Watcom build as well. > > - John > > > At 08:15 PM 11/7/2009, you wrote: >>Hi John, I just tried building on VS2008, but I >>get the following linker errors when the .dll is >>attempted to be created: 1> Creating library >>C:\projects\Dependency\freeglut\VisualStudio2008\Debug\freeglut.lib >>and object >>C:\projects\Dependency\freeglut\VisualStudio2008\Debug\freeglut.exp >>1>freeglut_callbacks.obj : error LNK2019: >>unresolved external symbol >>_fgInitialiseSpaceball referenced in function >>_glutSpaceballMotionFunc@4 1>freeglut_state.obj >>: error LNK2019: unresolved external symbol >>_fgSpaceballNumButtons referenced in function >>_glutDeviceGet@4 1>freeglut_state.obj : error >>LNK2019: unresolved external symbol >>_fgHasSpaceball referenced in function >>_glutDeviceGet@4 >>1>C:\projects\Dependency\freeglut\VisualStudio2008\Debug\freeglut.dll >>: fatal error LNK1120: 3 unresolved externals >>When building the static library, creating the >>library of course succeeds, but all the example >>programs fail with the same linker errors as >>above. What Include or so do I need to add to my >>project settings to get this to build? I don't >>see you have made any changes to the project >>files in SVN. Best, Dee On Sun, Nov 8, 2009 at >>9:58 AM, John F. Fay <johnffay@...> >>wrote: > Gentlemen, > > Â Â Â Â I've put in >>several changes in the past week and have just >>finished > the tab-to-space conversion in the >>Spaceball code. Â I have also been > somewhat >>confused by the earlier e-mail exchanges. Â What >>is standing > between us and Release Candidate >>2? > > Â Â Â Â Â Â Â Â - John > > > >>------------------------------------------------------------------------------ >> > Let Crystal Reports handle the reporting - >>Free Crystal Reports 2008 30-Day > trial. >>Simplify your report design, integration and >>deployment - and focus on > what you do best, >>core application coding. Discover what's new >>with > Crystal Reports now. Â >>http://p.sf.net/sfu/bobj-july > >>_______________________________________________ > >> Freeglut-developer mailing list > >>Freeglut-developer@... > >>https://lists.sourceforge.net/lists/listinfo/freeglut-developer >> > >>------------------------------------------------------------------------------ >>Let Crystal Reports handle the reporting - Free >>Crystal Reports 2008 30-Day trial. Simplify your >>report design, integration and deployment - and >>focus on what you do best, core application >>coding. Discover what's new with Crystal Reports >>now. http://p.sf.net/sfu/bobj-july >>_______________________________________________ >>Freeglut-developer mailing list >>Freeglut-developer@... >>https://lists.sourceforge.net/lists/listinfo/freeglut-developer > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Freeglut-developer mailing list > Freeglut-developer@... > https://lists.sourceforge.net/lists/listinfo/freeglut-developer > ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Freeglut-developer mailing list Freeglut-developer@... https://lists.sourceforge.net/lists/listinfo/freeglut-developer |
|
|
|
|
|
Re: Release candidate 2?Hi John,
Sorry, I should have send you the porjet files, no the solution files. Find them attached. Best, Dee On Sun, Nov 8, 2009 at 9:30 PM, John F. Fay <johnffay@...> wrote: > Dee, > > Nor sure what happened but the files you > sent appear to be identical to the ones I already have. > > - John > > At 09:08 PM 11/7/2009, you wrote: >>Hi John, >> >>That did the trick. I'm happy to tell you all still builds and runs >>fine (even been able to verify the OpenGL 3 demo now, got a gfx card >>now that can handle it). >> >>See the attachment for updated project files for VS2008. >> >>Best, >>Dee >> >>On Sun, Nov 8, 2009 at 10:55 AM, John F. Fay <johnffay@...> wrote: >> > Dee, >> > >> >     Most likely you need to add >> > "freeglut_spaceball.c" to the project file, or >> > whatever the VS2005/VS2008 equivalent is.  I >> > added it to the project file for MSVC6 but didn't >> > have any way to add it to the other files. >> > >> >     Probably it needs to be added to the Watcom build as well. >> > >> >         - John >> > >> > >> > At 08:15 PM 11/7/2009, you wrote: >> >>Hi John, I just tried building on VS2008, but I >> >>get the following linker errors when the .dll is >> >>attempted to be created: 1>  Creating library >> >>C:\projects\Dependency\freeglut\VisualStudio2008\Debug\freeglut.lib >> >>and object >> >>C:\projects\Dependency\freeglut\VisualStudio2008\Debug\freeglut.exp >> >>1>freeglut_callbacks.obj : error LNK2019: >> >>unresolved external symbol >> >>_fgInitialiseSpaceball referenced in function >> >>_glutSpaceballMotionFunc@4 1>freeglut_state.obj >> >>: error LNK2019: unresolved external symbol >> >>_fgSpaceballNumButtons referenced in function >> >>_glutDeviceGet@4 1>freeglut_state.obj : error >> >>LNK2019: unresolved external symbol >> >>_fgHasSpaceball referenced in function >> >>_glutDeviceGet@4 >> >>1>C:\projects\Dependency\freeglut\VisualStudio2008\Debug\freeglut.dll >> >>: fatal error LNK1120: 3 unresolved externals >> >>When building the static library, creating the >> >>library of course succeeds, but all the example >> >>programs fail with the same linker errors as >> >>above. What Include or so do I need to add to my >> >>project settings to get this to build? I don't >> >>see you have made any changes to the project >> >>files in SVN. Best, Dee On Sun, Nov 8, 2009 at >> >>9:58 AM, John F. Fay <johnffay@...> >> >>wrote: > Gentlemen, > > Â  Â  Â  Â I've put in >> >>several changes in the past week and have just >> >>finished > the tab-to-space conversion in the >> >>Spaceball code. Â I have also been > somewhat >> >>confused by the earlier e-mail exchanges. Â What >> >>is standing > between us and Release Candidate >> >>2? > > Â  Â  Â  Â  Â  Â  Â  Â - John > > > >> >>---------------------------------------------- >> -------------------------------- >> >> > Let Crystal Reports handle the reporting - >> >>Free Crystal Reports 2008 30-Day > trial. >> >>Simplify your report design, integration and >> >>deployment - and focus on > what you do best, >> >>core application coding. Discover what's new >> >>with > Crystal Reports now. Â >> >>http://p.sf.net/sfu/bobj-july > >> >>_______________________________________________ > >> >>  Freeglut-developer mailing list > >> >>Freeglut-developer@... > >> >>https://lists.sourceforge.net/lists/listinfo/freeglut-developer >> >> > >> >>---------------------------------------------- >> -------------------------------- >> >>Let Crystal Reports handle the reporting - Free >> >>Crystal Reports 2008 30-Day trial. Simplify your >> >>report design, integration and deployment - and >> >>focus on what you do best, core application >> >>coding. Discover what's new with Crystal Reports >> >>now.  http://p.sf.net/sfu/bobj-july >> >>_______________________________________________ >> >>Freeglut-developer mailing list >> >>Freeglut-developer@... >> >>https://lists.sourceforge.net/lists/listinfo/freeglut-developer >> > >> > >> > >> ------------------------------------------------------------------------------ >> > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day >> > trial. Simplify your report design, >> integration and deployment - and focus on >> > what you do best, core application coding. Discover what's new with >> > Crystal Reports now.  http://p.sf.net/sfu/bobj-july >> > _______________________________________________ >> > Freeglut-developer mailing list >> > Freeglut-developer@... >> > https://lists.sourceforge.net/lists/listinfo/freeglut-developer >> > >> >>Content-Type: application/zip; name="VS2008.zip" >>Content-Disposition: attachment; filename="VS2008.zip" >>X-Attachment-Id: f_g1r85u1x0 >> >>------------------------------------------------------------------------------ >>Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day >>trial. Simplify your report design, integration and deployment - and focus on >>what you do best, core application coding. Discover what's new with >>Crystal Reports now. http://p.sf.net/sfu/bobj-july >>_______________________________________________ >>Freeglut-developer mailing list >>Freeglut-developer@... >>https://lists.sourceforge.net/lists/listinfo/freeglut-developer > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Freeglut-developer mailing list > Freeglut-developer@... > https://lists.sourceforge.net/lists/listinfo/freeglut-developer > ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Freeglut-developer mailing list Freeglut-developer@... https://lists.sourceforge.net/lists/listinfo/freeglut-developer |
|
|
|
|
|
Re: Release candidate 2?Fay, John F Dr CTR USAF AFMC 46 SK wrote:
> If any man should know of just cause as to why I should not bring out > Release Candidate 2 in the next 48 hours, let him speak now or else > forever hold his peace. (Never mind that I'm under a hurricane warning > at the moment.) If the electricity stays on and the internet connection > stays up, and if nobody speaks up, I should have RC2 out some time > tomorrow. Good luck with the hurricane, John. Are you in Alabama or Florida? -Paul ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Freeglut-developer mailing list Freeglut-developer@... https://lists.sourceforge.net/lists/listinfo/freeglut-developer |
| Free embeddable forum powered by Nabble | Forum Help |