Null Reference Exception on strtok function - NEW POST

  • Thread starter Thread starter Paul Brun
  • Start date Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top