Re: atk compiled using msvc6



On Wed, 15 Sep 2004 18:46:22 +0000
Tor Lillqvist <tml iki fi> wrote:

 > Tor Lillqvist <tml iki fi> wrote:
 > > I don't understand how you can get it to be just 45 kB size?

Hubert Sokolowski writes:
 > I don't know and I didn't test it. here is gzipped dll
 > http://huamisoft.com/atk-2.0-0.dll.gz

If you check with link -dump -exports you will see that that DLL
doesn't export any entry points... Did you forget to pass the .def
file to the compiler (linker)? As to its size, are you sure you
compiled all of atk's source files, also the generated ones?
I am sorry, you are right. I forget about the def file. 
Later I compiled it with def file passed to linker, but didn't check its
size, should be bigger then 45k. But gtk-win32 dll compiled properly
with def file and all source files has about 2.3MB. still better in
space. I will check my runtimes with my program tomorrow and tell about
the feelings.

-- 
Hubert Sokolowski




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]