|
From: <jan...@ma...> - 2003-12-31 05:42:12
|
-----Original=20message----- From:dev...@li... To:dev...@li... Date:Tue,=2030=20Dec=202003=2020:10:35=20-0800 Subject:Dev-cpp-users=20digest,=20Vol=201=20#1823=20-=201=20msg Send=20Dev-cpp-users=20mailing=20list=20submissions=20to =09d...@li... To=20subscribe=20or=20unsubscribe=20via=20the=20World=20Wide=20Web,=20visit =09https://lists.sourceforge.net/lists/listinfo/dev-cpp-users or,=20via=20email,=20send=20a=20message=20with=20subject=20or=20body=20'help= '=20to =09d...@li... You=20can=20reach=20the=20person=20managing=20the=20list=20at =09d...@li... When=20replying,=20please=20edit=20your=20Subject=20line=20so=20it=20is=20mo= re=20specific than=20"Re:=20Contents=20of=20Dev-cpp-users=20digest..." Today's=20Topics: =20=20=201.=20RE:=20Re:=20Weird=20dialog=20corruption?=20(Per=20Westermark) --__--__-- Message:=201 Date:=20Wed,=2031=20Dec=202003=2004:45:24=20+0100=20(CET) From:=20Per=20Westermark=20<pw...@ia...> To:=20Ed=20Cottrell=20<em...@ed...> cc:=20d...@li... Subject:=20RE:=20[Dev-C++]=20Re:=20Weird=20dialog=20corruption? We=20all=20do=20sometimes=20:-) /Per=20W On=20Tue,=2030=20Dec=202003,=20Ed=20Cottrell=20wrote: >=20Correction=20to=20previous=20post:=20somebody=20wrote=20(in=20a=20flawed= =20tutorial)=20that=20the >=20API=20would=20avoid=20creating=20duplicate=20handles=20for=20a=20GDI=20r= esource.=20In=20this >=20instance,=20I=20was=20declaring=20several=20HFONT=20objects=20with=20Cre= ateFont()=20as >=20dialog-scope=20variables,=20and=20forgetting=20to=20release=20them.=20I'= m=20not=20sure=20where=20I >=20read=20that,=20or=20why=20I=20believed=20it,=20but=20it=20was=20back=20w= hen=20I=20was=20first=20starting=20C >=20programming,=20and=20it=20didn't=20occur=20to=20me=20to=20look=20twice=20= at=20it=20until=20today. > >=20It=20was=20not=20the=20Win32=20API=20that=20said=20that.=20I=20misspoke=20= in=20my=20previous=20post;=20I >=20should=20read=20what=20I=20write=20before=20hitting=20that=20magic=20sen= d=20button... > >=20-Ed > > >=20-----Original=20Message----- >=20From:=20d...@li... >=20[mailto:dev...@li...]=20On=20Behalf=20Of=20= Per >=20Westermark >=20Sent:=20Tuesday,=20December=2030,=202003=207:57=20PM >=20To:=20Ed=20Cottrell >=20Cc:=20d...@li... >=20Subject:=20RE:=20[Dev-C++]=20Re:=20Weird=20dialog=20corruption? > > >=20Which=20API=20is=20documented=20to=20releasing=20GUI=20resources=20witho= ut=20doing=20it? > >=20/Per=20W > >=20On=20Tue,=2030=20Dec=202003,=20Ed=20Cottrell=20wrote: > >=20>=20Hi=20everyone, >=20> >=20>=20In=20case=20anyone=20else=20has=20encountered=20this,=20I=20thought=20= I'd=20post=20an=20update:=20I >=20>=20finally=20resolved=20the=20problem=20by=20tracking=20down=20some=20u= nreleased=20GDI >=20resources >=20>=20(FONT=20definitions).=20I=20made=20the=20newbie=20mistake=20of=20ass= uming=20that,=20since=20the >=20>=20API=20says=20it=20handles=20such=20things,=20it=20really=20does. >=20> >=20>=20Anyway,=20everyone=20have=20a=20happy=20New=20Year's. >=20> >=20>=20-Ed >=20> >=20> >=20> >=20> >=20>=20-----Original=20Message----- >=20>=20From:=20d...@li... >=20>=20[mailto:dev...@li...]=20On=20Behalf=20O= f=20Ed >=20Cottrell >=20>=20Sent:=20Tuesday,=20October=2028,=202003=202:45=20PM >=20>=20To:=20d...@li... >=20>=20Subject:=20RE:=20[Dev-C++]=20Re:=20Weird=20dialog=20corruption? >=20> >=20> >=20>=20Hi=20Tuukka, >=20> >=20>=20Thanks=20for=20the=20suggestions.=20I've=20already=20been=20very=20c= areful=20to=20look=20at >=20those >=20>=20possibilities,=20but=20there=20is=20no=20actual=20processing=20of=20= any=20kind=20going=20on, >=20while >=20>=20this=20window=20is=20displayed=20-=20all=20that=20is=20happening=20i= s=20a=20message=20pump. >=20> >=20>=20-Ed >=20> >=20>=20-----Original=20Message----- >=20>=20From:=20d...@li... >=20>=20[mailto:dev...@li...]=20On=20Behalf=20O= f=20Tuukka >=20>=20Lehtinen >=20>=20Sent:=20Tuesday,=20October=2028,=202003=202:46=20AM >=20>=20To:=20d...@li... >=20>=20Subject:=20[Dev-C++]=20Re:=20Weird=20dialog=20corruption? >=20> >=20> >=20>=20>=20I've=20never=20run=20into=20this=20before,=20and=20I=20don't=20k= now=20what's=20causing=20it. >=20> >=20>=20Are=20you=20sore=20that=20working=20thread=20don't=20have=20memory=20= leak=20problem=20?=20This >=20>=20chould=20be=20happend=20if=20pointer=20is=20incorrect=20and=20write=20= data=20over=20own >=20>=20reserved=20memory.=20Becose=20application=20write=20own=20memory=20a= rea=20windows=20think >=20>=20that=20there=20isin't=20are=20enything=20wrong=20and=20don't=20kill=20= application. >=20> >=20>=20The=20second=20idea=20is=20infinite=20loop=20that=20stop=20message=20= processing. >=20> >=20> >=20> >=20>=20------------------------------------------------------- >=20>=20This=20SF.net=20email=20is=20sponsored=20by:=20The=20SF.net=20Donati= on=20Program.=20Do=20you >=20like >=20>=20what=20SourceForge.net=20is=20doing=20for=20the=20Open=20Source=20Co= mmunity?=20=20Make=20a >=20>=20contribution,=20and=20help=20us=20add=20new=20features=20and=20funct= ionality.=20Click=20here: >=20>=20http://sourceforge.net/donate/ >=20>=20_______________________________________________ >=20>=20Dev-cpp-users=20mailing=20list >=20>=20D...@li... >=20>=20TO=20UNSUBSCRIBE:=20http://www23.brinkster.com/noicys/devcpp/ub.htm >=20>=20https://lists.sourceforge.net/lists/listinfo/dev-cpp-users >=20> >=20> >=20> >=20> >=20>=20------------------------------------------------------- >=20>=20This=20SF.net=20email=20is=20sponsored=20by:=20SF.net=20Giveback=20P= rogram. >=20>=20Does=20SourceForge.net=20help=20you=20be=20more=20productive?=20=20D= oes=20it >=20>=20help=20you=20create=20better=20code?=20=20=20SHARE=20THE=20LOVE,=20a= nd=20help=20us=20help >=20>=20YOU!=20=20Click=20Here:=20http://sourceforge.net/donate/ >=20>=20_______________________________________________ >=20>=20Dev-cpp-users=20mailing=20list >=20>=20D...@li... >=20>=20TO=20UNSUBSCRIBE:=20http://www23.brinkster.com/ > > > >=20------------------------------------------------------- >=20This=20SF.net=20email=20is=20sponsored=20by:=20IBM=20Linux=20Tutorials. >=20Become=20an=20expert=20in=20LINUX=20or=20just=20sharpen=20your=20skills.= =20=20Sign=20up=20for=20IBM's >=20Free=20Linux=20Tutorials.=20=20Learn=20everything=20from=20the=20bash=20= shell=20to=20sys=20admin. >=20Click=20now!=20http://ads.osdn.com/?ad_id=3D1278&alloc_id=3D3371&op=3Dcl= ick >=20_______________________________________________ >=20Dev-cpp-users=20mailing=20list >=20D...@li... >=20TO=20UNSUBSCRIBE:=20http://www23.brinkster.com/noicys/devcpp/ub.htm >=20https://lists.sourceforge.net/lists/listinfo/dev-cpp-users > > > > >=20------------------------------------------------------- >=20This=20SF.net=20email=20is=20spons --__--__-- _______________________________________________ Dev-cpp-users=20mailing=20list Dev...@li... TO=20UNSUBSCRIBE:=20http://www.noicys.cjb.net/devcpp/ub.htm https://lists.sourceforge.net/lists/listinfo/dev-cpp-users End=20of=20Dev-cpp-users=20Digest |