... I do not have a compiler, only my Forth interpreter. I am just beginning here; by compiler, I assume that you mean a C compiler, and that to get a...
2601
Alois Treindl
aloisya2000
Feb 2, 2010 7:38 am
Please do not use 'some C compiler^. Use Microsoft's Visual C to buld the DLL. DLL is a Microsoft standard and I would expect less trouble if they were created...
2602
skylendar
Feb 2, 2010 2:39 pm
Yes, I have been using the 64bits version on linux for over 1 year, compiled with gcc 4.4.x I can't certify that all the API works fine, since I don't use all...
2603
jaffnaman23
Feb 3, 2010 4:07 am
Hello, Can you please answer my question / help me? I sent this question about Sidereal Time few weeks ago, still waiting for a reply / help! I get the...
2604
Alois Treindl
aloisya2000
Feb 3, 2010 5:03 am
hello maybe the lack of response comes fromt he fact that your are NOT telling what you are doing. Nobody can tell you what you do wron unless it is visibly...
2605
jaffnaman23
Feb 4, 2010 8:00 am
Dear Alois Treindl, Thanks for the response. Please find given below the small program I created for sidereal Time. I made 6 TextBoxes for input of Year...
2606
Alois Treindl
aloisya2000
Feb 4, 2010 6:02 pm
hello You actually need to run the sample code and show what it processes. Boxes are not needed, simply assign constant values to each parameter. you need to...
2607
Rodd
rodolfo_vero...
Feb 15, 2010 10:30 am
Hello I am a newbie here, and facing a lot of problems to run the ephemeris. I want to create a software but still dont have enough knowledge... Although I am...
2608
tim50stroud
Feb 15, 2010 11:26 am
... The only documentation i found was the Programmer39;s Documention (Swiss Ephemeris website http://www.astro.com/swisseph/swephinfo_e.htm Section 1 has an...
2609
Thomas Mack
mack3457
Feb 15, 2010 11:31 am
... Download section??? ftp://ftp.astro.com/pub/swisseph/ [Non-text portions of this message have been removed]...
2610
jaffnaman23
Feb 19, 2010 5:46 am
Dear Alois Treindl, Sorry for the very late reply I was trying to get it correct. Simply adding Time difference between place of calculation & GMT will not...
2611
Alois Treindl
aloisya2000
Feb 19, 2010 7:23 am
... I did not say that. You need to add the LONGITUDE converted to time. Degrees of longitude convert to 24-hour time by division by 15. It is very simple...
2613
jaffnaman23
Feb 20, 2010 4:18 am
Dear Alois Treindl, Thanks for the reply. Sorry, I didn't mean that you said " Simply adding Time difference between place of calculation & GMT will not give...
2614
bhupendra
skandpapanai
Feb 26, 2010 10:24 am
Dear Bhanu Pinnamaneni lot of thanks Can you please suggest me where should we put our dll file we are using XAMP for hosting and how we can get sun rise. we...
2615
Ehsan
ekhazeni
Feb 26, 2010 12:13 pm
Hi, Thank you for your attention I already coded for sunset and sunrise, but I neat salat calculation codes. I don't know anything about it's algorithm...
2616
Francois CARRIERE
carriere.fra...
Mar 29, 2010 7:28 am
Hello, Few years ago I asked if one could use the Galactic Center as a reference point for ayanamsa and I got a positive answer. However I made a test for the...
2617
Dieter Koch
artizarrak
Apr 1, 2010 7:46 am
... Francois, the answer you need is probably here: http://www.astro.com/swisseph/swisseph.htm?#_Toc226863958 ... To have the Gal. Center always at 0° Sag,...
2618
Francois CARRIERE
carriere.fra...
Apr 3, 2010 11:43 am
Dieter, ... The reference given is what I needed. Now, if I understand correctly, whether I use Lahiri or Gal. Center at 0° Sag ayanamsa, calculation of...
2619
Francois CARRIERE
carriere.fra...
Apr 3, 2010 9:18 pm
Dieter, Suppose I wish to the moment Spica is at 12h of right ascension as starting date for ayanamsa. Should I take into account the nutation and substract it...
2620
Dieter Koch
artizarrak
Apr 5, 2010 7:44 am
... Yes, except for very small variations which are explained in one of the links I gave you in my previous answer. Regards Dieter...
2621
Dieter Koch
artizarrak
Apr 5, 2010 8:59 am
... Note, this is nutation in longitude, so you cannot add it to or subtract it from RA. Besides, nutation is already taken into account with tropical...
2622
Francois CARRIERE
carriere.fra...
Apr 5, 2010 2:46 pm
Dieter, Thank you. ... What I try to do is to find the moment Spica will have position that passes through the celestial pole and the celestial equator. Sûrya...
2623
Tt Bb
otto5634
Apr 8, 2010 9:43 pm
Hi, If I use the Swiss Ephemeris functions (swe_rise_trans) to compute the time of Setting-Moon on 23Jan2010 for Hudson Falls, New York (Latitude=43°N18'02'39;,...
2624
Alois Treindl
aloisya2000
Apr 8, 2010 9:47 pm
I think your problem arises from comparing TOPOCENTIC with GEOCENTRIC calculations. ... --...
2625
Jonathan Dunn
jonathanclar...
Apr 9, 2010 12:15 am
otto, Simply, what you say would be true if all bodies existed ON THE ECLIPTIC PLANE. Astrologically history and habit is to refer to the ecliptic longitude of...
2626
ski woka
skiwoka
Apr 9, 2010 1:51 am
Yes, could be the Daily Lunar Parallax Try using TOPOCENTICÂ calcs as Alois http://wapedia.mobi/en/Parallax ...
2627
Jonathan Dunn
jonathanclar...
Apr 9, 2010 2:17 am
Only the Sun, Node, or some other point which is by definition always ON the ecliptic plane will be conj the Desc at the moment of setting. ... [Non-text...
2628
Roberto
laregenta200...
Apr 28, 2010 8:21 am
When i try it, I got a message saying: "Make sure you have file access and it be a valid COM component". Anybody can help me with this? I work in Visual Studio...
2629
Ganesh Balasundaram
ganesh.astroved
Apr 28, 2010 8:27 am
Hi, Dll is an unmanaged code, so instead of referencing the dll I recommend to write the wrapper for the dll and use the methods in your C# app. Thanks Ganesh ...
2630
Pedro Santos
bizarrologia
Apr 28, 2010 10:09 am
Hi, The sweph dll is not a .net nor a COM component, its a strait win32 dll. You cannot reference it in Visual Studio. You need to create a wrap-up using...