Since 4/2/2012 5:45:41 AM, dougjones has written 5 articles and participated in 4 conversations. dougjones signature: dougjones
dougjones's articles:
Items(5) /1
I'm baffled by bitmap problem086 (2/24/2005 2:33:22 AM) comp.compilers.lcc I'm using windowsME and LCC-Win32. My intention is to paint a bitmap that fades from white at its center to black at its edges. The following code should do that and I cant figure out why it produces the big X.... Doug
I'm lazy. Please do it for me491 (2/14/2005 11:06:48 PM) comp.compilers.lcc I'm not really lazy but simply over loaded today and getting too old to be reenventing wheels. //--------------------------------------- pickedBrush = CreateSolidBrush (pickedColor); //<------- The given ... Doug
Obsevation about lastest LCC version396 (9/5/2004 1:53:14 PM) comp.compilers.lcc I've been using v3.8 and today (Sep 5, 2004 at 8AM CST-US) I downloaded the latest iteration of lccwin32.exe from cs.virginia.edu. Now from the command line the command 'lcc ims.c' presents a long list of warni... Doug
'C' language question886 (8/18/2004 3:02:03 PM) comp.compilers.lcc I'm using LCCwin32 and Windows 'ME' Is it correct for the compiler to not emit an error or warning when variable names are duplicated? as in: snip... static RECT XX; snip... static RECT XX; snip... Than... Doug
ME and XP issue6108 (7/17/2004 4:46:55 PM) comp.compilers.lcc HRGN makePointLeftReg(RECT client) { POINT regPoints[3]; regPoints[0].x = 0; regPoints[0].y = 0; regPoints[1].x = client.right / 2; regPoints[1].y = client.bottom / 2; regPoints[2].x = 0; regPoints[2].y ... Doug
dougjones's replies:
Items(1) /1
Photo album with user management817 (8/20/2005 12:33:02 PM) comp.lang.php Hi, I found a tutorial to create an oline photo album (php and mySQL). Great, but i'd like to add some user management and that's not in the tutorial :-)) So i'am looking for an example, tutorial, or what eve... Robertico(13)