Displaying 6 results from an estimated 6 matches for "starri".
Did you mean:
starr
2003 Sep 25
1
mailbox sorting issue
Thanks for the "junk at end" help. Now I'm having one more perplexing
issue:
When I sort a Dovecot mbox in Pine, the most recent messages tend to
linger near the bottom of the message list, regardless of how they're
sorted. Here's a snippet of the bottom of the list, sorted by arrival
time:
448 2003-09-24 20:31 sprightly at e... Re: *hoopoe
449 2003-09-24
2005 Dec 01
3
Google Earth vs KERNEL32.dll.IsWow64Process
Brian Litzinger schrieb:
> I'm trying to run Google Earth (tried current + two previous versions).
Install it via the Winetools
http://www.von-thadden.de/Joachim/WineTools/
and it should work.
Sven
2010 Jul 28
2
minimap and Leaderheads not showing up in Civilization IV
Civilization IV Beyond the Sword expansion.
I'm using Wine 1.1.44 with the latest intel drivers (2.12.0) and mesa at 7.8.2. OS is GNU/Linux, Gentoo distribution
Both the minimap at the lower left corner and leaderheads don't show up, showing just a black section on the screen instead. Also, some artifacts are showing up in forests and jungles.
This is very different from the results
2006 Jun 08
21
"Rails recipes" vs "Rails cookbook"
Reviews Wanted.
I''ve read the tables of contents and haven''t yet made up my mind.
Is one book clearly better than the other? Is one clearly full of bugs? Is one so much
further ahead that there is no choice? Are they both so incomplete that I should just
wait and only cook real food? Do trains still have dining cars?
Warren Fred
-------------- next part --------------
An
2007 Jun 13
3
DO NOT REPLY [Bug 4693] New: Amazon S3 storage interface for rsync
https://bugzilla.samba.org/show_bug.cgi?id=4693
Summary: Amazon S3 storage interface for rsync
Product: rsync
Version: 3.0.0
Platform: Other
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: rsync.20.bdixon@xoxy.net
2010 Jun 09
2
Help with simple dll wrapper around linux so
Ive recently got metatrader to work on linux uner wine and would now like to see if i can import a dll wrapper so i can use some code i wrote in linux. Im trying something like this (based on http://www.winehq.org/docs/winelib-guide/bindlls) :
add.c:
Code:
int add(int a,int b) {
return a+b;
}
add.h:
> int add(int,int);
WinAdd.c:
WinAdd.c:
Code:
#include <windef.h>
#include