Hi, I'm new to Swiss Ephemeris. I downloaded the SwEph and ran the "swewin32.exe" (and other other 2 programs, "swete32.exe and swetest.exe) found in the...
________________________________ Hi Jonathan, Did you ever make any of the code available to do this calculation? I am sure the forum would appreciate how you...
What if it's ugly? :) For the moon there's a couple of ways to do it with familiar output such as with swetest v1) [not the one i use] some trig will take the...
PLEASE READ: The information contained in this email is confidential and intended for the named recipient(s) only. If you are not an intended recipient of this...
Hi, I posted regarding problems in Swiss Ephemeris 2 days ago. So far no-one replied! Can anybody help? Thanks Jaffnaman [Non-text portions of this message...
... A warning is a warning and not an error, so it is 'basically39; ok. ... Put it in a path \sweph92;ephe instead when it complains, it does not find it THERE. Or...
Dear Thomas Mack, Thanks for the reply. Yes, I put the "sepl_18.se1" ( and the other "semo_18.se1, and seas_18se1 also) in a Folder created as follows ;...
Hi Jaffnaman I believe you have 2 options available to you. 1. Compile from source. However, before you do, edit swephexp.h and change the path to the se1...
Hi guys Just for any others who are out there trying to achieve the same thing - I was able to compile all the SE files on the Mac, using XCode, by removing ...
http://james.freehoster.co.cc/is.html This article is actually not intended for astrologers, but I used Swiss Ephemeris and astrological methods, so I believe...
for MAC OS, all you need to make sure of is sweodef.h to have these two defines active: # define MACOS MY_TRUE # define MSDOS MY_FALSE This automatically...
Hi Jonathan, Just a gentle reminder to make the code available to the forum, if that is possible. If it is too much trouble, please just send a copy of the...
Here is some of my Perl code from the page cgi. The routines are in the attached module. Hope you can get some use out of this. Also the eph3 page will of...
________________________________ Hi Jonathan, Thanks for the below, will look into it did you say that there was an attachment, seems to be missing, pls resend...
how to convert IST to UT? is UT = IST-5.30 ? Suppose birth time is 22:32 IST then what is the input time to the program? Please solve my problem. I am running...
The simple answer is: This is not an ephemeris problem. If you are not capable of converting local Indian time to Universal time, you lack some fundamental...
Hello I have a problem : swe_fixstar_mag function generates an error : Error 453: can not fill DLL entry point ... How to declare 'swe_fixstar_mag' in VB6 ? ...
"imperative"? Usually windows will look in windows\system32 for files it cannot find. (see your path settings to check) Or set the path in your code as per...
Any know How to call swedll32.dll online from javascript or php or cgi??? Good day at all!!! Javier Reinoso [Non-text portions of this message have been...
On Friday 06 November 2009 11:55:15 Javier Reinoso - Zodiac - Pro Astrology ... Javascript runs on the client side, so you cannot use DLLs on the server. cgi...
I lost comment that the calculations of www.astrology7.com are functions in actionscript, but not are precise, I need precision how swedll32.dll and also...
Any know How to call swedll32.dll online from javascript or php or cgi??? Or any know if swedll32.dll are in php format? Good day at all!!! Javier Reinoso...
Another question Thomas, in cgi is possible a simple vb exe program that return the data in html format??? If yes, this are very easy for my to develop... I...
Well, thanks Thomas... I am developping an astrology program in flash, online and also in a vb exe with the activex of shockwave flash... The exe not is...
Hello, You can set the environment variable ( using windows control panel->System): SE_EPHE_PATH to the path where the data files (sepl_18.sel) are placed. ...
Hi, I've written my app in vb.net and now want to rewrite it in MFC. But I'm a little new to setting up Projects in the Visual C++ environment. After I add my...
Dear Bhanu, Thanks for the help. It worked and no more warnings. BTW, what is this "Environment Variable" found in the control panel --> System --> Advanced...
Hi, I am trying to create an Astro-program using Visual Studio 2005 / 2008. I can get ET, UT, and Sun Position only. I couldn't get other planets position or...
Jaffnaman, 1) You have to set the path for the where the ephemeris files are located by using a call to swe_set_ephe_path("path") - then I call the planets...