Recent

Author Topic: Lazarus Release 1.8.2 (with FPC 3.0.4)  (Read 106878 times)

Pascal

  • Hero Member
  • *****
  • Posts: 932
Re: Lazarus Release 1.8.2 (with FPC 3.0.4)
« Reply #90 on: May 04, 2018, 02:16:37 pm »
On Win7 and XP, after you turn the power on then press [F8] (repeatedly). On Win 8, I don't know how to enter safe mode.

Quote
Safe mode is a diagnostic mode of a computer operating system (OS). It can also refer to a mode of operation by application software. In Windows, safe mode only allows essential system programs and services to start up at boot. Safe mode is intended to help fix most, if not all problems within an operating system. It is also widely used for removing rogue security software.
Source: Wikipedia

Safe mode is very useful for troubleshooting computer problems. When safe mode is on, only 'core' drivers are loaded and most autorun programs will be disabled. Not all but almost all autorun viruses and malwares can't run on safe mode.

If the program can run without massive slow down on safe mode, it is almost 100% not caused by the hardware. Then we can continue to the next inspections. You may need to turn off/on one by one the programs that listed in the autorun section, which can be shown using msconfig.exe.

So you mean safe mode of the OS, okay.
laz trunk x64 - fpc trunk i386 (cross x64) - Windows 10 Pro x64 (21H2)

kpp

  • New Member
  • *
  • Posts: 10
Re: Lazarus Release 1.8.2 (with FPC 3.0.4)
« Reply #91 on: May 04, 2018, 02:48:22 pm »
For Windows 10 1803 it is not possible to use F8 to start in safe mode.
You have to click on Restart with Shift and move through several menus ...

In Safe Mode - no change - Start time 30 s
Lazarus 1.8.2 / FPC 3.0.4 / Windows 10 pro

kpp

  • New Member
  • *
  • Posts: 10
Re: Lazarus Release 1.8.2 (with FPC 3.0.4)
« Reply #92 on: May 05, 2018, 07:37:17 am »
Nobody has an idea?
Lazarus 1.8.2 / FPC 3.0.4 / Windows 10 pro

jamie

  • Hero Member
  • *****
  • Posts: 6077
Re: Lazarus Release 1.8.2 (with FPC 3.0.4)
« Reply #93 on: May 05, 2018, 06:07:30 pm »
I don't know if has any thing to do with what ever but, I know that MS has for some time now tried to
get people to stop using some old functions in the API.. One of them that I came across while porting some
32 bit code is the "OpenFIle" API which accepts a OFSTRUCT.
 
 That function still works as it did long ago which was originally a windows 3.x function but, it slows!!!!!!!!!!!!!!!!!
down now, delay returns each time you call it...

 So any use of this function needs to be replaced with CreateFile.
 
 I found this while porting some serial port code which I was using this to scan ports, I also notice it has a slow down
in normal use, too.

 There are a few obsolete IO functions MS has been trying to get coders to stop using and force them to upgrade the
code..

 There are other IO obsolete functions they at are trying very hard to remove..

 -hread, _hwrite, -lclose, _Icreate, _Iseek and those like it..

 any old code that uses these will still work but if you use these functions in newer code, I have found an extreme
delay before they return..

So you may want to check your code and update it.
The only true wisdom is knowing you know nothing

kpp

  • New Member
  • *
  • Posts: 10
Re: Lazarus Release 1.8.2 (with FPC 3.0.4)
« Reply #94 on: May 06, 2018, 06:39:54 am »
there are no IO operations in the code, just a lot of TEdits, TLabels, ...
No other code...
Lazarus 1.8.2 / FPC 3.0.4 / Windows 10 pro

Pascal

  • Hero Member
  • *****
  • Posts: 932
Re: Lazarus Release 1.8.2 (with FPC 3.0.4)
« Reply #95 on: May 07, 2018, 01:22:59 pm »
Nobody has an idea?

kpp, you should file a bug report fot this. Include your sample prog.
laz trunk x64 - fpc trunk i386 (cross x64) - Windows 10 Pro x64 (21H2)

kpp

  • New Member
  • *
  • Posts: 10
Re: Lazarus Release 1.8.2 (with FPC 3.0.4)
« Reply #96 on: May 07, 2018, 01:46:29 pm »
i did
Lazarus 1.8.2 / FPC 3.0.4 / Windows 10 pro

x2nie

  • Hero Member
  • *****
  • Posts: 515
  • Impossible=I don't know the way
    • impossible is nothing - www.x2nie.com
Re: Lazarus Release 1.8.2 (with FPC 3.0.4)
« Reply #97 on: May 08, 2018, 08:23:50 am »
Longlive Lazarus ! ;D 8-)


I build from svn (1.8.2) + FPC 3.0 = no problem.


Big Thanks  :-*
When you were logged in, you can see attachments.
Lazarus Github @ UbuntuCinnamon-v22.04.1 + LinuxMintDebianEdition5

useroflazarus

  • New Member
  • *
  • Posts: 23
Re: Lazarus Release 1.8.2 (with FPC 3.0.4)
« Reply #98 on: May 21, 2018, 04:53:49 pm »
1.8.4 on the ftp  ;)

valdir.marcos

  • Hero Member
  • *****
  • Posts: 1106
Re: Lazarus Release 1.8.2 (with FPC 3.0.4)
« Reply #99 on: May 21, 2018, 07:01:39 pm »
1.8.4 on the ftp  ;)
That Lazarus 1.8.4 ftp version is not ready or buggy.
See attached image.


-------
Welcome to Lazarus IDE 1.8.2
Configure Lazarus IDE
Warning: wrong version in ide\version.inc: 1.8.4
Start IDE
-------
Warning
Without a proper Lazarus directory you will get a lot of warnings.
Cancel   Ignore
-------
« Last Edit: May 21, 2018, 07:43:34 pm by valdir.marcos »

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 9754
  • Debugger - SynEdit - and more
    • wiki
Re: Lazarus Release 1.8.2 (with FPC 3.0.4)
« Reply #100 on: May 21, 2018, 07:19:00 pm »
Did you install the new one to c:\lazarus ?
Maybe you have an old lazarus somewhere and it got mixed up?

valdir.marcos

  • Hero Member
  • *****
  • Posts: 1106
Re: Lazarus Release 1.8.2 (with FPC 3.0.4)
« Reply #101 on: May 21, 2018, 07:53:54 pm »
Did you install the new one to c:\lazarus ?
Yes, I have installed version 1.8.4 over 1.8.2 on c:\lazarus. Both Lazarus versions are 32 bits on a Microsoft Windows 7 Professional 64 bits.

Quote
Maybe you have an old lazarus somewhere and it got mixed up?
No, I have no previous Lazarus version before 1.8.2. So, version 1.8.4 is the very first update.

Is there something else that I should check?
Or should I uninstall Lazarus, delete all remaining folders and start it all from zero?

rautamiekka

  • New member
  • *
  • Posts: 8
Re: Lazarus Release 1.8.2 (with FPC 3.0.4)
« Reply #102 on: May 21, 2018, 08:09:30 pm »
Did you install the new one to c:\lazarus ?
Yes, I have installed version 1.8.4 over 1.8.2 on c:\lazarus. Both Lazarus versions are 32 bits on a Microsoft Windows 7 Professional 64 bits.

Quote
Maybe you have an old lazarus somewhere and it got mixed up?
No, I have no previous Lazarus version before 1.8.2. So, version 1.8.4 is the very first update.

Is there something else that I should check?
Or should I uninstall Lazarus, delete all remaining folders and start it all from zero?
If you do uninstall, make sure you'll use the full power of CCleaner Free to make sure no traces are left in Registry.
« Last Edit: May 21, 2018, 08:15:44 pm by rautamiekka »

valdir.marcos

  • Hero Member
  • *****
  • Posts: 1106
Re: Lazarus Release 1.8.2 (with FPC 3.0.4)
« Reply #103 on: May 23, 2018, 02:26:43 am »
Or should I uninstall Lazarus, delete all remaining folders and start it all from zero?
Solved: I have uninstalled Lazarus, delete all remaining folders and files, and reinstalled it from zero.

 

TinyPortal © 2005-2018