Software Archive
Read-only legacy content
17060 Discussions

Kernel32.dll error

Intel_C_Intel
Employee
523 Views
Dear Mr./Ms

Now I am facing one trouble. One program has been compiled and linked and run successfully by f77 at the Tru64 Unix workstation.

Now I want to run this program at one notebook computer installed with Chinese Win98 second edition and Digital Visual Fortan 6. This notebook has P3-500,192M memory and 2G free space at hard disk. This program is compiled and linked successfully by VF6 on this notebook. But when runing it the errors occured. So I debugged it to see the detail error, the detail error are as follows:

Loaded 'C:WINDOWSSYSTEMKERNEL32.DLL', no matching symbolic information found.
First-chance exception in jzb_pzn.exe: 0xC000008C: Array Bounds Exceeded.
Loaded 'C:WINDOWSSYSTEMIMAGEHLP.DLL', no matching symbolic information found.
First-chance exception in jzb_pzn.exe: 0xC0000005: Access Violation.

Who like to help the errors and tell me how to correct them?

Thank you very much in advance.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
523 Views
The KERNEL32.DLL message is not relevant to your problem.

The array bounds error is something you should look at and fix first.

If after that is fixed, you still get the Access Violation, I suggest you see my article on Access Violation to see if you can figure out why the problem occurs. If you debugged it, you should know the line of the program where the error occurred.

Steve
0 Kudos
Reply