Page 1 of 1
Using EDGELIB to build up a DLL?

Posted:
Sep 18, 2008 @ 6:37pm
by mamahow
Hi,
Is it possible to build up a DLL by using EDGELIB? Since I only get the examples that implement executables (.exe) application. (I'd like to make a DLL by using EDGELIB in Windows Mobile platform)
Thanks!

Posted:
Sep 23, 2008 @ 7:37pm
by edge
Hi,
Currently it's not possible to build EDGELIB as a DLL. Can you tell me why you need to use a DLL?

Posted:
Sep 25, 2008 @ 2:24pm
by mamahow
Hi,
Thanks, we'll find another way.
Because we wanna make a DLL that is hooked by a exe program, no other special reason, just a design of our architecture.
Using EDGELIB to build up a DLL?

Posted:
Sep 26, 2008 @ 7:53pm
by YCW
Hi,
If we want to make it a Today plugIn, can it be DLL file ?
thanks

Posted:
Sep 30, 2008 @ 10:51am
by edge
Hi,
Perhaps it's possible to build your application as a DLL with EDGELIB linked statically. However, the framework must be started manually through WinMain.
For creating a today plugin there could be problems, especially with drawing to the screen (such as window ordering and detecting which parts of the screen you should draw to).

Posted:
Oct 2, 2008 @ 3:22pm
by YCW
We're working to make Hello.exe be part of today plug-ins.
If we set "fullscreen=true", the user operation on it is normal; however when we set "fullscreen=false" and appear the title bar where we can trigger,for ex., the volume icon to launch app, but the hello.exe screen will be gone and never came back.
I guess it's exactly,as you said,the window ordering problem, and there's no way to resolve it now ?
tks

Posted:
Oct 3, 2008 @ 3:52pm
by edge
more details

Posted:
Oct 8, 2008 @ 4:52am
by justin121

Posted:
Oct 9, 2008 @ 9:29am
by edge