You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not a big problem, but I got these messages when I install this (latest svn:28) package on Lazarus 1.8.5 x86 on Windows7 x64:
compile:
Compile package etpackage 1.0.1: Success, Hints: 5
epiktimer.pas(396,33) Hint: Function result variable does not seem to be initialized
epiktimer.pas(317,3) Hint: Local const "NanoPerSec" is not used
epiktimer.pas(318,3) Hint: Local const "NanoPerMilli" is not used
epiktimer.pas(320,3) Hint: Local const "USecPerSec" is not used
epiktimer.pas(70,12) Hint: Unit "mmsystem" not used in EpikTimer
install:
Messages, Warnings: 2, Hints: 4
Note: Duplicate unit "splash" in "etpackage 1.0.1", source="C:\lazarus\components\epiktimer_svn\splash.pas"
Note: Duplicate unit "splash" in "#IDE", ppu="C:\lazarus\lazarus\units\i386-win32\win32\splash.ppu", source="C:\lazarus\lazarus\ide\splash.pp"
Note: Duplicate unit "main" in "etpackage 1.0.1", source="C:\lazarus\components\epiktimer_svn\main.pas"
Note: Duplicate unit "main" in "#IDE", ppu="C:\lazarus\lazarus\units\i386-win32\win32\main.ppu", source="C:\lazarus\lazarus\ide\main.pp"
Warning: Duplicate file "splash.lfm" in "#IDE", path="C:\lazarus\lazarus\units\i386-win32\win32\splash.lfm"
Warning: Duplicate file "splash.lfm" in "etpackage 1.0.1", path="C:\lazarus\components\epiktimer_svn\splash.lfm"
Build IDE
I think need "mmsystem" remove from the units, and simple demo-files rename (and put the demo to the separate directory?)
The text was updated successfully, but these errors were encountered:
Hi!
Thank you for this component!
Not a big problem, but I got these messages when I install this (latest svn:28) package on Lazarus 1.8.5 x86 on Windows7 x64:
compile:
Compile package etpackage 1.0.1: Success, Hints: 5
epiktimer.pas(396,33) Hint: Function result variable does not seem to be initialized
epiktimer.pas(317,3) Hint: Local const "NanoPerSec" is not used
epiktimer.pas(318,3) Hint: Local const "NanoPerMilli" is not used
epiktimer.pas(320,3) Hint: Local const "USecPerSec" is not used
epiktimer.pas(70,12) Hint: Unit "mmsystem" not used in EpikTimer
install:
Messages, Warnings: 2, Hints: 4
Note: Duplicate unit "splash" in "etpackage 1.0.1", source="C:\lazarus\components\epiktimer_svn\splash.pas"
Note: Duplicate unit "splash" in "#IDE", ppu="C:\lazarus\lazarus\units\i386-win32\win32\splash.ppu", source="C:\lazarus\lazarus\ide\splash.pp"
Note: Duplicate unit "main" in "etpackage 1.0.1", source="C:\lazarus\components\epiktimer_svn\main.pas"
Note: Duplicate unit "main" in "#IDE", ppu="C:\lazarus\lazarus\units\i386-win32\win32\main.ppu", source="C:\lazarus\lazarus\ide\main.pp"
Warning: Duplicate file "splash.lfm" in "#IDE", path="C:\lazarus\lazarus\units\i386-win32\win32\splash.lfm"
Warning: Duplicate file "splash.lfm" in "etpackage 1.0.1", path="C:\lazarus\components\epiktimer_svn\splash.lfm"
Build IDE
I think need "mmsystem" remove from the units, and simple demo-files rename (and put the demo to the separate directory?)
The text was updated successfully, but these errors were encountered: