hi folks In MS-Excel using vba and swe_cotrans_d, I am now able to extract house cusps degrees in RA from swedll32.dll Is it possible to get Asc, Mc & Vertex...
2125
Allen
a_edwall1
Nov 5, 2008 2:49 am
Does this help? E-mail me direct if you want the entire spreadsheet. Public Function Get_Ascendant(m%, d%, yr%, hr%, n%, tz!, lat As Single, lon As Single) As...
2126
Allen
a_edwall1
Nov 5, 2008 2:52 am
I misread your post. Sorry. LongX = Ascendant Call ConvertLongitudetoRA Sub ConvertLongitudetoRA() Dim X7, Y7 X7 = CRUNCH(LongX): LongX = X7 Y7 = Sine(LongX) *...
2127
marlonrosenthal
Nov 6, 2008 11:35 am
Hallo, I ask this question in German but of course answers in english are wellcome: Ich versuche Häuserspitzen und Asc / MC zu berechnen, aber es klappt...
2128
Ehsan Khazeni
ekhazeni
Nov 6, 2008 4:59 pm
hi, I have a problem computing sunrise.when I am using Longitude=0 and Latitude=0 it works but for diffrent langitude and latitude it is totally wrong. I also...
2129
Allen
a_edwall1
Nov 6, 2008 6:42 pm
Declare Function swe_rise_trans Lib "swedll32.dll" _ Alias "_swe_rise_trans@52" ( _ ByVal tjd_ut As Double, _ ByVal ipl As Long, _ ByVal starname As String, _ ...
2131
ruediger.plantiko
ruediger.pla...
Nov 7, 2008 8:04 am
Marlon, ... calling Swiss Ephemeris functions from VBA is straightforward. If you want to compute house cusps, you need swe_houses. Execute the following...
2132
marlonrosenthal
Nov 7, 2008 9:12 pm
Hello Rüdiger, thank you for your kind answer. And yes, you are surely right. I do have to learn a lot. Probably one book will not be enough... If I...
2133
Rick
trx3200
Nov 7, 2008 9:37 pm
Hi I was just wondering what techniques should be used to determine when an aspect is approaching vrs when it is separating? Should the speed calculation be...
2134
Alois Treindl
aloisya2000
Nov 7, 2008 9:51 pm
... Either that, or you compute the distance of the two planets one second later, and observe whether the distance has become close to the exact angle...
2135
trx32@...
trx3200
Nov 7, 2008 10:09 pm
Thanks, I just wanted to make sure I had the right approach.. Tony C. ... From: Alois Treindl <alois@...> To: swisseph@yahoogroups.com Subject:...
2136
Allen
a_edwall1
Nov 7, 2008 10:31 pm
I'm not sure you do. Could you elaborate on your speed calculation methodology? I don't think 1 second is a large enough time difference as slow planets ...
2137
trx32@...
trx3200
Nov 7, 2008 11:01 pm
There is a speed calc using one of the methods in the swiss ephemeris dll's that I use to tell if retrograde etc. If speed is positive it's in forward motion,...
2138
Chester Kemp
cabk1945
Nov 8, 2008 12:39 am
Dear Marlon The given Julian Date equates to 14 January 2000 at 0.00 hours and when you try this data with Solar Fire it confirms Rüdiger's result. Apart from...
2139
Mike Adams
adam160mr
Nov 8, 2008 1:11 am
I use the time difference approach to see if its retrograde. i might use a few minutes or an hour. you might want to use a shorter interval for inner...
2140
Allen
a_edwall1
Nov 8, 2008 1:44 am
Yes, the speed thing does give you direct or Rx. But I don't think it will help you by itself as far as applying or separating goes. I think the best way is...
2141
Rüdiger Plantiko
ruediger.pla...
Nov 8, 2008 7:52 pm
Hi "Deliver" NN, ... Ascendant, MC, Vertex and so on are points on the ecliptic. Hence you compute their RA like that of any point of the ecliptic by using...
2142
del iver
deliver1900
Nov 9, 2008 8:15 am
thanx Rüdiger trying to help some friends (who know vb) with that function. they tell me that they couldn't make it work so they're now using formula from Bob...
2143
Allen
a_edwall1
Nov 9, 2008 9:16 am
If all else fails: LongX = Vertex_longitude Call ConvertLongitudetoRA RA_Vertex = RAMC Sub ConvertLongitudetoRA() Dim X7, Y7 X7 = CRUNCH(LongX): LongX = X7 Y7...
2144
karmarkar_prasad
karmarkar_pr...
Nov 11, 2008 7:02 am
I am developing a windows application which uses swiss ephemeris dll. I am using a wrapper class which uses the dll functionality.But the dll is throwing error...
2145
Alois Treindl
aloisya2000
Nov 11, 2008 7:16 am
... most likely you have a download error. These files are published since nearly 10 years, unchanged, see file date. I have added a file 'md5sum.txt' which...
2146
marlonrosenthal
Nov 11, 2008 1:28 pm
Hello Chester, yes, you are right. Thank you, Marlon ... If you ... cusp...
2147
karmarkar_prasad
karmarkar_pr...
Nov 11, 2008 2:22 pm
... dll. ... the dll ... damaged", it ... feature, /* ... instead ... have ... file ... file date. ... for ... for ... results. ... There is no download...
2148
Alois Treindl
aloisya2000
Nov 11, 2008 2:41 pm
... The binary swiss ephemeris files contain \r\n line ending in the first few lines, and the Swiss ephemeris code can read them. It expects them, because we...
2149
nirabk
Nov 12, 2008 8:37 am
I am a begineer and trying to use the ephemeris dll in my windows application software meant for some astrological computations. In the error messages i am...
2150
Thomas Mack
mack3457
Nov 12, 2008 9:06 am
... Then re-download sepl_18.se1 in a way that it does not get damaged. ... There are three different types of calculation available in swisseph: Moshier ...
2151
ski woka
skiwoka
Nov 12, 2008 10:10 am
hi folks Thanx to brothers: Rüdiger Plantiko ruediger.plantiko@... and Allen <ae_yahoo@...>  I am now able to extract house cusps...
2152
jaffnaman23
Nov 14, 2008 1:34 pm
Dear expert programmers! I'm a novice in programming using "MS VB 2500 Express Edition". I want to write an "Astrology Program" using Swiss Ephemeris. Could...
2153
Orgyen Rangdrol
orgyenrangdrol
Nov 14, 2008 2:38 pm
Hi, not sure what you mean by "novice".. If you havent already done so you should read/study some big books on application programing, so you will know what...
2154
ski woka
skiwoka
Nov 15, 2008 1:18 am
hi Jaffnaman I have found Allen Edwall ( "Allen" ae_yahoo@... ) a member on this form extremely helpful. Check his site...