S
sunny
Hi,
I was trying to call a function in an an asm file from a C
file(driver).
In c file the funcrtion is defined as:
extern int foo(int,int);
In the asm file the function is defined as _foo.
when I link the 2 binaries in VC++ it works fine but with DDK this
gives as error saying _foo@8 not found.
Is there a way to do away with this name mangling.
Since this driver is to be used on both 32 and 64 bit platforms I dont
want the number changing from one version to another.
Thankx a zillion.
Sunil.
I was trying to call a function in an an asm file from a C
file(driver).
In c file the funcrtion is defined as:
extern int foo(int,int);
In the asm file the function is defined as _foo.
when I link the 2 binaries in VC++ it works fine but with DDK this
gives as error saying _foo@8 not found.
Is there a way to do away with this name mangling.
Since this driver is to be used on both 32 and 64 bit platforms I dont
want the number changing from one version to another.
Thankx a zillion.
Sunil.