1 Jun 2005 11:41
Re: DLL load failed: The specified procedure could not be found
Bill Davy <Bill <at> SynectixLtd.com>
2005-06-01 09:41:35 GMT
2005-06-01 09:41:35 GMT
"John Machin" <sjmachin <at> lexicon.net> wrote in message news:429cf3cf$1 <at> news.eftel.com... >> a) What "specified procedure " >> b) SHIP was made by SWIG > > and so presumably was _SHIP ... therefore it appears that you might be > better off asking for help on the SWIG mailing list. I will too. > >> c) Is there some way to find out which DLL and which procedure is >> involved? > > One would expect given the reported context (import _SHIP) that it has > found (somewhere!) a DLL called "_SHIP.pyd" and is looking in it > (unsuccessfully) for an entrypoint called "init_SHIP". > > The usual suspect here would be the C (or C++) compiler messing with the > name of the entrypoint; possible messes include underscores at the front > and/or frame size at the end e.g. "_initfoo <at> 12" instead of just "initfoo". > Possibly you are using a C[++] compiler that's not the one that SWIG > thinks you are using. >(Continue reading)
RSS Feed