I have compiled it with the debuging info (it was anyway) but unfortunately it doesn't give me any extra info. :(
also, I know that solstream can't be null because of the way it's created.
I did wonder about file sharing, but i have found found that it gives a different error if the file is in use.
thanks for looking.
J
PS - 'hth'?
Main Topics
Browse All Topics





by: vascovPosted on 2004-03-31 at 15:39:55ID: 10728298
Hi Jazzle,
Compile your C++ DLL with debuging info. That may help you showing more info when an AV occurs.
Regarding your code, check to see that solstream is NOT null after opening it. You might be experiencing issues with file sharing, or something like that.
The NullRef might be a consequence of the other error... (the access violation)
hth
Vasco