Writefile
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 29 articles for 0.000 sec
Problem using ReadFile/WriteFile in Overlapped I/O     

Group: microsoft.public.windowsxp.embedded · Group Profile · Search for Writefile in microsoft.public.windowsxp.embedded
Author: nk28
Date: Jun 17, 2008 20:51

... unable to understand how to issue a WriteFile command while I am still waiting for ... = CreateEvent(NULL, TRUE, FALSE, NULL); if (!WriteFile(hComm, lpBuf, dwToWrite, &dwWritten, &osWrite)) {... operation completed successfully. fRes = TRUE; } } } else { // WriteFile completed immediately. fRes = TRUE; } CloseHandle(osWrite....
Show full article (3.92Kb)
Re: some flags for optimization?? ( run with higher speed)??     

Group: comp.lang.fortran · Group Profile · Search for Writefile in comp.lang.fortran
Author: michaelmetcalf
Date: Sep 8, 2008 23:08

....o parametros.o MYOBJS= wfinside.o gauntutils.o leedutils.o MYSUBFUN=DoubleFactorialDP.o FactorialDP.o Gaunt.o Legendre.o SphericalHarmonicYZ.o SqrtFactorialDP.o ThreeJSymbol.o factorial.f90 bessel.o writefile.o intgral.o ComlexUnit.o .SUFFIXES: .SUFFIXES: .f90 .o all: $(NROBJS) $(MYOBJS) $(MYSUBFUN) main-goodformat2.o В  В  ...
Show full article (2.97Kb) · Show article thread
Re: some flags for optimization?? ( run with higher speed)??     

Group: comp.lang.fortran · Group Profile · Search for Writefile in comp.lang.fortran
Author: Craig Powers
Date: Sep 8, 2008 09:12

...=nr.o nrtype.o parametros.o MYOBJS= wfinside.o gauntutils.o leedutils.o MYSUBFUN=DoubleFactorialDP.o FactorialDP.o Gaunt.o Legendre.o SphericalHarmonicYZ.o SqrtFactorialDP.o ThreeJSymbol.o factorial.f90 bessel.o writefile.o intgral.o ComlexUnit.o .SUFFIXES: .SUFFIXES: .f90 .o all: $(NROBJS) $(MYOBJS) $(MYSUBFUN) main-goodformat2.o $(FC) $(NROBJS) $(MYOBJS) $(...
Show full article (1.81Kb) · Show article thread
Re: some flags for optimization?? ( run with higher speed)??     

Group: comp.lang.fortran · Group Profile · Search for Writefile in comp.lang.fortran
Author: Fatemeh
Date: Sep 8, 2008 02:15

....o parametros.o MYOBJS= wfinside.o gauntutils.o leedutils.o MYSUBFUN=DoubleFactorialDP.o FactorialDP.o Gaunt.o Legendre.o SphericalHarmonicYZ.o SqrtFactorialDP.o ThreeJSymbol.o factorial.f90 bessel.o writefile.o intgral.o ComlexUnit.o .SUFFIXES: .SUFFIXES: .f90 .o all: $(NROBJS) $(MYOBJS) $(MYSUBFUN) main-goodformat2.o $(FC) $(...
Show full article (2.30Kb) · Show article thread
Re: some flags for optimization?? ( run with higher speed)??     

Group: comp.lang.fortran · Group Profile · Search for Writefile in comp.lang.fortran
Author: Fatemeh
Date: Sep 8, 2008 01:33

....o nrtype.o parametros.o MYOBJS= wfinside.o gauntutils.o leedutils.o MYSUBFUN=DoubleFactorialDP.o FactorialDP.o Gaunt.o Legendre.o SphericalHarmonicYZ.o SqrtFactorialDP.o ThreeJSymbol.o factorial.f90 bessel.o writefile.o intgral.o ComlexUnit.o .SUFFIXES: .SUFFIXES: .f90 .o all: $(NROBJS) $(MYOBJS) $(MYSUBFUN) main-goodformat2.o $(FC) $(NROBJS) $(...
Show full article (1.99Kb) · Show article thread
Re: some flags for optimization?? ( run with higher speed)??     

Group: comp.lang.fortran · Group Profile · Search for Writefile in comp.lang.fortran
Author: Dr Ivan D. Reid
Date: Sep 8, 2008 01:02

...=nr.o nrtype.o parametros.o MYOBJS= wfinside.o gauntutils.o leedutils.o MYSUBFUN=DoubleFactorialDP.o FactorialDP.o Gaunt.o Legendre.o SphericalHarmonicYZ.o SqrtFactorialDP.o ThreeJSymbol.o factorial.f90 bessel.o writefile.o intgral.o ComlexUnit.o .SUFFIXES: .SUFFIXES: .f90 .o all: $(NROBJS) $(MYOBJS) $(MYSUBFUN) main-goodformat2.o $(FC) $(NROBJS) $(MYOBJS) $(...
Show full article (1.72Kb) · Show article thread
some flags for optimization?? ( run with higher speed)??     

Group: comp.lang.fortran · Group Profile · Search for Writefile in comp.lang.fortran
Author: Fatemeh
Date: Sep 8, 2008 00:29

...FactorialDP.o Gaunt.o Legendre.o SphericalHarmonicYZ.o SqrtFactorialDP.o ThreeJSymbol.o factorial.f90 bessel.o writefile.o intgral.o ComlexUnit.o .SUFFIXES: .SUFFIXES: .f90 .o all: $(NROBJS) ....f90 ThreeJSymbol.o: ThreeJSymbol.f90 factorial.o: factorial.f90 bessel.o: bessel.f90 writefile.o: writefile.f90 intgral.o: intgral.f90 ComlexUnit.o: ComlexUnit.f90 wfinside.o: wfinside.f90 main...
Show full article (1.66Kb)
Re: Problem using ReadFile/WriteFile in Overlapped I/O     

Group: microsoft.public.windowsxp.embedded · Group Profile · Search for Writefile in microsoft.public.windowsxp.embedded
Author: Mike Warren
Date: Jun 19, 2008 05:49

nk28 wrote: I am making a C program that accesses the COM port for reading & writing AT commands to my mobile phone. You will probably have more luck asking this in a C/C++ group. -- - Mike
Show full article (0.21Kb) · Show article thread
Re: Why File Writer Filter don't get samples (E_INVALIDARG)?     

Group: microsoft.public.win32.programmer.directx.audio · Group Profile · Search for Writefile in microsoft.public.win32.programmer.directx.audio
Author: Anton Sergunov
Date: Jun 9, 2008 11:05

...wants 512 alignment. If set it to 1 - all works just fine. End of sample must be aligned to... Look here ms-help://MS.VSCC.v90/MS.MSDNQTR.v90.en/fileio/fs/writefile.htm [quote] An application must meet certain requirements when working with files opened with FILE_FLAG_NO_BUFFERING: [...] *File access must be for numbers of bytes that are integer multiples of the volume's sector size....
Show full article (0.82Kb) · Show article thread
Why File Writer Filter don't get samples (E_INVALIDARG)?     

Group: microsoft.public.win32.programmer.directx.audio · Group Profile · Search for Writefile in microsoft.public.win32.programmer.directx.audio
Author: Anton Sergunov
Date: Jun 8, 2008 21:07

...(frame_size); m_rtBytePos = rtEndPos; m_pOutput->Deliver(pOutSample); } pOutSample->Release(); } I use GraphEdit for tests and graph connects fine. But when I run it Deliver() always return E_INVALIDARG. My guess was wrong sample format or timestamps but when I using debugger get in Deliver()... surprise error raised from WriteFile() system function. Any suggestions?
Show full article (1.14Kb)
1 · 2 · 3 · next