Vitaliy Margolen wrote:
> Bret Comstock Waldow wrote:
>> Vitaliy Margolen wrote:
>>> Bret Comstock Waldow wrote:
I ONLY want to write a Windows app I can install on my OWN copy of
Tablet XP on my OWN Tablet PC and then run from Linux via WINE.
>>> So you want that everyone drop everything
On Sat, May 24, 2008 at 12:39 AM, Bret Comstock Waldow
<[EMAIL PROTECTED]> wrote:
> Vitaliy Margolen wrote:
>> Bret Comstock Waldow wrote:
>>> I ONLY want to write a Windows app I can install on my OWN copy of
>>> Tablet XP on my OWN Tablet PC and then run from Linux via WINE.
>>
>> So you want tha
Bret Comstock Waldow wrote:
> Vitaliy Margolen wrote:
>> Bret Comstock Waldow wrote:
>>> I ONLY want to write a Windows app I can install on my OWN copy of
>>> Tablet XP on my OWN Tablet PC and then run from Linux via WINE.
>> So you want that everyone drop everything they are doing and start
>> do
Vitaliy Margolen wrote:
> Bret Comstock Waldow wrote:
>> I ONLY want to write a Windows app I can install on my OWN copy of
>> Tablet XP on my OWN Tablet PC and then run from Linux via WINE.
>
> So you want that everyone drop everything they are doing and start
> doing something that no one else ca
Bret Comstock Waldow wrote:
> I ONLY want to write a Windows app I can install on my OWN copy of
> Tablet XP on my OWN Tablet PC and then run from Linux via WINE.
So you want that everyone drop everything they are doing and start doing
something that no one else can possibly use? Because it's eit
Vitaliy Margolen wrote:
> Bret Comstock Waldow wrote:
>> Otherwise, I need to know about the legality, and practicality, of a
>> scheme such as I am proposing above. I'm hoping for comment, pointers,
>> and perhaps help about writing it.
>
> You have to have valid _retail_ license of whatever wind
John Klehm wrote:
> On Fri, May 23, 2008 at 8:58 PM, Bret Comstock Waldow <[EMAIL PROTECTED]>
> wrote:
>
>> I will be very interested in looking at any open source handwriting
>> recognition programs you can point me at.
>>
> Here's what I was able to dig up awhile back in regards to open
Vitaliy Margolen wrote:
> Bret Comstock Waldow wrote:
>
>> Otherwise, I need to know about the legality, and practicality, of a
>> scheme such as I am proposing above. I'm hoping for comment, pointers,
>> and perhaps help about writing it.
>>
>
>
Like Vitality said, the Wine project wou
Bret Comstock Waldow wrote:
> Otherwise, I need to know about the legality, and practicality, of a
> scheme such as I am proposing above. I'm hoping for comment, pointers,
> and perhaps help about writing it.
You have to have valid _retail_ license of whatever windows version parts of
which you
"Detlef Riekenberg" <[EMAIL PROTECTED]> wrote:
> - for (; nStreams > 0; nStreams--) {
> + for (nStreams--; nStreams >= 0; nStreams--) {
> if (ppOptions[nStreams] != NULL) {
>ppOptions[nStreams]->dwFlags &= ~AVICOMPRESSF_VALID;
Shouldn't this be
for (nStreams - 1; nStreams >= 0; nS
On Fri, May 23, 2008 at 8:58 PM, Bret Comstock Waldow <[EMAIL PROTECTED]> wrote:
> I will be very interested in looking at any open source handwriting
> recognition programs you can point me at.
>
Here's what I was able to dig up awhile back in regards to open source
handwriting recog of any kind
A while back, Alexandre promised to wipe the changelog file "when we hit
1.0 or when it hits 4 gigabytes, whichever comes first."
Well, it's about time. I suggest removing all changes for entries
earlier than Wine 1.0-rc1, as having it completely empty would be a bit
silly. As for where to archi
John Klehm wrote:
> On Fri, May 23, 2008 at 8:17 AM, Bret Comstock Waldow <[EMAIL PROTECTED]>
> wrote:
>
>> I have a Tablet PC, running Kubuntu, and I have just released a project
>> on sourceforge to allow me to use the Microsoft hand writing
>> recognition. The current approach uses a .NET se
Hi,
after investigating reports for the game 'World in Conflict', I identified the
following patch to cause the game graphics to freeze (ambient sounds are
still played though):
ba90a740beb9ce9a839cc843db8d87f5a37becdd is first bad commit
commit ba90a740beb9ce9a839cc843db8d87f5a37becdd
Aut
Austin English wrote:
> Alexandre committed a few fixed to the README today, but I still see a
> few things that may need fixing:
>
> ./tool/wineinstall - Has been mentioned to be deprecated a few times
> in bugzilla. If it's deprecated, we need to remove it. If not, we need
> to fix whatever it's
Alexandre committed a few fixed to the README today, but I still see a
few things that may need fixing:
./tool/wineinstall - Has been mentioned to be deprecated a few times
in bugzilla. If it's deprecated, we need to remove it. If not, we need
to fix whatever it's doing wrong and stop discouraging
Another week, another winetricks.
Changes since May 19's wine-devel annoucement:
r52:
- rotate sourceforge mirrors to avoid getting stuck on bad one
- cope with users who rename c:/windows/Fonts to c:/windows/fonts
- more conservative advice on sha1sum mismatches
- handle bad exit status from /us
Quoting Dan Kegel <[EMAIL PROTECTED]>:
Not exactly wine but quite close: some people are trying to use KDE4
as the desktop for ReactOS:
http://kde-reactos.sourceforge.net/
... which mutates KDE into the "operating system", able to run with a
Linux, BSD, Win32, Solaris, etc kernel.Crazy.
> F
Alistair Leslie-Hughes wrote:
> Hi Andrew,
> I would do 1, and if you think that its wrong, add a comment email
> asking
> for double check.
>
> Best Regards
> Alistair Leslie-Hughes
Sounds good. Thanks, Alistair!
--
Andy.
On Fri, May 23, 2008 at 8:17 AM, Bret Comstock Waldow <[EMAIL PROTECTED]> wrote:
> I have a Tablet PC, running Kubuntu, and I have just released a project
> on sourceforge to allow me to use the Microsoft hand writing
> recognition. The current approach uses a .NET server in IIS running on
> Tablet
I have a Tablet PC, running Kubuntu, and I have just released a project
on sourceforge to allow me to use the Microsoft hand writing
recognition. The current approach uses a .NET server in IIS running on
Tablet XP to provide the recognition. I would prefer to write a classic
Windows program that ac
On Fri, May 23, 2008 at 6:12 AM, Dan Kegel <[EMAIL PROTECTED]> wrote:
> I think we're going to want to add a start button and taskbar
> to our builtin explorer. None of the replacements seem
> to look anything like Windows XP, which is kind of what I'm
> after.
> - Dan
>
This sounds a lot like m
Paul Vriens wrote:
> James Hawkins wrote:
>> On Fri, May 23, 2008 at 3:10 AM, Paul Vriens
>> <[EMAIL PROTECTED]> wrote:
>>> James Hawkins wrote:
On Fri, May 23, 2008 at 2:59 AM, Paul Vriens
<[EMAIL PROTECTED]>
wrote:
> Alexander Morozov wrote:
>>> Can someone confirm that a
Dmitry Timoshkov skrev:
> "Dan Kegel" <[EMAIL PROTECTED]> wrote:
>
>> For a maximal dogfood experience, I was looking around
>> for a way to use a replacement Windows shell with
>> Wine as my desktop environment instead of gnome
>> or kde.
>
> Built-in Wine explorer does a lot of things which the
Hello,
what about asking the developer where he got his information? ;-)
If I remember correctly, I found this logoff dialog function using
Google on one of those "undocumented Windows 95" web pages when adding
it to the original ROS Explorer.
Regards,
Martin
Am 23.05.2008 um 06:37 s
> I just had a check for the testRegisterAndGetDetail test on Vista (dunno
> about the other tests and platforms yet).
>
> I added the SetupDiRemoveDevice (as was suggested by Alexander) at the end
> of this test.
>
> On a clean registry this works out fine (one DeviceClasses key is left but
> that
"Andrew Talbot" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi All,
>
> I'm intending to "correct" some indentation anomalies, and I propose to do
> this in an "indiscriminate" way. In other words, I would set the
> indentation to match what the code does now, without any interpr
Dmitry Timoshkov [mailto:[EMAIL PROTECTED] wrote:
> Since ros explorer uses an undocumented
> shell32.LogoffWindowsDialog as reported in
> http://bugs.winehq.org/show_bug.cgi?id=10006 it should be
> enough to blacklist its developer.
If you google for LogoffWindowsDialog you find entries for a
James Hawkins wrote:
> On Fri, May 23, 2008 at 3:10 AM, Paul Vriens <[EMAIL PROTECTED]> wrote:
>> James Hawkins wrote:
>>> On Fri, May 23, 2008 at 2:59 AM, Paul Vriens <[EMAIL PROTECTED]>
>>> wrote:
Alexander Morozov wrote:
>> Can someone confirm that after running the devinst tests, the r
Hi All,
I'm intending to "correct" some indentation anomalies, and I propose to do
this in an "indiscriminate" way. In other words, I would set the
indentation to match what the code does now, without any interpretation of
what may have been intended. This means that something like
if (a)
Please send test and patch in one patch file, or send them in different emails
if a combined patch is too big(which surely isn't the case here)
Hi Rob,
I roughly found the reason of the rpcrt4:server test crashing for me.
It crashes when it's trying to connect to localhost through the rpc
'tcp' transport.
The crash is likely caused because it can't connect to the locally
hosted test server the tcp way, and decides to bomb out instead.
How
James Hawkins wrote:
> On Fri, May 23, 2008 at 3:10 AM, Paul Vriens <[EMAIL PROTECTED]> wrote:
>> James Hawkins wrote:
>>> On Fri, May 23, 2008 at 2:59 AM, Paul Vriens <[EMAIL PROTECTED]>
>>> wrote:
Alexander Morozov wrote:
>> Can someone confirm that after running the devinst tests, the r
On Fri, May 23, 2008 at 3:10 AM, Paul Vriens <[EMAIL PROTECTED]> wrote:
> James Hawkins wrote:
>>
>> On Fri, May 23, 2008 at 2:59 AM, Paul Vriens <[EMAIL PROTECTED]>
>> wrote:
>>>
>>> Alexander Morozov wrote:
>
> Can someone confirm that after running the devinst tests, the registry
> o
James Hawkins wrote:
> On Fri, May 23, 2008 at 2:59 AM, Paul Vriens <[EMAIL PROTECTED]> wrote:
>> Alexander Morozov wrote:
Can someone confirm that after running the devinst tests, the registry on
Wine still shows these:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Enum\ROOT\LEGA
On Fri, May 23, 2008 at 2:59 AM, Paul Vriens <[EMAIL PROTECTED]> wrote:
> Alexander Morozov wrote:
>>> Can someone confirm that after running the devinst tests, the registry on
>>> Wine still shows these:
>>>
>>> HKEY_LOCAL_MACHINE\System\CurrentControlSet\Enum\ROOT\LEGACY_BOGUS (and
>>> stuff belo
Alexander Morozov wrote:
>> Can someone confirm that after running the devinst tests, the registry on
>> Wine still shows these:
>>
>> HKEY_LOCAL_MACHINE\System\CurrentControlSet\Enum\ROOT\LEGACY_BOGUS (and
>> stuff below)
>>
>> HKEY_LOCAL_MACHINE\System\CurrentControlSet\Enum\USB\BOGUS (and stuff
> Can someone confirm that after running the devinst tests, the registry on
> Wine still shows these:
>
> HKEY_LOCAL_MACHINE\System\CurrentControlSet\Enum\ROOT\LEGACY_BOGUS (and
> stuff below)
>
> HKEY_LOCAL_MACHINE\System\CurrentControlSet\Enum\USB\BOGUS (and stuff
> below)
>
> HKEY_LOCAL_MACHINE\
38 matches
Mail list logo