Hi,

I was wondering why the following code does not want to work in Win 98:

Declare Function CreateFieldDefFile Lib "p2smon.dll" (lpUnk As Object, ByVal fileName As String, ByVal bOverWriteExistingFile As Long) As Long

This creates a text file of the database structure for Crystal Reports, but an error message says that p2smon.dll is not found. It is in the system directory, but it does not want to register.

Any solution to this?

Thanks