Reduced size OmniORB2

Sai-Lai Lo S.Lo@orl.co.uk
Fri, 9 Jan 1998 11:23:03 GMT


> I was wondering, (probadly people doing embedded stuff know) how do I
> reduce the size of OmniORB2 for some-thing like a Windows CE box. Theres
> only 2MB of storage and my static libs for OmniORb are currently 1.1MB, a
> little of the large side.

Hm.. But the DLL size is only 240K. The bulk of the static lib is symbol
table which will be strip in the final executable. For client-only
applications, it is possible to take out the server stuff as well. 


Sai-Lai