Posts by neoniv
- 17.02.2006, 23:25
- Forum: Development
- Topic: Explanation of Universal coordinate system...
- Replies: 7
- Views: 7892
Re: Explanation of Universal coordinate system...
Clive: I understand everything you say in your January............. 2006 Post - except the underlined part of the the end of your post which I have copied below. [I will pick up my comments after your quote below] Since the origin is fixed relative to Sol, one could interpret Celestia as a heliocent...
- 16.02.2006, 18:05
- Forum: Development
- Topic: How do I add an orbit of the moon in relation to the sun?
- Replies: 3
- Views: 3812
Thanks Selden...a few more questions...need C++ help here.
Selden / Others: Appreciate your answer.. BUT- I knew that. :-) I am working in C++ at the root level and trying to figure out how to track the earth's moon from the heliocentric point of view or even from a solar system barycentric point of view. It appears that Celestia calculates the moon's posit...
- 15.02.2006, 22:02
- Forum: Development
- Topic: How do I add an orbit of the moon in relation to the sun?
- Replies: 3
- Views: 3812
How do I add an orbit of the moon in relation to the sun?
I want to create an additional orbital path/trace for the moon that is in relationship to the sun instead of the earth.. Or more precisely. I want both. The one orbit now shows the moon going around the earth. It is always in reference to the Earth and always elipitcal...even when seen from the poin...
- 11.02.2006, 00:00
- Forum: Development
- Topic: 'lib' is not recognized and or NMAKE error U1077 error??
- Replies: 3
- Views: 5577
Free Windows-based success...thanks GlobeMaker.
The above error was because LIB.EXE could not be found. U1077 is 'file not found' 'lib' is not recognized as an internal or external command ...so if you get that error, you are missing a file, like lib.exe, nmake.exe, cl.exe or cvtres.exe (which means you did not follow the instructions right.) I e...
- 10.02.2006, 23:43
- Forum: Development
- Topic: Free Windows-based compiling for Celestia.
- Replies: 62
- Views: 125827
SUCCESS on XP HOME!! My SDK was not installed proper.
Hey all...keep with it if you are still having problems. IT IS POSSIBLE TO COMPILE with MS C++ 2003 and XP HOME!! {much relief} :P After one week of poking and proding I was not able to compile celestia...I talked with GlobeMaker several times through email and the phone (THANKS GLOBEMAKER!!)... I w...
- 04.02.2006, 21:37
- Forum: Development
- Topic: Free Windows-based compiling for Celestia.
- Replies: 62
- Views: 125827
Problems with "unresolved external symbols"??
Hello everyone! I am having the same problems as Koula a few posts back 8O I am trying to get Celestia compiled on Windows XP Home and I ran into the same errors with "unresolved external symbols". ex. (there was many of them) cel_engine.lib(trajmanager.obj) : error LNK2001: unresolved exter...
- 31.01.2006, 02:37
- Forum: Development
- Topic: 'lib' is not recognized and or NMAKE error U1077 error??
- Replies: 3
- Views: 5577
'lib' is not recognized and or NMAKE error U1077 error??
Good day and thank you to all of you who are helping in this forum...I would not have gotten this far without your help. I am stuck here getting this error: " 'lib' is not recognized as an internal or external command " Below is what I get when running makerelease.bat on win xp home E:\tortiseCVS\ce...