Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 98202 invoked from network); 6 Nov 2007 11:50:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Nov 2007 11:50:56 -0000 Received: (qmail 97993 invoked by uid 500); 6 Nov 2007 11:50:43 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 97968 invoked by uid 500); 6 Nov 2007 11:50:43 -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 97959 invoked by uid 99); 6 Nov 2007 11:50:43 -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 03:50:42 -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 t.p.ellison@gmail.com designates 209.85.128.184 as permitted sender) Received: from [209.85.128.184] (HELO fk-out-0910.google.com) (209.85.128.184) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Nov 2007 11:50:45 +0000 Received: by fk-out-0910.google.com with SMTP id 18so1896863fks for ; Tue, 06 Nov 2007 03:50:23 -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:user-agent:mime-version:to:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; bh=b6y1BcaXsr2doNZNElFPimPvWGwcGOvpKRKR3rwsSkI=; b=lqRxH941kYkk/RTEtKIuiWgSLRuxi28cw+aHvhRrHJd1vzjo6Qy28d/h7YjvikhrTiZ8pViHwgWNU0pZT5xsYyvhFCRA0trH11fEOST4SEIbTbgUyhLyf2TUF9Re2cHP/GxhN4WTYaX6tiBerJnU01fOaci1xLQ0VXgGfVYRMZA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=ZAEPPZn7B9H0B6sQBTFaZuuBMG4cIBMgH3MxH+4+bkofURj7j3DBmDYcuWWW56akoR5uNz04wTGAa0f0LrAjMUGHOqITIi0SWEGO0XMXGGs4RBYZtwZID+dvEK/FdBCEfAXF1dIYroPUa5MvqKWAMsJMRlAcjMBh8esA8AJWHL4= Received: by 10.82.175.17 with SMTP id x17mr11754370bue.1194349823310; Tue, 06 Nov 2007 03:50:23 -0800 (PST) Received: from ?192.168.0.2? ( [86.111.176.100]) by mx.google.com with ESMTPS id b36sm9043939ika.2007.11.06.03.50.21 (version=SSLv3 cipher=RC4-MD5); Tue, 06 Nov 2007 03:50:21 -0800 (PST) Message-ID: <473054F6.1090101@gmail.com> Date: Tue, 06 Nov 2007 11:50:14 +0000 From: Tim Ellison User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: dev@harmony.apache.org Subject: Re: [build] Update on my build progress References: <19e0530f0710220631t2f5d209ap65e7564196ca1212@mail.gmail.com> <471CC3CD.70508@googlemail.com> <19e0530f0710221004x10298e72jce6ba45a18ca7138@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> In-Reply-To: <19e0530f0711020640r7d61d2c5iab26ddf2b0047a48@mail.gmail.com> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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