Hi,
I m actually making a Windows DLL using VB 6.
I have modified the Link.exe, so that, it compiles a Windows DLL.
I m now struck with this.
I add reference "Microsoft Scripting Runtime"
Dim fsr As New FileSystemObjec t
This keyword "New" creates the problem, when compiled DLL is being accessed from Delphi EXE, the application crashes.
I want to create an object of FileSystemObjec t without using the keyword "New"
Can anyone help me with syntax?
Please help.
Padhu
I m actually making a Windows DLL using VB 6.
I have modified the Link.exe, so that, it compiles a Windows DLL.
I m now struck with this.
I add reference "Microsoft Scripting Runtime"
Dim fsr As New FileSystemObjec t
This keyword "New" creates the problem, when compiled DLL is being accessed from Delphi EXE, the application crashes.
I want to create an object of FileSystemObjec t without using the keyword "New"
Can anyone help me with syntax?
Please help.
Padhu
Comment