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
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