Hi there,
I have a program with several structures, some of them made by union (quite big ones). At a given moment the program gives me the following error (after that an allocation with 'new' for a structure returns NULL):
Loaded "nrdll.dll", no matching symbolic information found.
Loaded "C:\Windows\system32\kernel32.dll", no matching symbolic information found.
First-chance exception in MAIN.exe (NTDLL.DLL):0xC0000005 Access violation
Can anyone explain me what is going on? And how to solve this issue?
Thank you.
Malone
I have a program with several structures, some of them made by union (quite big ones). At a given moment the program gives me the following error (after that an allocation with 'new' for a structure returns NULL):
Loaded "nrdll.dll", no matching symbolic information found.
Loaded "C:\Windows\system32\kernel32.dll", no matching symbolic information found.
First-chance exception in MAIN.exe (NTDLL.DLL):0xC0000005 Access violation
Can anyone explain me what is going on? And how to solve this issue?
Thank you.
Malone