esave
07-21-2003, 05:11 PM
Hi.
I'm working in my tesis in Math, Iīm doing an educational game but I have a big trouble.
I have the source in VB 6 and when I package it I have some "error" mesages:
1. msado20.tlb and MSSTDFMT:DLL dont have Dependency Info
2. MSRDO20.dll is out of date
I continued building my proyect and when I try to install it in another PC I got an error. I canīt install my program.
what can I do.
Thanks for any comments.
disabled smiley
esave
07-21-2003, 05:23 PM
I have a program in VB 6 and I canīt instaling it in another PC.
When I was packing it I have two errors:
1. Two files (.tlb and .dll) donīt have dependecy info
2. One file (.dll) is out of date
What should I do to can install it proprtly.
Thanks in advance
Thinker
07-21-2003, 05:45 PM
You are trying to install a couple of small pieces of the full mdac_typ.exe
(microsoft data access components). And on top of that you are trying
to work with version 2.0. This indicates that you don't even have
service pack 5 for your VB. This version is hopelessly out of date. You
need to get service pack 5 for vb, upgrade your app to use ADO 2.5 and
then include the full mdac_typ.exe 2.5 in your install and get rid of these
pieces.
esave
07-24-2003, 05:43 PM
You are trying to install a couple of small pieces of the full mdac_typ.exe
(microsoft data access components). And on top of that you are trying
to work with version 2.0. This indicates that you don't even have
service pack 5 for your VB. This version is hopelessly out of date. You
need to get service pack 5 for vb, upgrade your app to use ADO 2.5 and
then include the full mdac_typ.exe 2.5 in your install and get rid of these
pieces.
Thanks a lot Thinker
Mikael
07-30-2003, 01:24 AM
> include the full mdac_typ.exe 2.5 in your install and get rid of these
> pieces.
How can it be done so that end user dont have to install mdac_typ.exe separately with application installation?