Software Archive
Read-only legacy content

kernel32.dll

Intel_C_Intel
Employee
336 Views
My program is producing a run time message: Loaded : 'C:WINDOWSSYSTEMKERNEL32.DLL', no matching symbolic information found.

Will this disrupt my program? If so, how can I adjust the options or load the file so that is works.

I made sure that the DLL options was selected, but I still get the message. I am wondering if this is contributing to other errors I have been getting.

Thanks for any help.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
336 Views
This is an informational message from the debugger that says it doesn't have debug symbol table information for the Windows DLL KERNEL32 - you can ignore it. It has no bearing on the execution of your program.

Steve
0 Kudos
Reply