- Posts: 66
- Thank you received: 0
Question CT LAB ver 6.80
- Fernando
- Offline
- Junior Member
-
Strange thing: try to update to the latest rev 6730 on windows 10 x64; as always go to ctcenter, open update manager, update to latest lab version, download proceeds ok, but when the unzip stage should start, I get "User has not administrator privileges" error in a cmd window reading "Administrator" at top (see attached image). This happens even after reboot. What to do?
Attachments:
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Fernando
- Offline
- Junior Member
-
- Posts: 66
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
to check your OS installation
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Fernando
- Offline
- Junior Member
-
- Posts: 66
- Thank you received: 0
Thanks
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Peter Heckert
-
- Offline
- Junior Member
-
- Posts: 62
- Thank you received: 3
i := 0;
while i < 10 do begin
i += 1;
end;
If a breakpoint is set at the while loop, it is only hit once. This is perfectly reproducible.
I believe the reason is, there are two related breakpoints at assembly level and only the first is hit.
I have seen this first time in lazarus 2.0 and fpc 3.0.4 but CT6.8 has the same behaviour.
Also in lazarus I have seen that breakpoints are not hit or a breakpoint is hit and is in the breakpoint list after it was deleted in the source editor.
(I am not able to reproduce the latter, these partially random occuring problems in CT are possibly imported from lazarus code?)
It happens with GDB, it doesnt happen with FpDebug in CT6.8
This is not a major problem for me, I can workaround, but it is reproducible, and so it possibly could help to improve the debugger.
Platforms: Win7 32 bit, Win10 32 + 64 bit
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
We try to solve any Debug problem
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Daniel Jaeger
- Offline
- Junior Member
-
- Posts: 27
- Thank you received: 0
Attachments:
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
give us time to find the problem
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Daniel Jaeger
- Offline
- Junior Member
-
- Posts: 27
- Thank you received: 0
A comparison of the new package with an old one (6700) shows that in the new package the section unitpath is missing.
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
Maybe the error has something to do with it.
Thanks.
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
this is the problem we fixed
Thanks a lot
Next LAB CT will have and this fix
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
Have fun
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Klaus Riesterer
- Visitor
-
Compiles my projects ok but:
Most Codetools hotkeys (eg Shift-Ctrl-C) did not work. Editor is almost useless in this state.
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
please, can you give us more info ?
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Klaus Riesterer
- Visitor
-
When I write a new procedureheader and press Shift-CTRL-C the Error 1: 'Error: there is no completion for this code' is given.
Also CTRL-Shift Up/Down did not work.
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
tomorrow we will test and report here
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
Klaus Riesterer wrote: Revision 006740 BETA 1
.....
Most Codetools hotkeys (eg Shift-Ctrl-C) did not work. Editor is almost useless in this state.
We test, Fix and release LAB CodeTyphon ver 6.80 Revision 006745 BETA 2
Have fun...
PilotLogic Architect and Core Programmer
Attachments:
Please Log in or Create an account to join the conversation.
- Klaus Riesterer
- Visitor
-
For me it works again as it should.
Really fast service - Great!
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
and always have fun
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.