[Lazarus] Load classes from dll

leledumbo leledumbo_cool at yahoo.co.id
Mon May 4 08:00:32 CEST 2015


> Hi, im having problems loading classes in lazarus from dlls, i can load
functions without problem but i cant figure out how to load classes cause
right now im trying it and im getting an undeclared name fail

AFAIK it's still not possible to do so. We don't have external declaration
for classes yet (except for C++, still in development, probably compiler
specific, and Java via jvm target) and the RTL is not ready to be shared
(which is a requirement, too).

Here are some reading: http://wiki.freepascal.org/shared_library



--
View this message in context: http://free-pascal-lazarus.989080.n3.nabble.com/Lazarus-Load-classes-from-dll-tp4042029p4042033.html
Sent from the Free Pascal - Lazarus mailing list archive at Nabble.com.




More information about the Lazarus mailing list