[Issue 8443] [2.060 beta] Win32 linker bug with separate compilation
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Jul 27 15:33:25 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8443
run3 at myopera.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |run3 at myopera.com
--- Comment #3 from run3 at myopera.com 2012-07-27 15:33:21 PDT ---
2.060 beta - If I do an incremental build of the WindowsAPI (dmd -lib file1.obj
file2.obj...) and link the resulting library with the following code, I get a
12,675KB executable.
--- code ---
import win32.commdlg;
void main()
{
}
class App
{
void MyFunc()
{
OPENFILENAMEW ofn;
}
}
--- code ---
If I do one-step build of the WindowsAPI, I get a 153KB executable.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list