P
Paul Brun
Hello all,
Well....I debugged in application further (see int32 to native int thread)
and decided to make a new
post as it is easier for trackability...
Anyway, I am getting a Null Reference Exception (as seen in my .NET Class
library) through the
strtok function in my C library. When I ran this in my .NET Console Test
Application, I was able
to step over the line without problems....the thing that stumps me is that
the parameter values
for the "strtok" function are the exact same....
So, why would it work in a .NET Console Application and not in a .NET Class
Library???
Ideas are welcome...
Thank you
Paul
Well....I debugged in application further (see int32 to native int thread)
and decided to make a new
post as it is easier for trackability...
Anyway, I am getting a Null Reference Exception (as seen in my .NET Class
library) through the
strtok function in my C library. When I ran this in my .NET Console Test
Application, I was able
to step over the line without problems....the thing that stumps me is that
the parameter values
for the "strtok" function are the exact same....
So, why would it work in a .NET Console Application and not in a .NET Class
Library???
Ideas are welcome...
Thank you
Paul