Xref: news-dnh.mv.net comp.os.msdos.djgpp:3479 Path: news-dnh.mv.net!mv!news.sprintlink.net!jaring.my!alpha.seccom.com.my!news.uoregon.edu!newsadmin From: jstev AT gladstone DOT uoregon DOT edu (Josh Stevens) Newsgroups: comp.os.msdos.djgpp Subject: DXE questions Date: 28 Nov 1995 07:39:03 GMT Organization: University of Oregon Lines: 21 Nntp-Posting-Host: cisco-ts10-line5.uoregon.edu To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp Hi everybody... I am planning to use DXEs in an upcoming project, and I have a question about them. I know that multiple DXEs can be loaded simultaneously (I tested it). My question is this: is there a way to free the memory occupied by a loaded DXE? Would it work to simply "free" the pointer (as if it had been allocated with malloc)? I tried this, and it didn't generate any errors, but that doesn't prove anything (:-). Thanks for your help. BTW, I'm using the V2 beta, of course (isn't that the only thing that supports DXEs?). /* Josh Stevens ** ** Email: jstev AT gladstone DOT uoregon DOT edu ** Check out my homepage: http://gladstone.uoregon.edu/~jstev */