Displaying 4 results from an estimated 4 matches for "attachmentid".
2008 May 23
1
Problem withe portal
...vel 80 -applaunch 400 -steam -game portal
err:winedevice:ServiceMain driver L"SCDEmu" failed to load
fixme:win:EnumDisplayDevicesW ((null),0,0x33e2a0,0x00000000), stub!
And i saw simple windows withe text: MountAppFilesystem(). (there is screnshot : http://forum.ubuntu.pl/attachment.php?attachmentid=677&d=1211554962. thanks for help. My wine is 1.0-rc1.
2004 Dec 19
3
Cannot access a file with Mulberry from a dovecot server if the mail does not end with a newline character.
...cape 4.8 via dovecot.
The problem is the following: I copied the file in the Maildir
directory, opened the copied file with vi and saved it.
Now, I run a diff:
| $ diff orig:2,S copy:2,S
| Warning: missing newline at end of file orig:2,S
| 12c12
| < <http://forums.mtgnews.com/attachment.php?attachmentid=35559>
| ---
| > <http://forums.mtgnews.com/attachment.php?attachmentid=35559>
As you can see, vi adds the newline on the last line automatically if
you save the file. Now, Mulberry/dovecot is able to read this file.
I'm not sure if this is a dovecot or Mulberry problem.
btw: This...
2008 May 24
2
MS Project and IE trusted zone
...ted zone in the Internet Explorer options which I don't know how to access. I tried to install IEs4Linux but that installs into its own wine environment ~/.ies4linux/ie6/ instead of ~/.wine/ so Project can't get use the settings.
Here's the error (http://ubuntuforums.org/attachment.php?attachmentid=70163&d=1210850825)
Is there a way to:
Install IE into the ~/.wine/ environment
Use the Internet Options from the ~/.ies4linux/ie6/ environment and transfer them to ~/.wine/ and use the Gecko renderer
Access the Internet Options dialog in vanilla flavoured Wine or
Install Project into...
2015 Jun 04
2
[LLVMdev] Linking modules across contexts crashes
> 1. How to find all constants in Module? Does this code find all of them, or
> they are somewhere else too?
> for (GlobalVariable &GV : globals()) {
> if (auto C = static_cast<Constant*>(GV.Op<0>().get())) {
> ... C is Constant*
> }
> }
Constants are unfortunately part of the Context, not the module :-(
Cheers,
Rafael