> hello,i want to build spice-client project with visual studio 2015,but how If you mean spice-gtk client the easy answer is that you can't. In theory is C so you could try to build it. Get all dependency in place, download the sources, make a project, fix and build. As build system we are moving to Meson. Meson can generate projects for Visual Studio so this could potentially save time to build the project and find the correct flags. Said that take into account that porting to Visual Studio could take time and requires the knowledge of build systems and libraries deployment on both sides (Linux with its tools and Windows). If you want just to use part of the client in your code you can compile with standard toolchain (MingW) and use the generated DLLs, the ABI is the same. Frediano _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel