ctypes help

Terry Reedy tjreedy at udel.edu
Sat May 24 01:11:55 EDT 2008


"gianluca" <geonomica at gmail.com> wrote in message 
news:ce293364-7aef-4c43-8504-5ae353c49406 at e39g2000hsf.googlegroups.com...
| Thank you for help!
| I've done all you suggest and I've a objdump output like this:
| ...
| [ 86](sec  1)(fl 0x00)(ty  20)(scl   2) (nx 0) 0x00003755 _IsCoverRelD
| [ 87](sec  1)(fl 0x00)(ty  20)(scl   2) (nx 0) 0x00003657 _IsCoverRelA
| [ 88](sec  1)(fl 0x00)(ty  20)(scl   2) (nx 0) 0x000034f5 _IsCoverDX
| [ 89](sec  1)(fl 0x00)(ty  20)(scl   2) (nx 0) 0x0000341b _IsCoverA
| [ 90](sec  1)(fl 0x00)(ty  20)(scl   2) (nx 0) 0x00003072 _CoreRelD
| [ 91](sec  1)(fl 0x00)(ty  20)(scl   2) (nx 0) 0x00002f5e _CoreRelA

The name above have one underscore.


| my funtions are the __IsCoverRelD, __IsCoverRelA, etc but when I call
| it (myLIB.__IsCoverRelA or myLIB.__IsCoverRelA()) I've the same
| problem.

These all have two.  So if that is what you actually did....

tjr






More information about the Python-list mailing list