Aaron Ardiri wrote: > why not create a very simple program that calls the > LstGlueSetIncrementalSearch function; then you can diassemble > it using a combination of par, and pilotdis > (par e code 1; pilotdis code0001.bin)
> then, you'll get a file called code0001.bin.s - which, has > the assembly of the small demo program you wrote (that only > calls the glue). the glue function will be appended at the end; > and you should be able to cut and paste the > assembler code into a C function declaration, embedded within > "asm" tags. > :) thats what i would do. Wow! That's too extreme for me. I link the Glue library anyway for various other APIs, so I'll let the linker do its smart linking and only pick what's needed. And best reason to go no further: it works! Luc Le Blanc -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
