Displaying 20 results from an estimated 114 matches for "readfiles".
Did you mean:
readfile
2001 Dec 04
2
Serial Errors
Hi,
I am new to wine and the list. I am using Wine release 20010112
on a RH7.1 (used supplied RPM) to try and run a program to control a video
switcher that doesn't have a linux ported program.
The program starts OK but when it scans the com1 to diagnose the switcher,
it reports a bad serial port or faulty connection. The utility has
no problem under windows. I included a trace using
2010 Jan 11
1
Help with Order
Dear List
As a fairly new R programmer I seem to have run into a strange problem -
probably my inexperience with R
After reading and merging successive files into a single data frame, I find
that order does not sort the data as expected.
I have multiple references in each file but each file refers to measurement
data obtained at a different time.
Here's the code
library(reshape)
#
2012 Jun 15
3
[LLVMdev] object construction patterns and unique_ptr
In lld we have a Reader class which is a factory that takes .o file(s) and produces an in memory lld::File object(s). But in doing so, there could be I/O errors (file not readable) or file may be malformed. We are also using C++11 in lld, so we use std::unique_ptr for managing object ownership.
The Reader class currently has an interface that can be simplified down to:
virtual error_code
2004 Apr 09
1
Sharp ZQ-290s sync software
Hi,
Since Sharps communication protocols are "top secret", I'm trying to
port their sync software to linux.
I'm new to wine, so this might be silly, but after hours of googling and
searching for solutions I'm posting this.
After installing DCOM98.exe, the Desktop software installed, and it
runs. Only problem is it doesn't detect the device connected to the
serial port
2005 Jun 07
1
OpenFile, ReadFile & int 13h
Hello,
I have a problem with a comboot 16 bits program for syslinux, I use the
API openFile, ReadFile and CloseFile for read my own config file. It's ok.
I use the int13h to write a floppy disk (syslinux runs on a USB stick),
after the first call to int13h, all the call to openFile return an error.
Do you know what's the problem? Is it possible to use int13h when we use
syslinux API?
2004 Aug 06
2
Please 30 second to look a my code
Hi
i'm developing a sort of VoIP application
for my ipaq using speex...
I'm still at beginning and i have many problems encoding and decoding my
wav files....output is only noise! Why?
I'm using
Libspeex 1.1.3,
Embedded VisualC++ 3.0,
Ipaq 3850(206 MHz Intel® Strong ARM 32-bit RISC Processor) PocketPC 2002 (Windows CE 3.0).
Libspeex is complied with the definition of
2009 Jun 19
3
Wine and serial port again
Hi all!
I have a very special device connected to my serial port and want to execute a Win32 program to work with the device. I trying to execute it with wine 1.0.1 form debian package. Win32 software starts and says that can not find a device. Under VirtualBox it works fine. This is a part of log with +file,+comm debug flags:
Code:
trace:file:get_dos_device L"COM1" ->
2012 Jun 16
0
[LLVMdev] object construction patterns and unique_ptr
On Jun 15, 2012, at 3:48 PM, Nick Kledzik wrote:
> In lld we have a Reader class which is a factory that takes .o file(s) and produces an in memory lld::File object(s). But in doing so, there could be I/O errors (file not readable) or file may be malformed. We are also using C++11 in lld, so we use std::unique_ptr for managing object ownership.
>
> The Reader class currently has an
2004 Nov 21
3
win32-file, overlapped added
Hi all,
I''ve got overlapped and offset support in both nread and nwrite. The only
thing left before I want to release this (as 0.4.0) is to get NO_BUFFERING
to work. Unfortunately, I can''t get it to work.
Park, I looked at that site you sent (and borrowed some code from it), but I
don''t see anything special happening for NO_BUFFERING. I thought it
required
2012 Jun 18
6
[LLVMdev] object construction patterns and unique_ptr
On Jun 16, 2012, at 3:51 PM, Chris Lattner wrote:
> On Jun 15, 2012, at 3:48 PM, Nick Kledzik wrote:
>
>> In lld we have a Reader class which is a factory that takes .o file(s) and produces an in memory lld::File object(s). But in doing so, there could be I/O errors (file not readable) or file may be malformed. We are also using C++11 in lld, so we use std::unique_ptr for managing
2007 Mar 19
5
app has problems parsing its config file
Hello,
I want to make wine run a qt-based commercial, large windows app. I run
wine 0.9.22 on gentoo amd64 and can successfully run other
applications. The app in question starts up fine, asks for which
modules to use and then proceeds to constructs a temporary config file
for itself. However, it then proceeds with an error message by itself
that it encountered a problem parsing this config file
2012 Jun 20
3
[LLVMdev] object construction patterns and unique_ptr
On Tue, Jun 19, 2012 at 11:18 AM, Jeffrey Yasskin <jyasskin at google.com>wrote:
> On Jun 18, 2012 1:24 PM, "Nick Kledzik" <kledzik at apple.com> wrote:
> >
> > On Jun 16, 2012, at 3:51 PM, Chris Lattner wrote:
> > > On Jun 15, 2012, at 3:48 PM, Nick Kledzik wrote:
> > >
> > >> In lld we have a Reader class which is a factory that
2012 Jun 20
0
[LLVMdev] object construction patterns and unique_ptr
On Jun 20, 2012, at 12:28 AM, Chandler Carruth wrote:
> On Tue, Jun 19, 2012 at 11:18 AM, Jeffrey Yasskin <jyasskin at google.com> wrote:
> On Jun 18, 2012 1:24 PM, "Nick Kledzik" <kledzik at apple.com> wrote:
> >
> > On Jun 16, 2012, at 3:51 PM, Chris Lattner wrote:
> > > On Jun 15, 2012, at 3:48 PM, Nick Kledzik wrote:
> > >
> >
2012 Jun 19
0
[LLVMdev] object construction patterns and unique_ptr
On Jun 18, 2012 1:24 PM, "Nick Kledzik" <kledzik at apple.com> wrote:
>
> On Jun 16, 2012, at 3:51 PM, Chris Lattner wrote:
> > On Jun 15, 2012, at 3:48 PM, Nick Kledzik wrote:
> >
> >> In lld we have a Reader class which is a factory that takes .o file(s)
and produces an in memory lld::File object(s). But in doing so, there
could be I/O errors (file not
2012 Jun 20
1
[LLVMdev] object construction patterns and unique_ptr
On Wed, Jun 20, 2012 at 12:36 PM, Nick Kledzik <kledzik at apple.com> wrote:
> On Jun 20, 2012, at 12:28 AM, Chandler Carruth wrote:
>> On Tue, Jun 19, 2012 at 11:18 AM, Jeffrey Yasskin <jyasskin at google.com> wrote:
>> On Jun 18, 2012 1:24 PM, "Nick Kledzik" <kledzik at apple.com> wrote:
>> >
>> > On Jun 16, 2012, at 3:51 PM, Chris
2004 Aug 06
0
Please 30 second to look a my code
Well, you seem to be using FRAME_SIZE but only defining frame_size.
Otherwise, the code looks OK, but it's always hard to tell. I suggest
you start from speexenc/speexdec or from the example I wrote in the
manual at: http://www.speex.org/manual/node12.html
Jean-Marc
Le ven 19/12/2003 à 05:22, Fabio a écrit :
> Hi
> i'm developing a sort of VoIP application
> for my
2007 Dec 10
0
windows oddity related to alternate data streams
Hi all,
I was just looking into what was causing the lag when I open my samba
(3.0.27a) shares from windows (XP, SP2).
strace showed that directories were being opened and closed a lot, in
sequence. Playing with Process Monitor suggests windows is trying to
create alternate data streams on for the directory entires: it does a
CreateFile with :{4c8cc155-6c1e-11d1-8e41-00c04fb9386d} appended to
2007 Dec 22
0
slow browsing problem
I was looking into what was causing the lag when I open my samba
(3.0.27a) shares from windows (XP, SP2). I see a lot of consecutive
directory opening. Process Monitor seems to suggests that windows
is being stupid about alternate data streams: it tries to create
directoryname:{4c8cc155-6c1e-11d1-8e41-00c04fb9386d}, fails, and
tries another sixty-ish times before failing and doing the same with
2016 Oct 17
2
Multiple readfile oddities, newlines etc
On Tue, 18 Oct 2016, Pete Mundy wrote:
> If you want to know what is _really_ in that file (including all
> invisible characters and anything else that wc etc might not count),
> pipe it through 'hexdump'.
>
> cat?/home/test/feature-1.txt | hexdump
Or just:
hexdump /home/test/feature-1.txt
--
Thanks in advance,
2008 Feb 13
1
Flash Movie Player Control in VB
Hi all,
I just started messing with wine (0.9.54 on Ubuntu 7.04-Feisty) a few weeks
ago and there's some educational software I want to be able to run. It was
made with VB, and I've managed to get it working fairly well except for an
ActiveX control for showing Flash movies (.swf). I think it's unable to
load the swf file because the box where the movie should show is blank, and