From owner-freebsd-emulation@FreeBSD.ORG Tue Nov 13 07:30:30 2007 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 796C916A418 for ; Tue, 13 Nov 2007 07:30:30 +0000 (UTC) (envelope-from ameyburgh@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.231]) by mx1.freebsd.org (Postfix) with ESMTP id 38A2F13C481 for ; Tue, 13 Nov 2007 07:30:29 +0000 (UTC) (envelope-from ameyburgh@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so1019230nzf for ; Mon, 12 Nov 2007 23:30:20 -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:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=ZY4fQEmhjw/n0eDStFMFN4qHtky9pU+sI6Cc386zEUc=; b=NrUxLMBYXaryvEbfvEX9o2yZcHbG1RsCvdMSuPZMABcgOrGj8kOeeIsUO0IwvywUDe5qUBMwo5L0uQcH23mW8ZVYI1zApWJ8ETmAaQXzXZ/D//e9DWyGH8C7ebWQ1jpdsJ6YFpy2FV3S4layojfN00xLeJK09wdEM4isKA8TZh0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=JwMEdmJoA6bmndFtoMoHg2Evm/EqW79eXthpMCTuvYf/+ifTzwoNzTpdD2IGrZKkZbLSkbLLcyCWUjamPI/zMjfHplqi9JArIjGsnWY59Ddfrc1EbpPIPUUxHFRJnOapZvNO2V/BL/986Uv33aVxeOE4NIypKHXKJhGCvUgdyKI= Received: by 10.142.162.5 with SMTP id k5mr1639545wfe.1194935531131; Mon, 12 Nov 2007 22:32:11 -0800 (PST) Received: by 10.142.217.19 with HTTP; Mon, 12 Nov 2007 22:32:11 -0800 (PST) Message-ID: <35f053b10711122232r7192680bu38ae7a183f4d3901@mail.gmail.com> Date: Mon, 12 Nov 2007 22:32:11 -0800 From: "Albert Meyburgh" To: freebsd-emulation@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: IE X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Nov 2007 07:30:30 -0000 Hi, I need to get some activex control usage from bsd which of the following options sounds like a better plan: - run IE 7 in wine and install activex there - run a windows virtual machine (what closest to bsd style licensing vm is out there nowadays) - remote desktop windows box thanks