I got the answer and need to understand the following :
I have a WinCe 5.0 ATL application. This application is using third party COM dll and 3rd party application(.exe).As per my understanding on WinCE and Dll loading is as following:
WinCE:
All the dll exported functions should be written in ".Def" file and the dll that need to included during runtime image process should be there in ".bib" file.And one should call DLLExport or loadlibrary (i do not want to go into deep how to use these), to load the DLL.
But in My case: There is no .def file related to the third party dll and .bib file is there, but, the path of the .dll is commented in the file(My code is building successfully and i'm able to make runtime image).
Along with this one more additional file i got : That is, .cfg (i think configuration file) and in that it is written "SERVICE name.dll (for example, this is the 3rd party dll name)".I'm able to see the exported function by using "Dll Export Viewer (a free tool)" but not able to find the use of (calling of) the exported functions from the application.
Can i write .cfg file and include the dll that will be used by application? Can any one pls help me to understand all these??
Thanks in Advance...
I'm not 100% certain I understand the question, so I'll paraphrase what I think you're asking:
If my understanding is correct, then the answer is:
Yes, you can do this. What you need to do is:
If you don't have the entries for #2, then do the following: