So, I fixed it but did not test it due to time restrictions on my side. There was a problem with asteroid numbers greater than 99,999. Thanks for the hint, ...
3485
a_edwall1
Apr 29, 2012 8:18 am
I haven't had time yet to check into it, but remember that asteroid 50000 was also a problem, for some unknown reason. Allen...
3486
Thomas Mack
mack3457
Apr 29, 2012 8:19 am
There seem to be some other error(s) as well - I will check later. Thomas ... [Non-text portions of this message have been removed]...
3487
a_edwall1
Apr 29, 2012 5:33 pm
I have decided that it might be best to write my own functions in C for the 3 sub-routines that I really need - swe_get_planet_name, swe_julday, and...
3488
Ed Falis
efalis
Apr 29, 2012 5:37 pm
... Don't know what to tell you. I use gcc (mingw) on the PC and it's trivial. Been years since I had Visual C/C++ installed, so I can't help much there. -...
3489
a_edwall1
Apr 29, 2012 6:22 pm
Thank you. The reason I need to be able to work with Visual C++ is because it is the IDE that DragonFireSDK needs to use in order to build apps for Apple...
3490
namita1101
Apr 30, 2012 11:36 pm
I am new to Swiss Ephemeris and want to explore possibility of getting a Julian day or set of Julian days that match a combination of planetary position. I...
3491
Alois Treindl
aloisya2000
Apr 30, 2012 11:42 pm
... There are no functions for this in Swiss Ephemeris. The task does not happen often in astrological practice. If it happens, it is rather quickly to be...
3492
Thomas Mack
mack3457
May 3, 2012 6:03 am
Hi! The problems with mis-reading some asteroid files are resolved now, so you can download the corrected version from http://th-mack.de/international/download...
3493
a_edwall1
May 3, 2012 7:40 am
Thank you very much....
3494
Alois
aloisya2000
May 3, 2012 10:46 am
I have added Thomas' file swisseph-1.76.00-java-src-05.zip in the download area http://www.astro.com/ftp/swisseph/contrib/...
3495
a_edwall1
May 3, 2012 4:13 pm
How can we develop things so that the Swiss ephemeris can be used for apps run on smartphones? Apple devices run using Objective-C/XCode and Android devices...
3496
Alois Treindl
aloisya2000
May 3, 2012 5:53 pm
I know that some subscribers to this mailing list have developed iPhone apps containing Swiss Ephemeris. I hope they come forward and share the knowhow how to...
3497
Ed Falis
efalis
May 3, 2012 6:00 pm
... There's also a C development environment, though apps may require root access. One of my colleagues has done an initial port of our Ada compiler using...
3498
Thomas Mack
mack3457
May 4, 2012 5:26 am
... Just post the error messages. One might be able to see the problem from it. Anyway, maybe it's not the best idea to program in C if you're ignorant in the...
3499
Alois Treindl
aloisya2000
May 4, 2012 6:27 am
I do not see any reasons for trying to remove code from Swiss Ephemeris library, just because it is targeted at phones. The total size of the compiled library...
3500
Thomas Mack
mack3457
May 4, 2012 7:01 am
libswe.a: 1.8M (on 64 Bit Linux) swetest: 1.3M data files: 1.8MB for minimum data files semo_18 and sepl_18 So you end up with about 5MB of code size at least,...
3501
Alois Treindl
aloisya2000
May 4, 2012 7:30 am
Oh, I have on 64 bit Linux /usr/lib64/libswe.so.1.77.00 478 kB and a statically with Swisseph linked swetest: 711 kB ... --...
3502
Thomas Mack
mack3457
May 4, 2012 8:12 am
libswe.so is: 1.2 M on OpenSUSE 11.4 995 K on Ubuntu 10.0.4.1 LTS swetest is: 1.3 M on OpenSUSE 1.1 M on Ubuntu When stripped, it goes down to: 583 K on...
3503
GIMESI_Andras__Gime_9...
djtankh_irtra
May 4, 2012 11:38 pm
You may use the Java port of Swiss Ephemeris... http://www.th-mack.de/international/download/index.html With this you can develop software for any platform,...
3504
Jerry Bujas
procyon_xx
May 5, 2012 3:22 am
If you need to compile swe files on VC++ (any edition, or any full-fledged C++ compiler (such as XCode for Mac) you have to do one simple thing: Compile them...
3505
Allen
a_edwall1
May 5, 2012 5:39 am
Yes, the Java port works well with Android, but Apple does not deal with Java, so it doesn't do you any good with Apple devices. Marmalade supposedly takes C...
3507
Alois Treindl
aloisya2000
May 5, 2012 9:35 am
We have stopped to announce the addition of new asteriods to Swiss Ephemeris. It happens regularily, about every two months. We have however had a pause since...
3508
Bart Lidofsky
bml07646
May 6, 2012 1:47 pm
... C was designed with the assumption that the programmer knows what he or she is doing. Unfortunately, most courses in C don't go into that. Having...
3509
astroshorav_dev
May 7, 2012 11:56 am
Dear Sir, I am developer in c# cum vedic astrologer. I am developing astrology software but i am stuck while calculating the Shadbala and Bhava Bala Section. ...
3510
Alois
aloisya2000
May 7, 2012 12:18 pm
Plese be aware that the original poster vedhicastro@... is no longer a member of this mailing list. You should try to reach him directly via email. He...
3511
Shriramana Sharma
trivishtapam
May 7, 2012 1:40 pm
I don't know much about phala jyautisha but daresay that all the dasha-bhukti stuff has been catered to by the Maitreya source code which is based on SE. If...
3512
astroshorav_dev
May 9, 2012 5:18 am
To calculate Bhava you have to use the swe_houses() function of Swiss Ephemeris. Please go through the manual of Swiss Ephemeris - int swe_houses( double...
3513
astroshorav_dev
May 9, 2012 5:32 am
Dear Sir, I have had the same problems while calculating the Shadbala of the planets especially all these astronomical stuffs. However. I took some variable...
3514
veo_ln
May 10, 2012 7:19 pm
I have completed all the steps until 6 and after i try to compile i get 20 "Apple Mach-O Linker (id) Error"What exactly do i need to do with this? TIA,Leo ... ...