![]() |
VS2015 lack of library - Printable Version +- Official Murl Engine Forum (https://murlengine.com/forum) +-- Forum: Murl Engine (https://murlengine.com/forum/forumdisplay.php?fid=5) +--- Forum: Murl Platform (https://murlengine.com/forum/forumdisplay.php?fid=10) +--- Thread: VS2015 lack of library (/showthread.php?tid=238) |
VS2015 lack of library - Flávio San - 20 Nov 2015 I am using vs2015 to work but some librarys were compiled in vs2013 only. When I compiling any tutorial are acusing: Quote:1>------ Rebuild All started: Project: hello_world_v1, Configuration: Debug Win32 ------ RE: VS2015 lack of library - dizzy - 20 Nov 2015 Hello Flávio, sorry to keep you waiting. The most recent build does not include the VS2015-specific binaries yet, we are planning to include these in the next update. However, if you are in really desparate need of them, we can provide a separate download archive with up-to-date VS2015 binaries beginning of next week. In the meantime, if you have any chance to install a previous VS version (2013 or 2010), you may also use the VS2015 IDE to work with that previous compiler toolchain by changing the project toolset option in your application project as described here (at the bottom of the page): https://msdn.microsoft.com/en-us/library/ff770576.aspx Hope that helps. Feel free to contact us again if you have any further questions. RE: VS2015 lack of library - Flávio San - 20 Nov 2015 Thank you for your response Dizzy. I'll wait for the next update, do not worry. Thanks again for the help! ![]() (20 Nov 2015, 21:46)dizzy Wrote: Hello Flávio, |