Re: libctiny.lib
From: Jerry Coffin (jcoffin_at_taeus.us)
Date: 01/24/05
- Next message: Jacky Luk: "Re: CWnd::MessageBoxA does not take 4 parameters"
- Previous message: Jerry Coffin: "Re: CDC GetTextExtent glitch"
- In reply to: George Hester: "Re: libctiny.lib"
- Next in thread: George Hester: "Re: libctiny.lib"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 23 Jan 2005 23:21:56 -0700
In article <#bZMT#P$EHA.1188@tk2msftngp13.phx.gbl>,
hesterloli@hotmail.com says...
> 16KB much better. Nice. I doubt libctiny.lib (if it worked) could get =
> much smaller than that. So I'm happy
> thanks.
>
> Here is how I did it to make sure of no warning and so that libc.lib was =
> not part of the mix:
>
> cl SimpleCalculator.c /link /NODEFAULTLIB:libc.lib msvcrt.lib
Just for fun, try adding '-opt:nowin98' to the end of that -- chances
are pretty fair that this will make it slightly smaller. In theory,
this may increase load time on Windows 98, but I've never seen a real
difference from it (though I'll admit I've never tested it carefully
either).
--
Later,
Jerry.
The universe is a figment of its own imagination.
- Next message: Jacky Luk: "Re: CWnd::MessageBoxA does not take 4 parameters"
- Previous message: Jerry Coffin: "Re: CDC GetTextExtent glitch"
- In reply to: George Hester: "Re: libctiny.lib"
- Next in thread: George Hester: "Re: libctiny.lib"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|