Re: WinCE DLL
- From: "Michael J. Salamone" <mikesa#at#entrek#dot#com>
- Date: Wed, 13 Apr 2005 05:07:51 -0700
Not supported in Window CE.
You might workaround using ideas in this thread:
http://groups-beta.google.com/group/microsoft.public.win32.programmer.wince/browse_thread/thread/3f9361a513fd2495/88e089ab29b56602?q=salamone+LoadLibrary&rnum=24#88e089ab29b56602
--
Michael Salamone [eMVP]
Entrek Software, Inc.
www.entrek.com
"claudio" <claudio@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:AB7A2329-BE99-497D-933E-EA2159B15131@xxxxxxxxxxxxxxxx
> Hello,
> I have an executable (MyApp.exe) that load a DLL using LoadLibrary() and
> GetProcAddress().
> In the DLL I need to call some functions exported by the exe program.
> I have declared these functions in the exe with __declscped(dllexport)
> but I don't know how to get the pointer to these functions inside the DLL.
> I have tried to link the MyApp.lib to the DLL but I get a LoadLibrary
> error
> 193.
> I have tried to call GetProcAddress(GetModuleHandle(NULL), _T("my_func"))
> inside an exported function in the DLL but I get always a NULL pointer.
> Can someone help me?
> Thanks in advance
> Claudio
.
- References:
- WinCE DLL
- From: claudio
- WinCE DLL
- Prev by Date: Re: WinCE DLL
- Next by Date: Re: How to add internet explorer control in eVc++
- Previous by thread: Re: WinCE DLL
- Next by thread: strange write in registry
- Index(es):
Relevant Pages
|