http://bugs.winehq.org/show_bug.cgi?id=18825
Summary: winemaker: Extract more information from vcproj Product: Wine Version: 1.1.23 Platform: All OS/Version: All Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: ivan1986@list.ru CC: nerv@dawncrow.de
Hello i try build miranda IM from SVN
in bug 230(http://bugs.winehq.org/show_bug.cgi?id=230)
what i do: svn co https://svn.sourceforge.net/svnroot/miranda/trunk cd trunk/miranda/bin8 winemaker miranda32.sln
than i run make and got error:
... main.o: In function `WinMain': main.cpp:(.text+0x66): undefined reference to `InitCommonControls' ...
InitCommonControls() is function from comctl32.dll
dbtool_8.vcproj: ... <Tool Name="VCLinkerTool" IgnoreImportLibrary="true" AdditionalDependencies="comctl32.lib" SuppressStartupBanner="true" ...
when i add comctl32 to MakeFile (dbtool_exe_DLLS) manual this path goung ok But another undefined reference is still write.
Also i get strange linker error: openerror.cpp:(.text+0x43b): undefined reference to `mmi' openerror.cpp:(.text+0x47a): undefined reference to `utfi'
mmi and utfi is global variables, but i not find where they declared in include files, in VS.NET 8.0 (2005) project build normal