X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=EI7EhHDX0U5ZRKV+8UvjZEkXACEr0/IeIlP6rtSp4q4=; b=n/VdCUtxi0MPvYeur1XfveuEisF8fXaL9xNsP9AU7begLT3Lo7kDeYz+luF72THIZR /l70R7AY4Bdv35Fn/ygBaUJgrVOe+mh7A/uHTmWliZ8JKxDBihwbRobekk2x/Q950FNV LsSOPexU/8bTeQBKd0jpEYgp0NpAFLcC6axAAGw2UGskiWbD3hFOuHCLOl2woY/oO5z4 CU3Y9l9ARBP4QW6qNQUpvtVFBMagBdTz4zhHprOQGkyE8U8fFdNXXs+6LCu0EQLRpuPv /NVXSfMba/+diEd0k4/Wfd1SXwuo8aYORLEVin8aYNUDWEENAzhfNotCxgkdbHLE8e+V jRFg== X-Received: by 10.129.15.215 with SMTP id 206mr10489745ywp.60.1435461372690; Sat, 27 Jun 2015 20:16:12 -0700 (PDT) Message-ID: <558F66FB.5080400@gmail.com> Date: Sat, 27 Jun 2015 23:16:11 -0400 From: "Frank Sapone (emoaddict15 AT gmail DOT com)" User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: DX3GEN --show-unres References: <558D18CE DOT 3070004 AT iki DOT fi> <558ED38D DOT 1020602 AT iki DOT fi> <7ae5cd26-fe9d-4230-9ed6-dea9fa2eb1a7 AT googlegroups DOT com> In-Reply-To: <7ae5cd26-fe9d-4230-9ed6-dea9fa2eb1a7@googlegroups.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com In this vogons thread discussing the Q2DOS port: http://www.vogons.org/viewtopic.php?f=24&t=43756&p=429753#p429753 Someone mentioned that they were recompiling it as *.dxe because *.dx3 was not showing unresolved symbols for them using dx3gen --show-unres *.dx3 If the file is just renamed to .dxe it will then work. However, are you supposed to be using dxe3res for this? It worked okay using that and I was unaware that it spit out a nice header file you can just use for easy exporting. Regarding that header file. Do you just include that with the main project that is doing the exporting? Frank