Einzelnen Beitrag anzeigen

clues1

Registriert seit: 11. Feb 2004
97 Beiträge
 
#12

Re: C++ und Delphi -> Rekursiv Problem

  Alt 18. Sep 2005, 19:49
Ich glaube aber diesmal ist das Problem gelöst.

// Declare all dll functions
typedef bool __stdcall (*POPENDB)(LPTSTR Filename);
typedef int __stdcall (*PLOADNODES)(int id, int ix);

typedef int __stdcall (*PNNN)(int id); number ID

typedef bool __stdcall (*PREADNODE)(int Nr, TNavRes* res); (entry)

hatte ich doch glatt __stdcall vergessen
Aber ich habe wieder einiges gelernt.

Wenn es noch nicht gelöst ist, werde ich mich nochmals melden.
Meine Easy Database Komponenten[/url] (EDB) Datenbankfuntionen für Delphi Personal/Std und höher. MySQL, MSSQL, Access (JET), Oracle, CSV, TXT, DBase und noch viele mehr. http://www.delphipraxis.net/internal...ct.php?t=37505
  Mit Zitat antworten Zitat