Re: [Scilab-users] Windows 10 VS 2015 example under ilib_build fails pvApiCtx undeclared identifier

2020-05-11 Thread Fredrik Blomqvist
Hi Clement, thanks for answering. You are correct, the pvApiCtx global define available in Scilab 5 no more > exists in Scilab 6 as described in [1] or [2]. The call_scilab might need > to be updated to cover this change, could you please post a bug on that ? > Ah, yes I will, but at the moment

Re: [Scilab-users] Windows 10 VS 2015 example under ilib_build fails pvApiCtx undeclared identifier

2020-05-11 Thread Clément David
age- > From: users On Behalf Of Freddos > Sent: Friday, May 8, 2020 11:19 AM > To: users@lists.scilab.org > Subject: Re: [Scilab-users] Windows 10 VS 2015 example under ilib_build fails > pvApiCtx undeclared identifier > > How did it go with this one? I just upgraded to Scilab 6.1

Re: [Scilab-users] Windows 10 VS 2015 example under ilib_build fails pvApiCtx undeclared identifier

2020-05-08 Thread Freddos
How did it go with this one? I just upgraded to Scilab 6.1 (from 5.5.2) and got the "pvApiCtx: undeclared indentifier" using the "Scilab Engine" (calling Scilab from my C++ application). All upgrade documentation (5 to 6) I have found only talks about the API using Gateways (not Scilab Engine),

Re: [Scilab-users] Windows 10 VS 2015 example under ilib_build fails pvApiCtx undeclared identifier

2016-07-19 Thread Clément David
Hello PhilAPol, The `pvApiCtx` variable has been introduced to migrate between Scilab 5 and Scilab 6. What Scilab version are you using ? -- Clément Le jeudi 14 juillet 2016 à 17:37 -0700, PhilAPol a écrit : > I am using Visual Studio Express 2015 with C++ and attempted to build the cpp >