#TDI's CreateProc()
09-Dec-87 23:56:28
Sb: #TDI's CreateProc()
Fm: Erv Thompson 70567,523
To: Steve Faiwiszewski 74106,425
Steve – Did you ever run into a problem with TDI's CreateProc()? No matter what
I do it returns a NULL address (actually a NULL BPTR – in spite of what the
def. listing says). DeviceProc(), on the other hand, returns an address no
matter what I feed it. Dissassembly of the lnk. file indicates all is being
called properly, taht is, if the lib offset is correct. They don't shift the
return value to give an ADDRESS but that's the only problem I could see. Any
help would be appreciated. I have access to BM so I might give the code a shot
with that compiler and see if it's my code but based on the C source I'm
translating it'd be pretty hard to screw it up.