Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 1729 invoked from network); 6 Nov 2007 12:05:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Nov 2007 12:05:21 -0000 Received: (qmail 12411 invoked by uid 500); 6 Nov 2007 12:05:08 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 12378 invoked by uid 500); 6 Nov 2007 12:05:08 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 12369 invoked by uid 99); 6 Nov 2007 12:05:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Nov 2007 04:05:08 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of davanum@gmail.com designates 209.85.162.182 as permitted sender) Received: from [209.85.162.182] (HELO el-out-1112.google.com) (209.85.162.182) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Nov 2007 12:05:10 +0000 Received: by el-out-1112.google.com with SMTP id y26so439569ele for ; Tue, 06 Nov 2007 04:04:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=mA+9JEvQujT2eJxTBWM4Z93Q62Q183qQYkKRsSXJWC8=; b=uVP1wdrMW7Fa4xNKwp2GvGzrgS6E900gvWmTVMCKUudSrBx8kUKdcY5gqb7YUgSM12Ed9/UCnu7IgaEw+vkaBHZtcCHVkAx0FIy8CKrMT4qPXXOPeDyCyF7pweXo6Q7Ha76oMWK+xoJa1h7n7Cy0CU4P0PWjiXMzMGaGHMwQVi0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qvjAe/oY1nyNyD9qpVa7WnvPlZizUixnWEsK3JRMt07QVtlw6ozhhR+2hWmUfHimHPnoLf2TQVbM8sLamvLnAOnWV7KP3dVHNwQh60Cr/AiA10FTxkHQm6zOomFFDevf+Rk4dJsjyCbZo5/oPsV4MlhAB4pmFhZRc+3B+3Sfcx0= Received: by 10.142.179.12 with SMTP id b12mr1471423wff.1194350688644; Tue, 06 Nov 2007 04:04:48 -0800 (PST) Received: by 10.142.12.3 with HTTP; Tue, 6 Nov 2007 04:04:48 -0800 (PST) Message-ID: <19e0530f0711060404s46bf37ddxc08004a3590083d6@mail.gmail.com> Date: Tue, 6 Nov 2007 07:04:48 -0500 From: "Davanum Srinivas" Reply-To: dims@apache.org To: dev@harmony.apache.org Subject: Re: [build] Update on my build progress In-Reply-To: <473054F6.1090101@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <19e0530f0710220631t2f5d209ap65e7564196ca1212@mail.gmail.com> <19e0530f0710221022v348deab8o495eeb74d6e3aae5@mail.gmail.com> <19e0530f0710221214v54b1f66aiba6363857891108c@mail.gmail.com> <19e0530f0710221826ra379ff7k96d6ce166ed61ec7@mail.gmail.com> <472069BA.1050508@googlemail.com> <19e0530f0710250321x7a8e7327u3829fecee022261d@mail.gmail.com> <19e0530f0710251148i2a590246g46ac25e7d3a6b2da@mail.gmail.com> <472A3784.6000903@gmail.com> <19e0530f0711020640r7d61d2c5iab26ddf2b0047a48@mail.gmail.com> <473054F6.1090101@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Tim, Can you please send me the AWT sample that fails? thanks, dims On 11/6/07, Tim Ellison wrote: > Davanum Srinivas wrote: > > I think i forgot to add code to init the _Module; Can you please try > > adding this code to WinDataTransfer.cpp > > > > #ifdef WIN32 > > #include > > BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpres) { > > if (dwReason == DLL_PROCESS_ATTACH) { > > _Module.Init(NULL, hInstance); > > } else if (dwReason == DLL_PROCESS_DETACH) { > > _Module.Term(); > > } > > return TRUE; > > } > > #endif > > > > Please let me know if this works! > > I tried numerous variations and can't get it to work. Just to be clear, > I'm still using MS Visual Studio .NET 2003, but was hoping to get the > AWT code into a shape that would with with both that and Express. > > ...but I don't think I'm going anywhere with it :-( > > Regards, > Tim > > -- Davanum Srinivas :: http://davanum.wordpress.com