View Full Version: Weird thing in DLL

C++ Learning Community > C++ Help > Weird thing in DLL


Title: Weird thing in DLL


Dragon - June 23, 2003 04:15 AM (GMT)
I created a DLL that displays a windows like message (based on Xception's example). However, when I opened up the DLL in Wordpad (as well as Notepad and MS Word) even though it was compiled, there was the text 'Memory allocation failed' and 'Allocation failed.' Does anyone know the cause of this? In Xception's DLL there was nothing like this.

ih8censorship - June 23, 2003 02:46 PM (GMT)
have you tryed the dll to see if it works? if it works those error messages are there just in case something should go wrong. most programs have things like that so if the program crashes you know what when wrong. maybey the difference is your using a different compiler than xception

Dragon - June 23, 2003 03:11 PM (GMT)
The DLL works fine. I'm just not sure if the text 'Allocation failed' and stuff should be in there.

Shadow of the Moon - June 23, 2003 05:39 PM (GMT)
I wouldn't worry about it if it works fine. Probably just a weird compiler thing :)

Dragon - June 23, 2003 06:12 PM (GMT)
Alright guys. Thanks for your help. :)




* Hosted for free by InvisionFree