|
|
|
|||||
|
Creating dynamically loadable modules
Hi all,
I am currently using Windows, so this question is - for the moment - Windows oriented. I want to make a program which - based upon some configuration settings (aka properties) - will be able to load DLL's and more specifically, load servants from those DLLs. What I want to achieve is to create for example: Code:
interface MyTest
{
nonmutating string saySomething();
};
I know it's a little difficult to change this while the server is running, but that's not an issue. I want to be able to call a servant from some DLL which is pre-configured. Can someone get me some pointers where I can find more information about this? Thanks ! |
|
||||||
|
Welcome to the forum.
Please update your signature as described in this announcement. Thanks, - Mark |
|
|||||
|
done (i think)
__________________
Steven Van Ingelgem Salvania [http://www.salvania.be/] Product Descr.: Statistical data analysis |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| docs: reference to other modules in slice | n2503v | Comments | 2 | 11-20-2006 05:00 PM |
| client creating objects | bks | Help Center | 3 | 04-24-2005 06:11 PM |
| Impact of include on on structs in modules(Python) | petrilli | Help Center | 2 | 03-11-2005 12:18 AM |
| Can Ice dynamically check and update its registry infomation when a Ice server dies? | rc_hz | Help Center | 3 | 11-15-2004 10:04 AM |
| Help on creating services w/ ICE | stephan | Help Center | 6 | 02-02-2004 05:14 PM |