<html><body><div style="font-family: times new roman, new york, times, serif; font-size: 12pt; color: #000000"><div>lib == static Visual Studio libraries? As far as I know no, MingW uses GCC which uses different conventions for generated files (although<br></div><div>it seems to use PE+ files like Visual Studio for object files).<br></div><div>So get DLLs and use IMPLIB to generate import libraries (still .lib) for Visual Studio.<br></div><div><br></div><div>Frediano<br></div><div><br></div><hr id="zwchr"><blockquote style="border-left:2px solid #1010FF;margin-left:5px;padding-left:5px;color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;"><b>From: </b>"阳光男孩" <779862816@qq.com><br><b>To: </b>"fziglio" <fziglio@redhat.com><br><b>Sent: </b>Tuesday, 27 November, 2018 9:14:07 AM<br><b>Subject: </b>Re:Re: [Spice-devel] spice-client<br><div><br></div>can mingw generate lib?<br><div><br></div>------------------ 原始邮件 ------------------<br><div style="font-size: 12px; background: none repeat scroll 0% rgb(239, 239, 239); padding: 8px;"><div id="menu_sender"><b>发件人:</b> "Frediano Ziglio" <fziglio@redhat.com>;</div><div><b>发送时间:</b> 2018年11月27日(星期二) 16:52</div><div><b>收件人:</b> "阳光男孩" <779862816@qq.com>;</div><div><b>抄送:</b> "spice-devel" <spice-devel@lists.freedesktop.org>;</div><div><b>主题:</b> Re: [Spice-devel] spice-client</div></div><br><div><br></div>> hello,i want to build spice-client project with visual studio 2015,but how<br><div><br></div>If you mean spice-gtk client the easy answer is that you can't.<br><div><br></div>In theory is C so you could try to build it. Get all dependency in place,<br>download the sources, make a project, fix and build.<br><div><br></div>As build system we are moving to Meson. Meson can generate projects for<br>Visual Studio so this could potentially save time to build the project and<br>find the correct flags.<br>Said that take into account that porting to Visual Studio could take time<br>and requires the knowledge of build systems and libraries deployment on both<br>sides (Linux with its tools and Windows).<br><div><br></div>If you want just to use part of the client in your code you can compile<br>with standard toolchain (MingW) and use the generated DLLs, the ABI is the<br>same.<br><div><br></div>Frediano<br></blockquote><div><br></div></div></body></html>