From: xiaohai w. <xia...@ho...> - 2019-09-26 13:28:34
|
Hello, ty for your reply I used CMAKE GUI to generate the dll and lib and i didnt choose any options except the standards then, i have runned "plplot.sln" in the generated cmake folder, tried to build "All_BUILD" in the list, but i got the error like that [cid:7599a1df-3529-4ebf-8017-74b9662bb915] but i still built a test projekt in Visual Studio this is my linked lib files: xfig.lib ,svg.lib, qsastime.lib,ps.lib,plplotcxx.lib,null.lib,mem.lib,csirocsa.lib and i added the include directories(in my cmake folder): E:\TUKL\Projektarbeit\plot\plplot-5.15.0_vs\test_plplot\test_plplot // for config.h E:\TUKL\Projektarbeit\plot\plplot-5.15.0_vs\include E:\TUKL\Projektarbeit\plot\plplot-5.15.0\examples\c and for dll files i did nothing i got the exception like this [cid:ef6c069e-6826-4438-adc6-41daa51b836f] maybe do you have any idea? Thank you very much in advance for your answer ________________________________ 发件人: Jim Dishaw <ji...@di...> 发送时间: 2019年9月26日 12:40 收件人: stuntguitar1969 <stu...@gm...> 抄送: xiaohai wang <xia...@ho...>; plp...@li... <plp...@li...> 主题: Re: [Plplot-general] PLplot in Visual Studio 2017 with C On Sep 25, 2019, at 11:54 PM, stuntguitar1969 <stu...@gm...> wrote: Can you at least provide more info on what you mean by not runable? Does it not even open a command window, not compile, you get a window but cannot get a plot to show? I am having similar issues with windows 8.1 and vs 2017. Sent from my Verizon, Samsung Galaxy smartphone -------- Original message -------- From: xiaohai wang <xia...@ho...> Date: 9/25/19 6:57 PM (GMT-05:00) To: plp...@li... Subject: [Plplot-general] PLplot in Visual Studio 2017 with C Hallo guys, i am trying to install PLplot in Visual Studio in Windows 10 and need it to be used in a C projekt, after i used cmake gui to produce the lib and dll and config.h files, i linked every lib files in "lib" folder and included plcdemos.h, and added the generated config.h files ,but the x00c.c is still not runable. Did anyone know why? do you have a tipps about how to install it in C? ty Would you provide the cmake command line that you used? Also, if you built a dynamic library, are the DLLs in the PATH? |