EXPORT Error?

Just starting out? Need help? Post your questions and find answers here.
User avatar
Olliv
Enthusiast
Enthusiast
Posts: 542
Joined: Tue Sep 22, 2009 10:41 pm

Re: EXPORT Error?

Post 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
j50501313
User
User
Posts: 20
Joined: Fri Oct 23, 2009 11:51 am

Re: EXPORT Error?

Post by j50501313 »

I still did not succeed, can give a successful code?
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Re: EXPORT Error?

Post 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.
I may look like a mule, but I'm not a complete ass.
Post Reply