Hi,
i have installed VC++ 6.0 & Visual Basic 6.0.
I have written a programm in C++ (MFC dialogbased), which use a dll which was written in VB. In this VB - dll i writte the data in a xls-file.
the point is if i run my VC++ programm on my PC, it works, but if i run it on another PC, so if i start the exe from the Debug-folder, it tells me, that the 3 MFC-dll files MFC42D.dll, MFCO42D.dll, MSVCRTD.dll are missing. So i copy these files into the same folder (debug) where the exe is. if i run the exe it crashes after a short time.
So if i run the exe from the release-folder, the programm dont crash or need some dll's, it runs to end, but it creates no xls-files! the createing of the xls-files are all made in the VB-dll.
so i think, there should be some files installed on the other PC, but which files? I dont want to install the whole VC++ 6.0 & VB 6.0 compiler on the other PC.