02-14-2006 07:40 AM
02-15-2006 03:33 AM
Hi sweeneyguidant,
to better help us understand your problem, could you tell us which DLL is missing? Is it a native CVI DLL like cvirte.ddl or some custom dll required by your program?
02-15-2006 08:21 AM
Roberto, THanks for looking into this. The application does not use anything special so the missing DLLs must be native to CVI or Windows XP. The application simply opens and closes text files, searches for directories/files and copies and delectes files. All actions are done using the library functions in CVI. RS
02-15-2006 08:51 AM
02-15-2006 01:45 PM
Roberto, I was just now able to run it on a Windows 2000 system to make it fail. It reports that cvirte.dll was not found in the specified paths - it then lists many paths.
02-15-2006
04:04 PM
- last edited on
07-08-2025
09:19 AM
by
Content Cleaner
It seems that the CVI run-time engine is not present in the systema. This may be caused by several reasons:
1. Have included the run-time engine in your distribution kit?
2. Have you installed the application with a user with administrative rights?
Message Edited by Roberto Bozzolo on 02-15-2006 11:07 PM
02-15-2006 04:11 PM
Roberto, Thank you - you are exactly right! The rte support was not included in the distribution kit build. Now everything work fine. Problem is solved. RS