Hey, guys!
There are several predefined EXEs such as GWES, DEVICE.
How these EXEs know which DLLs should be loaded by them?
How can I create a DLL and make a specific EXE to load the DLL??
Registry? or what?
Thanks

Signature
Engineer
(Developing Windows Mobile PDAs)
C.L - 31 Jul 2008 09:27 GMT
GWES, DEVICE load the DLL driver according to registry setting.
You can use ActivateDeviceEx() to load a stream driver DLL dynamically.
If you want to link DLL in your app, just add the DLL in VS2005\property
pages\configuration properties\linker\input\Additional Dependencies\.
Or, you can use LoadLibrary() and GetProcAddress() to get the funtion ptr
you need.
> Hey, guys!
>
[quoted text clipped - 6 lines]
>
> Thanks
Dean Ramsier - 31 Jul 2008 13:24 GMT
I think it's time for a training course...

Signature
Dean Ramsier - eMVP
BSQUARE Corporation
> Hey, guys!
>
[quoted text clipped - 6 lines]
>
> Thanks