PHP-Code:
typedef void (*pSolve_Init) (double, double, double, double);
const double pi = 3.14159;
const int noLevel = -99;
HMODULE hisolve;
WinMain()
{
hisolve = LoadLibrary("Axhisolv.dll");
pSolve_Init = (void*)GetProcAddress(hisolve, "Solve_Init");
}
Versuchs mal so. Ich hab leider kein Windows hier auf dem ich 's testen könnte.