Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Packages and Libraries
»
Ported from Delphi/Kylix
»
convert Sebran delphi(4) code to lazarus
Free Pascal
Website
Downloads
Wiki
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Bugtracker
IRC channel
Latest SVN
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
Error installation lazaru...
by
young_nandy
[
Today
at 05:18:07 am]
Polished version of the C...
by
trev
[
Today
at 04:34:33 am]
Lazarus Release 2.0.12
by
trev
[
Today
at 04:27:31 am]
Synapse : Simple things
by
PierceNg
[
Today
at 04:24:50 am]
50 years of Pascal
by
VTwin
[
Today
at 04:15:45 am]
Help with task using arra...
by
lucamar
[
Today
at 02:57:49 am]
LAMW: Linux crash in emul...
by
iru
[
Today
at 02:39:50 am]
cdecl - conventions instr...
by
AlanTheBeast
[
Today
at 02:05:38 am]
Executing build commands ...
by
ASBzone
[
Today
at 01:49:01 am]
LAMW: jMsSqlJDBCConnectio...
by
jmpessoa
[
Today
at 01:29:03 am]
« previous
next »
Print
Pages:
1
...
6
7
[
8
]
Author
Topic: convert Sebran delphi(4) code to lazarus (Read 95005 times)
Leledumbo
Hero Member
Posts: 8307
Programming + Glam Metal + Tae Kwon Do = Me
Re: convert Sebran delphi(4) code to lazarus
«
Reply #105 on:
March 10, 2009, 05:39:36 am »
Quote
Is there any workaround for this message ?
Use Tools->Convert dfm to lfm. When prompted, remove that missing property.
Open the project with the form opened (just open the corresponding unit, lazarus will automatically load the form), make a trivial change (a simple moving form is enough), and save.
Recompile and you're done.
Logged
Follow this if you want me to answer:
http://wiki.lazarus.freepascal.org/Lazarus_Faq#What_is_the_correct_way_to_ask_questions_in_the_forum.3F
http://pascalgeek.blogspot.com
https://bitbucket.org/leledumbo
https://github.com/leledumbo
Code first, think later - Natural programmer B)
von_ks
Jr. Member
Posts: 57
Re: convert Sebran delphi(4) code to lazarus
«
Reply #106 on:
March 10, 2009, 10:51:45 am »
I have converted dfm to lfm , and at promt I have removed missing property. I have made also trivial changes and saved project and packeges and compiled it again.
It shows me now new messeges.
/
Read error
Stream=TfrmHuvudmeny:Root=:TfrmHuvudmeny
Class "TMediaPlayer" not found
stream position 14978
/
Read error
in file D:\Temp\sebran\Delphi4\HMENY.lfm
Class "TMediaPlayer" not found
/
did I some mistake ?
What should I do now ?
Logged
Leledumbo
Hero Member
Posts: 8307
Programming + Glam Metal + Tae Kwon Do = Me
Re: convert Sebran delphi(4) code to lazarus
«
Reply #107 on:
March 10, 2009, 11:36:49 am »
Same thing plus some notes: AFAIK all things in form definition must be installed in the IDE. Therefore, if the TMediaPlayer is not installed, you can't use it like other components (in other words, you need to create it at runtime).
Logged
Follow this if you want me to answer:
http://wiki.lazarus.freepascal.org/Lazarus_Faq#What_is_the_correct_way_to_ask_questions_in_the_forum.3F
http://pascalgeek.blogspot.com
https://bitbucket.org/leledumbo
https://github.com/leledumbo
Code first, think later - Natural programmer B)
von_ks
Jr. Member
Posts: 57
Re: convert Sebran delphi(4) code to lazarus
«
Reply #108 on:
April 07, 2009, 09:29:20 am »
If somebody would like to try porting by himself/herself
please write to me. so I will send all files I have.
Logged
Print
Pages:
1
...
6
7
[
8
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Packages and Libraries
»
Ported from Delphi/Kylix
»
convert Sebran delphi(4) code to lazarus
TinyPortal
© 2005-2018