ähm... wurstels Dich durch, gell?

was ist denn mit den LIBs bzw DLLs? Sind die irgendwo im Zugriff? Wenn ich das Handbuch richtig verstehe, brauchste die ja nur "ansprechen" und gut ists...

The following table shows which header files to use, which .LIB should be used for static linking, and which .DLL should be used for dynamic loading.
<LISTE>
Interface Entry Point Header File LIB DLL
IBM Standard (16-bit) hllapi hapi_c.h
PCSCALLS.DLL PCSHLL.DLL LLS.DLL PCSHLL.DLL
IBM Standard (32-bit) hllapi ehlapi32.h
EHLAPI32.LIB EHLAPI32.DLL
IBM Enhanced (32-bit) hllapi hapi_c.h
PCSCAL32.LIB PCSHLL32.DLL
WinHLLAPI (16-bit) winhllapi whllapi.h
WHLLAPI.LIB WHLLAPI.DLL
WinHLLAPI (32-bit) winhllapi whllapi.h
WHLAPI32.LIB WHLAPI32.DLL
</LISTE>
Und gleich darunter stehen die Beispiele in C++ für static und dynamic und dann gibts noch was im Verzeichnis /SAMPLES...
Oder seh ich da was nicht so richtig?

k.