H
houghtelling
I have a project that uses a plug-in design pattern to load a specific
DLL at runtime depending on the handheld manufacturer.
For example, I have created two DLL files:
DolphinPlugIn.dll
SymbolPlugIn.dll
Will I have to create two different cab files? How would you go about
packaging this for distribution?
Also, I will support more manufacturer's in the future.
DLL at runtime depending on the handheld manufacturer.
For example, I have created two DLL files:
DolphinPlugIn.dll
SymbolPlugIn.dll
Will I have to create two different cab files? How would you go about
packaging this for distribution?
Also, I will support more manufacturer's in the future.