View Single Post

   
  #3 (permalink)  
Old 01-04-2008, 09:08 PM
Ron
 
Posts: n/a
Default Re: Creating C++ loadable modules for AIX: ANSWER

"Gary R. Hook" <nospam@nospammers.net> wrote in message news:<4xpDb.908$Ap5.335929443@newssvr11.news.prodi gy.com>...
>
> > First of all, if we want the module to access main's symbols, we must
> > use the runtime linker.

>
> Or use "." imports to your module. This special symbol means that
> the symbol is provided by (exported from) the main application.
>


Can you explain how to do this?
Also, are there any disadvantages to using the runtime linker?
Reply With Quote