dlopen and LD_LIBRARY_PATH

2004-10-19 Thread Dan Osborne
ifferently and produces no output). TIA, Dan Osborne. --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.768 / Virus Database: 515 - Release Date: 22/09/2004 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Probl

RE: Program exited with code 0303000 - SOLVED

2004-10-18 Thread Dan Osborne
Dan Osborne wrote: > OK, my voyage of discovery continues. I've added exception > specifications to the appropriate functions (declarations and > definitions - took a while to work out I needed it on both) but no > change in behaviour. > > I've also remembered why I s

RE: Memory debugging under cygwin

2004-10-11 Thread Dan Osborne
Reini Urban wrote: >>> Great shame that valgrind isn't ported to cygwin! > > but dmalloc is. > after libtoolizing and autoreconf with latest autotools just add > AM_WITH_DMALLOC to your configure.in Hmmm, I've yet to bite the libtool bullet but if it gets dmalloc working maybe nows the time to do

RE: Memory debugging under cygwin

2004-10-02 Thread Dan Osborne
There's a package called Memory Watcher/memwatch designed for cygwin which I've used. I can't find a URL but this is from the README and a web search should find it ... Memory Watcher == This is a little library for tracing memory related api calls on cygwin using gcc. Features: - d

RE: Program exited with code 0303000

2004-09-30 Thread Dan Osborne
use it is making it harder to get to the bottom of what is going on. Sorry to go on at length - its hard to find the right balance between brevity and ommission. Thanks in anticipation, Dan > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Dan

RE: Program exited with code 0303000

2004-09-28 Thread Dan Osborne
> Um. Bizarre. You did build with -g and -O0, didn't you? Is > this an actual > function call here, or does add_var turn out to be some kind of > macro or something > that otherwise gets inlined? Well I was actually using -ggdb3 but I tried -g -O0 and it made no difference. I think the add_va

RE: Program exited with code 0303000

2004-09-28 Thread Dan Osborne
Thanks for the reply. > Since you've got the code up and running in a debugger, you can set > breakpoints on abort, exit, and the last line of main, then when > it hits one > you can see for yourself from which point your code is exiting and the > reason why it's returning a non-zero exit code.

Program exited with code 0303000

2004-09-25 Thread Dan Osborne
alls but I have now replaced them with ODBC calls using the odbc32.dll (having used impdef and dlltool to create libodbc32.a) so am suspicious of this element but would appreciate some pointers in how to investigate further. Thanks in anticipation, Dan Osborne --- Outgoing mail is certi