Hello
Is picturecanvas still supported at VIP 9 for drawing graphics.
Thank you
Regards
PictureCanvas still supported?
Re: PictureCanvas still supported?
Hello vjoer,
See the next folder.
C:\VisualProlog\pfc\gui\pictureCanvas
pictureCanvas.cl
pictureCanvas.i
pictureCanvas.pack
pictureCanvas.ph
pictureCanvas.pro
Have a nice day and work.
Greetings,
Gal Zsolt
(~ CalmoSoft ~)
See the next folder.
C:\VisualProlog\pfc\gui\pictureCanvas
pictureCanvas.cl
pictureCanvas.i
pictureCanvas.pack
pictureCanvas.ph
pictureCanvas.pro
Have a nice day and work.
Greetings,
Gal Zsolt
(~ CalmoSoft ~)
There are two types of programmers :
the one who already uses Ring
or Visual Prolog and the others
who are going to use them some time.
the one who already uses Ring
or Visual Prolog and the others
who are going to use them some time.
Re: PictureCanvas still supported?
Hello
I did find picturecanvas but I am getting error when I try to use it. I have a code written for VIP 7.x and trying now to run it on VIP 9.
I get some an error and I assumed picturecanvas is not supported.
Here is the error, maybe there is a solution for it:
Thank you
I did find picturecanvas but I am getting error when I try to use it. I have a code written for VIP 7.x and trying now to run it on VIP 9.
I get some an error and I assumed picturecanvas is not supported.
Here is the error, maybe there is a solution for it:
The code that failed:A runtime exception occurred. The runtime_exception handler does not recognize this exception.
error code = 6306
ExtraInfo = Unknown Error
notYetHandledError (runtime_exception)
runtime_exception::runtimeExceptionRaiser
pfc\exception\runtime_exception.pro(21,65)
----------------------------------------
C:\workspace\Expertrutier\sources\XpertRutier\cgiXpertRutier\Exe64\vipVpi.dll (0x000000011531725A)
C:\workspace\Expertrutier\sources\XpertRutier\cgiXpertRutier\Exe64\vipKernel.dll (0x0000001414002F4E)
c:\program files (x86)\visual prolog 9\pfc\gui\picturecanvas\picturecanvas.pro(30)
Code: Select all
drawingCanvas := pictureCanvas::new(400,400),
Viorel Farcas
Re: PictureCanvas still supported?
Hello vjoer,
Can you post the full source code (and all the necessary files to run) to reproduce the error?
Have a nice day and work.
Greetings,
Gal Zsolt
(~ CalmoSoft ~)
Can you post the full source code (and all the necessary files to run) to reproduce the error?
Have a nice day and work.
Greetings,
Gal Zsolt
(~ CalmoSoft ~)
There are two types of programmers :
the one who already uses Ring
or Visual Prolog and the others
who are going to use them some time.
the one who already uses Ring
or Visual Prolog and the others
who are going to use them some time.