X-Received: by 2002:ac8:3094:: with SMTP id v20mr26900098qta.306.1574864624748; Wed, 27 Nov 2019 06:23:44 -0800 (PST) X-Received: by 2002:a05:6830:22e6:: with SMTP id t6mr4036148otc.244.1574864624448; Wed, 27 Nov 2019 06:23:44 -0800 (PST) Path: csiph.com!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!178.20.174.218.MISMATCH!feeder5.feed.usenet.farm!feed.usenet.farm!feeder.usenetexpress.com!tr2.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!g89no4250348qtd.0!news-out.google.com!g53ni1465qtg.0!nntp.google.com!g89no4250345qtd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Wed, 27 Nov 2019 06:23:44 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=81.110.242.239; posting-account=roetWwoAAACxqlbNXlJq3RfEkcYDEJjj NNTP-Posting-Host: 81.110.242.239 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <3797dcf2-cc3a-4a0f-995d-0c160e3bb666@googlegroups.com> Subject: Compiling GNU Plot in Visual C++ From: Citizen Smith Injection-Date: Wed, 27 Nov 2019 14:23:44 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Lines: 16 Xref: csiph.com comp.graphics.apps.gnuplot:4267 Hi I am learing to program in C++ and looking for a charting package to compil= e with my projects. I can Compile GNU Plot using the Makefile but wish to = include the source files in my project then compile in Visual C++ with my o= wn program calling GNU Plot from within a common executable file. I have s= pent an awful lot of time trying to decipher the Makefile/CMAKE but this is= proving to be a huge distraction as I just want to bring GNU Plot within m= y project. =20 If anybody has successfully set up a GNU Plot as "project" in Visual Studio= could you please tell me how you did it without getting hundreds of errors= /warnings? I suspect the file hierarchy/paths is giving me problems and as= signment of various libraries also but I know they are on my machine becaus= e GNU Plot compiles with the Makefile. Any help would be grately appreciated!