For my CAD program, HPGL .plt file converter, I need a lot of data input.
See image below (Industrial electrical scheme part).
The first part of the drawing conversions works well to a point I get this message.
The program passes for about 100 times in the loop and then I get the error...
Where can I find some info about [Invalid memory access] ?
And what is the reason i get this error ?
[17:06:33] Executable type: Windows - x64 (64bit, Unicode, Thread)
[17:06:33] Executable started.
[17:06:34] [ERROR] DecodeCommand_Code_A.pbi (Line: 243)
[17:06:34] [ERROR] Invalid memory access. (read error at address 18446744073709551615)
[17:06:53] The Program was killed.
Code: Select all
Global Hpgl_ArcAbsolute_BeginAngle.f
Global Hpgl_ArcAbsolute_DeltaX.l
Global Hpgl_ArcAbsolute_DeltaY.l
Line 243:
Hpgl_ArcAbsolute_BeginAngle = Degree ( ATan2 (Hpgl_ArcAbsolute_DeltaX, Hpgl_ArcAbsolute_DeltaY))
PB: 5.73 LTS x64
Debugger: ON
Thanks,
Marc,




