Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Secata

    Export Forwarding in Delphi??

    This sounds about righ, yes: or function ldap_openW; external sLDAPLIB; function ldap_openA; external sLDAPLIB; .... Only problem is that you still have to do a full declare prior , which requires the parameters...and even after that, it still does not show up as a forwarded export on...
  2. Secata

    Export Forwarding in Delphi??

    Hi Does anyone know if it is possible, to do export forwarding in Delphi? C++ Example from www.msdn.com: EXPORTS ••• HeapAlloc = NTDLL.RtlAllocHeap I don't have a C++ compiler and would like to know if it is possible through Delphi. I am trying to write a proxy .dll and have all...

Part and Inventory Search

Back
Top