LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   dynamically including C modules (https://www.linuxquestions.org/questions/programming-9/dynamically-including-c-modules-16118/)

manjulap 03-12-2002 03:36 PM

dynamically including C modules
 
The problem is about dynamically linking C functions in a software called Yorick.Yorick runs on Linux and the latest version is Yorick 1.5.For high speed processing Yorick programs are written with linked-in C functions. Right now each time new C code is included, Yorick has to be recompiled.
My question is how to dynamically include C functions wihtout having to "make" Yorick each time C code is included.
I was told that its the same way as we do with Linux.
:confused: Please let me know
Thanks,

nitr0gen 03-12-2002 11:11 PM

Shared Library for Plugin Module
 
Take a lok at this pointer
http://www.linuxdoc.org/HOWTO/Progra...WTO/index.html

you can change code without recompiling the whole thing...
you can dynamicly load symbol into processes environement using functions
dlopen(), dlsyms(), etc...

nitr0gen

nitr0gen 03-12-2002 11:12 PM

Screwed up url
 
sorry the url has been screwed cant figure out why..
http://www.linuxdoc.org/HOWTO/Progra...WTO/index.html

nitr0gen 03-12-2002 11:14 PM

??
 
I really dont know why the url gets screwed up but Ill paste it in several token..
http://www.linuxdoc.org/
HOWTO/
Program-Library-HOWTO/
index.html

acid_kewpie 03-13-2002 03:00 AM

Re: ??
 
Quote:

Originally posted by nitr0gen
I really dont know why the url gets screwed up but Ill paste it in several token..
http://www.linuxdoc.org/
HOWTO/
Program-Library-HOWTO/
index.html

url's just get abreviated when they are too long, they still work fine if you click them... :D


All times are GMT -5. The time now is 07:52 PM.