Einzelnen Beitrag anzeigen

Hybrid666

Registriert seit: 15. Jul 2006
Ort: Erster Stock
250 Beiträge
 
Delphi 7 Personal
 
#2

Re: Dynamisches Laden von DLL Dateien [PROBLEM]

  Alt 17. Dez 2006, 23:24
habe das problem gelöst

ich schreibe hier einfach mal dei antwort falls einer das wie ich zum ersten mal macht und nicht weiterkommt:

die problemlösung steht indirekt in der dll schon drin

{ Important note about DLL memory management: ShareMem must be the first unit in your library's USES clause AND your project's (select Project-View Source) USES clause if your DLL exports any procedures or functions that pass strings as parameters or function results. This applies to all strings passed to and from your DLL--even those that are nested in records and classes. ShareMem is the interface unit to the BORLNDMM.DLL shared memory manager, which must be deployed along with your DLL. To avoid using BORLNDMM.DLL, pass string information using PChar or ShortString parameters. }

ich habe sharemem an letzte stelle und nicht an erste gesetzt

MfG Hybrid666

(kann closed werden)
  Mit Zitat antworten Zitat