Dark-Cracker
23rd December 2002, 07:10
Hi,
i try to use the vstrip.dll file in visual basic but i can't access to the functions.
i want in the first time use the ifo function to parse the selected .ifo file. i have use :
Private Declare Function ifoOpen Lib "Vstrip" (ByVal szFilename As String, fio_flags As Long) As Long
ifo_handle = ifoOpen("c:\test.ifo", 4)
but i have an error, of course i have use loadlibrary & getprocadress to be sure he have found the vstrip.dll and the ifoopen function.
if someone have an idear the source code of the vstrip gui (in delphi) who use the vstrip.dll file can be find on the maven siteweb (http://www.maven.de/code/index.html#vstrip).
Thank u :)
Bye.
i try to use the vstrip.dll file in visual basic but i can't access to the functions.
i want in the first time use the ifo function to parse the selected .ifo file. i have use :
Private Declare Function ifoOpen Lib "Vstrip" (ByVal szFilename As String, fio_flags As Long) As Long
ifo_handle = ifoOpen("c:\test.ifo", 4)
but i have an error, of course i have use loadlibrary & getprocadress to be sure he have found the vstrip.dll and the ifoopen function.
if someone have an idear the source code of the vstrip gui (in delphi) who use the vstrip.dll file can be find on the maven siteweb (http://www.maven.de/code/index.html#vstrip).
Thank u :)
Bye.