Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

kernel32.dll

Intel_C_Intel
Employee
577 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
577 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