similar to: How does ShellExecute() work?

Displaying 20 results from an estimated 10000 matches similar to: "How does ShellExecute() work?"

2007 Mar 19
2
ShellExecute
When running under Wine, ShellExecute isn't opening .html files that my Windoze app creates. Any thoughts? I know very little about linux or Wine. //fname is unicode CString that has a fully qualified *existing* .html filename HINSTANCE h = ShellExecute(NULL, _T("open"), fname, NULL, NULL, SW_SHOWNORMAL); if ((UINT)h <= 32) { /* yep, it fails to launch */ };
2013 Apr 26
0
[LLVMdev] Proposal for new Legalization framework
On Fri, Apr 26, 2013 at 2:09 PM, Renato Golin <renato.golin at linaro.org>wrote: > On 26 April 2013 19:49, Tim Northover <t.p.northover at gmail.com> wrote: > >> > To me, the expanding of regular IR will achieve nearly the same result >> as >> > building a lower level IR. >> >> Remember that we basically already have a lower level IR
2002 Jun 24
1
WinSock & Wsock32
I am struggling with the simplest thing, I think! I am starting with a fresh config file from the 20020605 wine distro and trying to get the ARS Remedy User win32 based software running. Part way through the install it tell me I need to install "Winsock 2". By this I am assuming it is looking for the 32-bit winsock Dll's, wsock32.dll * ws2_32.dll. I have tried many variations of
2010 Jun 08
8
[Bug 28449] New: I messed up and now nouveau doesn't work.
https://bugs.freedesktop.org/show_bug.cgi?id=28449 Summary: I messed up and now nouveau doesn't work. Product: xorg Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: critical Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2013 May 06
0
[LLVMdev] #APP/#NOAPP
> Then I could call that method when I'm processing compiler generated stubs > that have inline > assembly. Sorry, I just think this is a way too slippery slope to be in. People already misunderstand and misuse hasRawTextSupport. Adding the ability to for llvm to know if an inline assembly is human written or machine generated would be a massive foot gun. Cheers, Rafael
2019 Apr 30
1
patch to improve matrix conformability error message
On Mon, Apr 29, 2019 at 06:28:46PM -0700, frederik at ofb.net wrote: > I think this is a good idea. Is there a reason why it got no interest? > Slippery slope? What's the next step? Can it get committed? > Or maybe others were also just occupied trying to figure out how > Joshua's second message had timestamp earlier than his first message? As a new subscriber, I guess my
2001 Sep 21
1
Wine-20010824 problems with wineinstall and loading windows DLL's
Hi I am running Slackware Linux 8.0 with Kernel 2.4.5 and perl 5.6.1. I have my windows partition(D:) mounted at /windows and my fat startuppartition(C:) at /dos. Windows itself is found in /windows/windows. I tried installing Wine-20010824 using wineinstall and these are the problems I had: - When wineinstall was searching for existing windows installations it said: 'Windows was not
2011 Dec 05
0
[LLVMdev] Passes propose passes
On Dec 2, 2011, at 11:56 AM, Carl-Philip Hänsch wrote: > While trying to find a solution for this bug http://llvm.org/bugs/show_bug.cgi?id=11235 , > I came to the conclusion that the following things can happen while optimizing: > - after gvn, I get new constants which are inserted into br and add/sum/..., so there should be at least one more jump-threading and/or instsimplify > -
2017 Jun 07
5
[Bug 101335] New: build failure: nouveau_screen.c:105:8: error: implicit declaration of function ‘nouveau_drm_new’;
https://bugs.freedesktop.org/show_bug.cgi?id=101335 Bug ID: 101335 Summary: build failure: nouveau_screen.c:105:8: error: implicit declaration of function ‘nouveau_drm_new’; Product: Mesa Version: git Hardware: x86 (IA32) OS: Linux (All) Status: NEW Severity: major Priority:
2001 Sep 27
0
[PATCH] scp fixes
Hi, The following patch does two things (which you may choose to take separatly if you don't like one or t'other). Firstly, I add a -1 and -2 option, since a) it's convenient b) people keep asking for it c) it's hardly a big fix, nor does it break backwards compatibility and d) I don't accept any slippery slope arguments. Secondly, I check for and ignore filenames with \n in
2019 Apr 30
0
patch to improve matrix conformability error message
I think this is a good idea. Is there a reason why it got no interest? Slippery slope? Or maybe others were also just occupied trying to figure out how Joshua's second message had timestamp earlier than his first message? On Fri, Apr 05, 2019 at 12:05:36PM -0400, Joshua N Pritikin wrote: >With this patch, > >> A <- matrix(1, 2, 2) >> B <- matrix(2, 3, 2) >> A
2000 Jun 17
2
The Oft Maligned comment field, initial thoughts.
Hey all. Ok, so I'll stand up and be counted a newbie in this list too (just did the same for the General discussion list). I (once again) read through the archives, especially the ones concerning the comment field. First, I'm not a developer, per se. I'm merely an anal-retentive power user of such things, who likes to have my music archived, and sorted. In reading through the
2019 Sep 10
2
New to dovecot admin, question about using LDAP for user-specific values
I am new to dovecot administration. I?ve read the Wiki but that hasn?t given me the understanding I need. When I query my LDAP (on macOS) on a value for user ?gerben?, I can get that: dumbledore:~ gerben$ dscl /LDAPv3/127.0.0.1 -read /users/gerben GeneratedUID GeneratedUID: 780D870E-6B00-478E-AB70-3D3307215A82 I would like to use that value in dovecot settings, e.g. something like user_attrs =
2019 Oct 06
1
Is it possible to create and use some lookup table to replace (for instance) %u in mail_location?
Suppose my mail_location is: mail_location = maildir:/private/var/mail/nl.rna.mail/%u But I would like to use a simple lookup table to replace %u with another value, say '8DB4E345-9144-4F92-8C9F-9D47BB61CBF8? instead of ?username?. Is there a (simple) way to do this? Gerben Wierda Chess and the Art of Enterprise Architecture <http://enterprisechess.com/> Mastering ArchiMate
2016 Sep 23
2
[Bug 97900] New: [regression] nouveau_screen.c:230:2: error: implicit declaration of function ‘nouveau_drm_del’
https://bugs.freedesktop.org/show_bug.cgi?id=97900 Bug ID: 97900 Summary: [regression] nouveau_screen.c:230:2: error: implicit declaration of function ‘nouveau_drm_del’ Product: Mesa Version: git Hardware: x86 (IA32) OS: Linux (All) Status: NEW Severity: major Priority:
2015 Sep 14
3
RFC: speedups with instruction side-data (ADCE, perhaps others?)
I did something similar for dominators, for GVN, etc. All see significant speedups. However, the answer i got back when i mentioned this was "things like ptrset and densemap should only have a small performance difference from side data when used and sized right", and i've found this to mostly be true after looking harder. In the case you are looking at, i see: -
2019 Sep 10
0
New to dovecot admin, question about testing a dovecot configuration
I am new to dovecot administration, not new to postfix administration. When setting up a new postfix/dovecot combo from scratch, can I start with dovecot alone and still be able to test it? E.g. can I address the local delivery agent with some sort of test email? If so, how? I haven?t been able to find it in the wiki. Gerben Wierda Chess and the Art of Enterprise Architecture
2019 Sep 13
0
New to dovecot admin, question about using LDAP for user-specific values
Nobody? > On 10 Sep 2019, at 11:58, Gerben Wierda via dovecot <dovecot at dovecot.org> wrote: > > I am new to dovecot administration. I?ve read the Wiki but that hasn?t given me the understanding I need. > > When I query my LDAP (on macOS) on a value for user ?gerben?, I can get that: > > dumbledore:~ gerben$ dscl /LDAPv3/127.0.0.1 -read /users/gerben GeneratedUID
2019 Dec 31
0
spamsieve question
My new dovecot covers spam/ham training through the standard Spam_train and Notspam_train mailboxes. When a message is copied (I?m using macOS/iOS standard Apple clients) it triggers the spam/ham learning by rspamd. So far so good. When I move a message to Spam_train I?d like it to be removed immediately after learning. When I move a message to Notspam_train, I?d like it to move back where it
2012 Nov 27
1
the problem is intractable, and perhaps insoluble
i'm not sure why i work so hard to be accurate and fair when i'm discussing jim, when he in turn seems happy to engage in innuendo and outright _lies_ to slime me. some of the things he says are flat out 360-degree lies, so he obviously cares not even a whit for his credibility. which is why i feel no need any more to counter his crap. because once you've cleared away his