On Thursday 17 November 2005 01:02, Marcelo Duarte wrote:
> Raphael escreveu:
> >Hi,
> >
> > I'm working on advpack API LaunchINFSectionEx (trying to get mdac 2.7
> >installer working)
> >
> >And i have a strage problem:
> >
> >In attached subset of my "+file,+advpack,+setupapi,+cabinet" log
> >you
Raphael escreveu:
Hi,
I'm working on advpack API LaunchINFSectionEx (trying to get mdac 2.7
installer working)
And i have a strage problem:
In attached subset of my "+file,+advpack,+setupapi,+cabinet" log
you can see at line 30 that CopyFile failed to copy
"C:\\windows\\temp\\IXP010.TMP\\o
Hi,
I'm working on advpack API LaunchINFSectionEx (trying to get mdac 2.7
installer working)
And i have a strage problem:
In attached subset of my "+file,+advpack,+setupapi,+cabinet" log
you can see at line 30 that CopyFile failed to copy
"C:\\windows\\temp\\IXP010.TMP\\odbc32.dll"
to "c:\\w
Stefan Leichter <[EMAIL PROTECTED]> writes:
> The function call fail with current CVS. After debugging some time i found a
> fix for the problem. But my knowlodge of the CreateFile function an all its
> different usages is verry limited. Therefore i post the patch here for
> comment.
It's defi
Christian Britz wrote:
Tom schrieb:
Stefan Leichter wrote:
Sorry, this time with patch attached
You need to send patches to wine-patches.
Quote from OP:
"different usages is verry limited. Therefore i post the patch here for
comment." I thought that is what this list about: discussion about
Tom schrieb:
Stefan Leichter wrote:
Sorry, this time with patch attached
You need to send patches to wine-patches.
Quote from OP:
"different usages is verry limited. Therefore i post the patch here for
comment." I thought that is what this list about: discussion about
development?!
Stefan Leichter wrote:
Sorry, this time with patch attached
You need to send patches to wine-patches.
Tom
Sorry, this time with patch attached
Hello,
i have a program that trys to open the serial port with CreateFile() like
this:
Call kernel32.CreateFileA(00422f7c ".\\COM1",c000,,
,0003,0080,)
The function call fail with current CVS. After debugging some ti