From: remove_this_mimo AT restoel DOT net (mimo) Newsgroups: comp.os.msdos.djgpp Subject: c++ and dynamic linking (using DLM) Date: Fri, 12 Feb 1999 22:44:51 GMT Organization: MimoLand Lines: 18 Message-ID: <36bd14f8.14902289@news.wanadoo.fr> NNTP-Posting-Host: tntaub15-55.abo.wanadoo.fr Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com i am testing the dlm-dynamic linker with a huge program written in c++, using some external libraries (allegro,mgl). i am wondering if someone ever tried this before. i set my program up as follows: 1. i have a huge main.exe file - where all the objects of my program are linked into (created with -ec -l cpp.dlm -l libc.dlm) 2. i put the other libraries into seperate dlm files, that i added also to the autoload list in 1. since i got to the point, where it doesnt give any stub errors, i get nothing but a bad signal handler - error, which must happen after programstart, but before main() - since my error.log is already open, but there is nothing in it. this must look quite chaotic maybe someone can help cheers mimo