Link to home
Start Free TrialLog in
Avatar of mitch30
mitch30

asked on

Vb6 and Pentium 100

Hy,i have tryed to develope an application with target a Pentium 100 Pc.
After installation a unique msgBox "types mismatch" appears...why?..ree-making this application with VB oldies it could work?...this application on other PC dont have a problem it use a database MSAccess.



Thank Previously
Avatar of COMPILER
COMPILER

i really cant understand what you are saying. but i would like it if you could explain better.

COMPILER
Avatar of mitch30

ASKER

yes,sorry: the problem is: why a application developed by VB6 dont work on a PC 100 mhz powered instead  while same application work if installed on a PC 500 mhz or better powered?
On detail, crack application it appens at lauch of executable by a msgBox that contains follow message "type mismatch" (on italian language "Tipo non corrispondente").Stop,died of the application...
In the first time this application worked whith GIS estension (intergraph GeoMedia)but us customer have a many PC sub dimensioned and we have had see again and to tighten the code. it is possible that pentium 10o architecture not supports code generated from vb6?
Thank
Mich
 
 
A P100 will run VB.
Just run it slowly.

A "type mismatch" error means you were trying to do something with one data type when really you need another type.
For example :

Dim x as double
Dim y as string
Dim division as double

division = x/y  ' this line will give "type mismatch"


Have another look at your code.
Avatar of mitch30

ASKER

thank but your comment dont adapted at my problem, isnt a mistake from code but a call effectued at DAOEngine into a register of win 98,im trying to install MSAcces and MDAC 2.6 but for the moment nothing.
I can dawn to you later on?
Avatar of mitch30

ASKER

OK,,excuse me but we have resolved installing MsAccess2000,was create a RegisterKey and my application work fine...Thank equally

This question it is resolved.

ASKER CERTIFIED SOLUTION
Avatar of SpideyMod
SpideyMod

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial