Page 2 of 2

Re: EXPORT Error?

Posted: Tue Feb 02, 2010 10:09 pm
by Olliv
I wrote:In the other listing, you add

Code: Select all

extrn _MyAddition@8
(because PS0=8)
I think the other listing is not the ASM listing code you gave above...

So, please remove this line in it...

Code: Select all

extrn _Procedure0@8
...And test again...

And please decide: All is _Procedure0 or all is _MyAddition, or all is an other name but keep it because else all will be false...

Thank you

Re: EXPORT Error?

Posted: Wed Feb 03, 2010 6:51 pm
by j50501313
I still did not succeed, can give a successful code?

Re: EXPORT Error?

Posted: Wed Feb 03, 2010 7:39 pm
by srod
I have it working with the aid of coffIT. Let me tie together a few coherent words and post in the tricks and tips section.