Einzelnen Beitrag anzeigen
Ungelesen 17.09.10, 15:20   #4
gosha16
Banned
 
Registriert seit: Sep 2009
Ort: /root/
Beiträge: 824
Bedankt: 640
gosha16 ist noch neu hier! | 0 Respekt Punkte
Standard

PHP-Code:
typedef void (*pSolve_Init) (doubledoubledoubledouble);

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.
gosha16 ist offline   Mit Zitat antworten