Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

- Has preformed an ilegal operation

Status
Not open for further replies.

JimHutton

Programmer
Sep 26, 2003
25
GB
WMMS is my program, it stands for Workload Management and Monitoring System.

The program works fine on WindowsXP but on Windows98 the error below occurrs.
[blue]
WMMS caused an exception 10H in module MSVBVM60.DLL at 0197:6602479d.
Registers:
EAX=0071f518 CS=0197 EIP=6602479d EFLGS=00000202
EBX=005f0248 SS=019f ESP=0071f518 EBP=0071f520
ECX=005f0000 DS=019f ESI=005f0248 FS=357f
EDX=817240f4 ES=019f EDI=005f0248 GS=0000
Bytes at CS:EIP:
e9 3b 28 02 00 55 8b ec 51 8b 45 08 53 8b 1d ac
Stack dump:
deadcafe deadcafe 005f01d0 66024752 005f0248 800a9c68 0071f5b8 660d4f6f 66025016 005f0248 00000f30 00000111 66045b58 00009c68 400b8a06 80010007
[/blue]

I have a combobox which is populated with a text value from my Access Database linked using Jet Engine 3.51.

When the user selects the the value in the combobox, a text box is then populated with a 3 letter prefix which can also be used to access other data in the database.

If someone could shed some light on this is would be most greatful.

Kindest Regards
Jim
-
 
Is the program compiled on Windows 98 or XP? Maybe if you recompiled the program under Windows 98.... Does the WMMS have a specific Windows 98 version?
 
Hi Compiled under the Windows XP Environment, I have located a bug in the combolist selections whilst debugging, hopefully this will sort the problem. If not i'm sure to post again, :|

Kindest Regards
Jim
-
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top