Applies To:
  • CitectSCADA 4.xx, 5.xx

Summary:
I've just built a new driver according to the instructions in the DDK. When I start up Citect, it responds with an error message:

Initializing Driver 'DRIVER32': Error 'The specified module could not be found'

 

Solution:
This error indicates a problem with the mapping between the driver name specified in Citect and the driver's DLL. This mapping is defined in the file "protdir.dbf". The most probable reason for this is because the driver has been called something like "driver32.dll". Note that you _can't_ use numbers as the last characters of the driver's name.

Examples of acceptable names are:

driver.dll
driver32a.dll

but NOT

driver32.dll

 

Keywords:
 

Attachments