Re: help with using windows dll

2002-04-10 Thread Frank Motta
WOW!!! Thanks!!! this is great!!! I've installed and run it and (visually) it appears to give me what I need - the next test is (of course) link and run :} >> Original Message >> Subject: =?iso_8859_1?Q?can_a_pre-built_library_be_used=3F?= >> Fro

help with using windows dll

2002-04-10 Thread Frank Motta
Original Message Subject: =?iso_8859_1?Q?can_a_pre-built_library_be_used=3F?= From: "Frank Motta" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> I have a third party lib/dll (x.lib, x.dll) built with microsoft tools I need to link to a cygwin application.

Re: Problem with dlopen

2002-04-08 Thread Frank Motta
_end 1000126c T _free 10001274 T _malloc 10001264 T _realloc 10001000 T end 100012bc T etext --------- >8 nm output Notice the -lack- of mod_import!!! -- Frank Motta [EMAIL PROTECTED] If you cannot recognize divinity in your fellow man, then you will not rea

Re: Problem with dlopen

2002-04-05 Thread Frank Motta
crt0 10001000 T _end 1000126c T _free 10001274 T _malloc 10001264 T _realloc 10001000 T end 100012bc T etext - >8 nm output Notice the -lack- of mod_import!!! Thanks > At 02:51 PM 4/5/2002, Frank Motta wrote: >>The following code retur

Problem with dlopen

2002-04-05 Thread Frank Motta
_name, (RTLD_NOW | RTLD_GLOBAL)); handle = dlopen(mod_file_name, (DLOPEN_MODE)); if ((err = dlerror()) == NULL) { break; } -- Frank Motta [EMAIL PROTECTED] If you cannot recognize divinity in your fellow man, then you will not realize the devine within yourself... -- Unsubs