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...
I got it fixed..... You just have to include "sweph.dll" which automatically includes whatever other dll's it wants. I was initually confused because I thought...
On Friday 06 November 2009 15:33:08 Javier Reinoso - Zodiac - Pro Astrology ... Normally shared hosting providers (in germany) do not allow for abitrary ...
Further research on the Quaoar criterion: http://james.freehoster.co.cc/f2/further_research.pdf I'll be thankful for your comments. James [Non-text portions of...
We are using swiss ephemeris in Vb I want to use this in PHP+Linux. Can we use swiss ephemeris in PHP using Linux operating system Please help thanks...
... ... or use mod_php and link the library dynamically, if you don't want to create an extra process on your OS for each Swiss Ephemeris call. Regards -...
... Call external swiss ephemeris programs from php via shell_exec() or similar to use the output of the programs in your php scripts. Any example code any...
Hello, Please find an example attached: RulingPlanetsT displays to enter Date, time and Place actionChartT.php calls DLL as: exec ("swetest -edir$sweph...
I've tried compiling a local copy of libswe for private use with the results below. The libswe.so seems to be created despite the compiler warnings, but...
You probably need to link swehelx.o for swetest, and I think you should turn off the -pedantic option - it only annoys you. We compile with gcc only with -Wall...