Re: VB6 and wine_get_unix_file_name

2008-05-10 Thread Marcelo Duarte
UnixPath = GetUnixPath() needs a parameter... Escuder Nicolas escreveu: > > Hello, > > I’m trying to make a function for using wine_get_unix_file_name in VB6 > programs. > > Private Declare Function lstrcpyA Lib "kernel32.dll" (ByVal lpString1 > As String, ByVal lpString2 As Long) As Long > > Pu

VB6 and wine_get_unix_file_name

2008-05-10 Thread Escuder Nicolas
Hello, I'm trying to make a function for using wine_get_unix_file_name in VB6 programs. Private Declare Function lstrcpyA Lib "kernel32.dll" (ByVal lpString1 As String, ByVal lpString2 As Long) As Long Public Declare Function GetProcessHeap Lib "kernel32" () As Long Public Declare Functio