how to make the application static link to ICE

in Help Center
In my Project(ATL Controls), I want to use ICE transfer files,but my application depend on ICE Library(Ice32.dll, Iceutil32.dll),how to make my application did't depend on ICELibray(Static link to ICELibrary).
If my application static link to ICE Library, then it's easy to deploy my application(deploy one file only).
NOTE:My development environment is VC2005, the ice version is 3.2.1.
If my application static link to ICE Library, then it's easy to deploy my application(deploy one file only).
NOTE:My development environment is VC2005, the ice version is 3.2.1.
0
Comments
We don't support static linking with Ice libraries (only Ice-E supports static linking). If you have a commercial interest in this feature please contact us at [email protected].
Cheers,
Benoit.
thank you for your answer