Re: Gtk::Module



Alexander Volosatov wrote:
Hello, Bob.

  
using dlfcn.h is very easy, but .... MinGW under Windows don't have it
:(

 

      

  
That, then, should be telling you something. Shouldn't it?  GO linux!!!
    

  
Bob
    

For HISTORY:
instead:
func1
use:

_Z5func1v

this find in dll

  
In this case,you need to enclose your functions in your library within:

extern "C"
{
}

to prevent name mangling by the compiler.

Bob
begin:vcard
fn:Robert Caryl
n:Caryl;Robert
org:Fiscal Systems, Inc.
adr:;;102 Commerce Circle;Madison;AL;35758;USA
email;internet:bob fis-cal com
title:Senior Software Design Engineer
tel;work:356-772-8920 X108
x-mozilla-html:TRUE
url:http://www.fis-cal.com
version:2.1
end:vcard



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]