Discussions related to Visual Prolog
vjoer
Posts: 18
Joined: 7 Feb 2006 13:42

PictureCanvas still supported?

Unread post by vjoer »

Hello

Is picturecanvas still supported at VIP 9 for drawing graphics.

Thank you
Regards
Viorel Farcas
User avatar
CalmoSoft
VIP Member
Posts: 73
Joined: 17 Oct 2006 5:49

Re: PictureCanvas still supported?

Unread post by CalmoSoft »

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 ~)
vjoer
Posts: 18
Joined: 7 Feb 2006 13:42

Re: PictureCanvas still supported?

Unread post by vjoer »

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:
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)
The code that failed:

Code: Select all

        drawingCanvas := pictureCanvas::new(400,400),
Thank you
Viorel Farcas
User avatar
CalmoSoft
VIP Member
Posts: 73
Joined: 17 Oct 2006 5:49

Re: PictureCanvas still supported?

Unread post by CalmoSoft »

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 ~)
Post Reply