Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
End Users
Pocket PCActiveSyncMultimediaEBooksWirelessSmartPhones
Developers
Windows MobileSmartPhonesWinCE ProgrammingVB for WinCEVC++ for WinCEPlatform BuilderTest Tools
PocketPC DirectoryFree SoftwareWeb Resources
Related Topics
PalmMobile PhonesMore Topics ...

Pocket PC Forum / Developers / Platform Builder / July 2008

Tip: Looking for answers? Try searching our database.

How to linke DLLs to a EXE..

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
KidsReturn - 31 Jul 2008 09:06 GMT
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
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.