search for: attachmentids

Displaying 4 results from an estimated 4 matches for "attachmentids".

Did you mean: attachmentid
2008 May 23
1
Problem withe portal
I want to play portal on my ubuntu 8.04. I started it wihte command : Code: wine hl2.exe -dxlevel 80 -applaunch 400 -steam -game portal when console write : Code: :~/instalki/portal/portal$ wine hl2.exe -dxlevel 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
2004 Dec 19
3
Cannot access a file with Mulberry from a dovecot server if the mail does not end with a newline character.
I use Mulberry 3.1.6 on Windows to read my mails with dovecot 0.99.12 Solaris 9. There are some mail which I cannot read. When I try to open such a mail, dovecot quits and restarts (I can see that with ps, nothing is logged). The Mulberry log just looks like this: | --> #7.2300 Sun Dec 19 12:59:33 2004 | A00009 FETCH 695 (BODY.PEEK[1]) | * 695 FETCH (BODY[1] {61} | | --> #7.2300 Sun Dec 19
2008 May 24
2
MS Project and IE trusted zone
MS Project 2003 seems to mostly work in Wine RC1 but it needs to use a html renderer to do anything useful. The problem is that whatever it uses need to be in the trusted 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
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