Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
General
»
Problems with the completion of a project fpgui
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
FPC Unleashed (inline var...
by
Khrys
[
Today
at 08:21:34 am]
Ann: DeCoperators
by
Fibonacci
[
Today
at 07:14:59 am]
Error: Compilation raised...
by
Khrys
[
Today
at 06:22:32 am]
I hope FreePascal can sup...
by
xiyi0616
[
Today
at 05:49:05 am]
[Solved] Help needed comp...
by
landolfi
[
Today
at 02:45:10 am]
Delimited text - how find...
by
Remy Lebeau
[
Today
at 02:26:15 am]
AI assisted translation o...
by
MathMan
[
Today
at 12:55:30 am]
DataPort or Synpase stat...
by
eldonfsr
[April 16, 2026, 11:32:18 pm]
Ann: Deinline: a de-inlin...
by
LeP
[April 16, 2026, 11:27:18 pm]
[FPC 3.2.4, Windows] PTC ...
by
Fred vS
[April 16, 2026, 08:26:24 pm]
Cannot build Units for Si...
by
NormanDunbar
[April 16, 2026, 07:39:07 pm]
IDE: Property editor does...
by
dsiders
[April 16, 2026, 07:04:22 pm]
What is wrong with this c...
by
OH1KH
[April 16, 2026, 04:32:48 pm]
[work arounded]Naming dae...
by
LeP
[April 16, 2026, 03:36:10 pm]
Lazarus Bugfix Release 4....
by
Jonax
[April 16, 2026, 03:06:25 pm]
CudaText editor (written ...
by
AlexTP
[April 16, 2026, 10:43:12 am]
C header function with on...
by
440bx
[April 16, 2026, 09:13:38 am]
(Solved)TUpDown KeyDown ...
by
LeP
[April 15, 2026, 11:21:09 pm]
Zipper: Addition of mult...
by
marcov
[April 15, 2026, 10:35:15 pm]
Seeking advice on setting...
by
gidesa
[April 15, 2026, 07:02:04 pm]
GTK3: FillRect() mispaint...
by
baldzhang
[April 15, 2026, 06:32:52 pm]
Lazarus Image Editor
by
Paolo
[April 15, 2026, 05:37:30 pm]
RunFormula: math expressi...
by
Handoko
[April 15, 2026, 01:24:30 pm]
How to merge multiple cla...
by
cdbc
[April 15, 2026, 12:48:42 pm]
PWM signals, atmega328p, ...
by
pascalbythree
[April 15, 2026, 12:39:25 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: Problems with the completion of a project fpgui (Read 3633 times)
xinyiman
Hero Member
Posts: 2261
Problems with the completion of a project fpgui
«
on:
March 30, 2017, 11:51:31 pm »
Hello guys, I downloaded the program
https://github.com/leonardorame/DicomViewer4/
and I tried to compile it. But this error appears:
viewerpanel.pas(572,34) Error: Identifier not found "TfpgWindow"
For this code
d := TfpgDrag.Create(Sender as TfpgWindow);
who help me to solve it?
Logged
Win10, Ubuntu and Mac
Lazarus: 2.1.0
FPC: 3.3.1
xinyiman
Hero Member
Posts: 2261
Re: Problems with the completion of a project fpgui
«
Reply #1 on:
March 31, 2017, 11:19:24 am »
No one knows how to help me?
Logged
Win10, Ubuntu and Mac
Lazarus: 2.1.0
FPC: 3.3.1
molly
Hero Member
Posts: 2330
Re: Problems with the completion of a project fpgui
«
Reply #2 on:
March 31, 2017, 11:34:03 am »
The expert on the topic of fpGUI would be Graeme and he's usually busy or not pay too close attention to these forums.
In case you wish to have a quicker response you could try
this
. Note that there is also a web front-end.
My suspicion would be that you use(d) a newer fpGUI while DiCom viewer seems a bit older project and therefor some compatibility issues crept in.
Sorry, i can't help you with details atm. but have you at least followed instructions
here
?
«
Last Edit: March 31, 2017, 11:38:45 am by molly
»
Logged
xinyiman
Hero Member
Posts: 2261
Re: Problems with the completion of a project fpgui
«
Reply #3 on:
March 31, 2017, 02:42:15 pm »
Yes yes I followed these instructions
Logged
Win10, Ubuntu and Mac
Lazarus: 2.1.0
FPC: 3.3.1
Graeme
Hero Member
Posts: 1518
Re: Problems with the completion of a project fpgui
«
Reply #4 on:
March 31, 2017, 04:21:17 pm »
Replying here as well, so others can benefit too. I assume DicomViewer is written against a older version of fpGUI, as the source code was mostly edited some 3 years ago. So switch the the
maint
branch and see if that helps. Otherwise look at the fpGUI release tags, and see which release matches the DicomViewer time frame of 3 years ago.
Logged
--
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/
xinyiman
Hero Member
Posts: 2261
Re: Problems with the completion of a project fpgui
«
Reply #5 on:
March 31, 2017, 04:56:06 pm »
Thank you. Now with 1.4.1 version change error
Compila il progetto, Modalità : linux, Destinazione: dicomviewer: Codice di uscita 256, Errori: 1
dicomviewer.lpr(31,0) Error: Error while linking
Where is the problem? My system is osx sierra
Logged
Win10, Ubuntu and Mac
Lazarus: 2.1.0
FPC: 3.3.1
Fred vS
Hero Member
Posts: 3876
Re: Problems with the completion of a project fpgui
«
Reply #6 on:
March 31, 2017, 05:16:54 pm »
Hello.
Please, ask your question in fpGUI news, you will find more people to help you:
http://geldenhuys.co.uk/webnews/
Choose a user name + enter.
Then click on
fpgui.support
PS: Huh, I have try to compile dicomviewer without success, maybe you may add a issue in:
https://github.com/leonardorame/DicomViewer4/
Fre;D
Logged
I use Lazarus 2.2.0 32/64 and FPC 3.2.2 32/64 on Debian 11 64 bit, Windows 10, Windows 7 32/64, Windows XP 32, FreeBSD 64.
Widgetset: fpGUI, MSEgui, Win32, GTK2, Qt.
https://github.com/fredvs
https://gitlab.com/fredvs
https://codeberg.org/fredvs
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
General
»
Problems with the completion of a project fpgui
TinyPortal
© 2005-2018