I started using JNI to call Java classes from C++ some weeks ago and today I encountered a peculiar situation. I am new to C++ (familiar with Java though), so this could be a n00b error. I have this c
For some reason i can\'t figure i am getting access violation. memcpy_s (buffer, bytes_per_line * height, image, bytes_per_line * height);
The process I want to do is to make the FFT to an image (stored in “imagen”) , and then, multiply it with a filter ‘H’, after that, the inverse FFT will be done also.
I\'m loading a MFC dll to my CLI wrapper with HINSTANCE m_keyManagerLib; m_keyManagerLib = LoadLib开发者_JS百科rary(\"dll\");
A plain C application compiles fine on MSVC6, but when running, it raises an Access violation. When running the app in WinDbg, I get the AV error raised when loading rasadhlp.dll (a wind开发者_C百科o
Consider the following piece of .NET code: byte[] hash = { 0x60, 0x2B, 0x45, 0x9D, 0xA0, 0x6D, 0xD5, 0x02, 0x43, 0x86, 0xC1, 0xBA, 0x6B, 0x14, 0x37, 0x88, 0x63, 0x08, 0x39, 0xA0 };
I am trying to tokenize lines in a file using _tcstok. I am able to tokenize the line once, but when i try to tokenize it a second time, I get an access violation. I feel like it has something to do w
A fatal error has been detected by the Java Runtime Environment: EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x762a76d0, pid=4072, tid=2984
This problem is related to this question, which I\'ve asked earlier. The code provided by @RRUZ is working but it seems that not quite correctly or
I\'ve read some problems with \"Access Violation\" on the net but this is very weird for me I have tested some \"solutions\" but with no results