Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Packages and Libraries
»
External dll/so
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 (async/awai...
by
Thaddy
[
Today
at 08:31:58 am]
Windows Installer with FP...
by
Martin_fr
[
Today
at 07:42:28 am]
GTK3 is now the default w...
by
dbannon
[
Today
at 03:25:30 am]
Parsing error?
by
jlinux
[
Today
at 02:15:42 am]
Putting a new file on a w...
by
J-G
[July 18, 2026, 11:10:43 pm]
[SOLVED]Problem with Mari...
by
Tomu
[July 18, 2026, 10:49:15 pm]
debugger error
by
Martin_fr
[July 18, 2026, 10:38:42 pm]
TCHATGPT — An Artificial ...
by
schuler
[July 18, 2026, 10:00:48 pm]
Which quantized model wor...
by
schuler
[July 18, 2026, 09:45:50 pm]
Slow app start on M5 MacB...
by
Thaddy
[July 18, 2026, 08:16:52 pm]
Peculiarities in the EXE ...
by
Thaddy
[July 18, 2026, 07:49:45 pm]
Windows 2026_7 update and...
by
Martin_fr
[July 18, 2026, 06:23:32 pm]
KOL4 Beta available.
by
Thaddy
[July 18, 2026, 06:23:08 pm]
This week in OPM!
by
wp
[July 18, 2026, 01:59:33 pm]
FastCGI vs. CGI
by
Thaddy
[July 18, 2026, 01:32:45 pm]
Testing Antropic
by
Tomxe
[July 18, 2026, 12:46:14 pm]
authentiacte through goog...
by
Thaddy
[July 18, 2026, 09:12:56 am]
[SOLVED] Stopped compilin...
by
CM630
[July 18, 2026, 08:41:58 am]
[CLOSED] Seeking performa...
by
Xenno
[July 18, 2026, 08:11:26 am]
Lazarus Main not building...
by
Thaddy
[July 18, 2026, 06:31:42 am]
Setting the CURSOR for th...
by
jamie
[July 18, 2026, 02:16:55 am]
TPeriodicTable
by
wp
[July 18, 2026, 12:19:25 am]
I have made some progress...
by
onionmixer
[July 17, 2026, 08:08:34 pm]
How to connect to MariaDb...
by
jcmontherock
[July 17, 2026, 06:23:38 pm]
Accessing VRAM memory wit...
by
LemonParty
[July 17, 2026, 04:45:30 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: External dll/so (Read 11330 times)
notebook
New Member
Posts: 21
External dll/so
«
on:
August 03, 2011, 07:59:21 am »
How I can add dll/so to main project as reference?
in visual studio you cad add dll as reference, Can I do this in lazarus?
How I can load dll/so dynamically in main project?
Logged
jixian.yang
Full Member
Posts: 173
Re: External dll/so
«
Reply #1 on:
August 03, 2011, 10:57:09 am »
In Lazarus, we can put {$MODE DELPHI} in the unit which calls the dlls, then it is the same way as in Delphi.
The demo projects for Delphi is quite easy to Google.
«
Last Edit: August 03, 2011, 11:29:00 am by jixian.yang
»
Logged
felipemdc
Administrator
Hero Member
Posts: 3538
Re: External dll/so
«
Reply #2 on:
August 03, 2011, 11:09:50 am »
In Lazarus you don't need to add a reference to the library in the project itself, you simply add code which binds to the library.
Here is documentation about how to dynamically load a dynamic library:
http://wiki.lazarus.freepascal.org/Lazarus/FPC_Libraries#Loadlibrary_-_loading_a_dynamic_library
And about how to statically load a dynamic library:
http://wiki.lazarus.freepascal.org/Lazarus/FPC_Libraries#External_-_statically_loading_a_dynamic_library
Logged
jixian.yang
Full Member
Posts: 173
Re: External dll/so
«
Reply #3 on:
August 03, 2011, 11:30:24 am »
Thanks.
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Packages and Libraries
»
External dll/so
TinyPortal
© 2005-2018