You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am running the code in Visual Studio 2017 in Debug mode. The code builds successfully, however when I run it I get this error:
line 302 start = N_ptr->pixel_s; --> Exception thrown: read access violation. N_ptr was nullptr.
How can I solve?
Thank you
The text was updated successfully, but these errors were encountered:
Hello, I am running the code in Visual Studio 2017 in Debug mode. The code builds successfully, however when I run it I get this error:
line 302 start = N_ptr->pixel_s; --> Exception thrown: read access violation. N_ptr was nullptr.
How can I solve?
Thank you
The text was updated successfully, but these errors were encountered: