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.