Message-Id: <200008120907.FAA12500@delorie.com> Date: Sat, 12 Aug 2000 12:10:12 +0200 To: ardy AT addr DOT com X-Mailer: Emacs 20.6 (via feedmail 8.2.emacs20_6 I) and Blat ver 1.8.5b From: "Eli Zaretskii" CC: djgpp AT delorie DOT com In-reply-to: <3994B1F5.32956831@addr.com> (message from Ardy Falls on Fri, 11 Aug 2000 19:09:57 -0700) Subject: Re: DXE Question References: <3994B1F5 DOT 32956831 AT addr DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: Ardy Falls > Newsgroups: comp.os.msdos.djgpp > Date: Fri, 11 Aug 2000 19:09:57 -0700 > > Hi I'm trying to make a dxe function that passes pointers to other > functions within that .o file. > here is the source code > > these to files are compiled this way > > gxx -o dxetest.exe dxetest.c > gxx -c test.c test.o > dxegen test.dxe _Funct_Init test.o Could you please tell what, if any, are your problems with that? It's very hard to guess, you know...