Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2006 Nov : Re: Urgent DLL Proc blues ( was "App as a DLL, inside the form of another app")

www.cryer.info
Managed Newsgroup Archive

Re: Urgent DLL Proc blues ( was "App as a DLL, inside the form of another app")

Subject:Re: Urgent DLL Proc blues ( was "App as a DLL, inside the form of another app")
Posted by:"Z" (zingernospam@wot.com)
Date:Thu, 2 Nov 2006 12:37:11

"Z" <zingerNOSPAM@wot.com> a écrit dans le message de
news:4549cfe0@newsgroups.borland.com...

> const WR_Dll_Name = 'WR_Dll.dll';

Typo : the line above is to be ignored.

> procedure DechargerDLLWR;
> begin
>  if (hWDLL > 0) then FreeLibrary(hWDLL);
> end;

Typo: "DechargerDLLWR" is in fact "UnloadDLLApp", of course.

Sorry about those.

Z

Replies:

none

In response to:

www.cryer.info
Managed Newsgroup Archive