Mail Archives: djgpp/2000/08/12/16:15:20
I was wondering if there was a way to dynamicly allocate memory in a dxe
file, because new and malloc dont work, they cause unresolved external
errors wehn you try to make them into dxes
tHNAKS,
Ardy
http://www.addr.com/~ardy/
Eli Zaretskii wrote:
> > From: Ardy Falls <ardy AT addr DOT com>
> > 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...
- Raw text -