Hi,

I have Developer Edition 8. I'm trying to create a new install for a Clarion app. Everything is working fine except for a Clarion dll. I have split the dll into 2 functions just to be sure the dll works. The first function opens and updates a tps file and returns to the installer successfully. The second function in the same dll is then called from the installer. It opens the same tps file (which contains the mssql driver string), opens a table on the sql server and counts the records. I display the record count from the dll so I know this works. I then close that table and try to return the record count. At this point, the install locks up. The display statement immediately following the dll call is never executed. The close of the sql table does not have an errorcode so it seems that succeeded. The statement in the dll following the close(table) is Return NbrRecs.

Any thoughts on what is wrong?

FYI - using Clarion 7