ChatGPT ‘Lobotomized’? Performance Crash Sees Users Leaving in Droves Community Center by Johannes C. … ambiguous queries, seek active clarification through follow-up questions. Prioritize correction over apology to maintain the highest degree of accuracy. Employ… Is there a widget for multiple dynamic 'bar code' or progress bars? Programming Software Development by JustAnotherJoe Correction: The subject line was supposed to have said BAR CHARTS, … Re: Using Named Pipes with Asynchronous I/O Redirection to WinAPI Programming Software Development by wisaacs correction in STARTUPINFO initialization block: [code=cpp] // Set up the start … didn't give you this one.. exercise! // THIS IS THE CORRECTION: si.hStdError = hErrorWrite; // use the duplicate handle created for stderr… Re: Red Hat Linux Webserver Configurations Hardware and Software Linux and Unix by deadleaves Correction: I said, "you'll probably still need to edit … Re: BlazeFind.Bridge Hardware and Software Information Security by Mady correction: sorry. I entered as administrator user and ran again the … Re: Windows XP pro & Global changes Hardware and Software Microsoft Windows by blud *correction* if you install a network printer as administrator it will be availible to all users. Re: Bright green display problem Hardware and Software Microsoft Windows by madcaplaughs30 Correction, the problem does occur in safe mode as well. Re: AGP support video card question Hardware and Software Hardware by cdt1983 Correction: The Card I ordered is the XFX GeForce 5200 with a Core Clock speed of 250Mhz, and a Memory Clock speed of 400Mhz. The interface speed is also 8x. Re: Boolean Algebra Programming Software Development by 1o0oBhP Correction: (statment) ? a : b if the statement is true it takes … Re: Question: Where are good Assembly Compilers? Programming Software Development by Evenbit CORRECTION alt.comp.lang.assembler alt.lang.asm <<*popular* un-moderated>> alt.os.assembly alt.os.development comp.lang.asm.x86 <<*popular* moderated>> comp.lang.ml comp.software.extreme-programming Re: MS Outlook 2003 problem Hardware and Software Microsoft Windows by wgamory Correction this is on a network, in my office. Re: help with null terminated strings Programming Software Development by CrazyDieter correction : about get_whole_file() : As usual i posted code that do not compile ! (all my apologies, I wont do that again ;) ) replace fseek(f, SEEK_END) by fseek(f, 0, SEEK_END) replace fseek(f, SEEK_SET) by fseek(f, 0, SEEK_SET) replace read=fread(buffer, *size, sizeof(char), f); by read=fread(buffer, sizeof(char), *size, f); :o Re: Command Line using system() Programming Software Development by Ancient Dragon correction -- need to double-slash for the compiler. [CODE] system("C:\\Program Files\\PowerMenu\\PowerMenu.exe -hideself on"); [/CODE] Re: wireless network - no signal. Hardware and Software Networking by Steve Taylor Correction. I know how to get to the config, odn't know how toget her MAC Re: Wont Repair Windows Hardware and Software Hardware by tournapart correction, the win98 isntall is working, just REALLY REALLY SLOW ill post again in a few hours, lol Re: 3 notices for one reply? Community Center Meta DaniWeb by Chaky Correction on my previous post. Now: Answer song names with song names (vending machine game is back to normal) Re: Running a Root/Administrator Console from any Folder Hardware and Software Microsoft Windows by WolfPack Correction. You should have the Registry Version in the heading of … Re: Boot sector keeps failing. Hardware and Software Hardware by Chaky Correction to my previous: Part that says: - shut down PC - plug … Re: Mail Routing Community Center by slacke correction: the format of lines should be like that: [code] domain.com : ( domain.com TAB :) .domain.com : ( .domain.com TAB :) * smtp:[host.domain.com] ( * TAB smtp:.....) [/code] Re: Dropdowns close when cursor over link underneath Community Center Meta DaniWeb by tgreer Correction. The bug I referred to was with z-index and SELECT elements. I have no idea what's going on with your menus. Sorry! Re: Help C++ declaration Programming Software Development by thekashyap Correction for comment in get_good() [code=c] /* 1 & X = X (… Re: Laptop start up rpoblem Hardware and Software Hardware by lemurexplosion correction it seems the previous owner of the laptop segmented the drive into a C and D..the C being the main drive having 1.99 gig...and the D being used for recycle bin and havin 3.99 gig. Re: freeze! put your hands in the air! Hardware and Software Hardware by crookid correction: PSU is 430w. right now, all i can afford is the EL CHEAPO Socket A (462) mobo. i haven't had any freezes since flashing my BIOS. yea for me! thanks for the suggestions. eventually i will upgrade to a faster processor and a PCI-e mobo but can't financially do it. hey, i'm a teacher and we make pigeon feed! Re: metallic tape on MOBO lost its stickiness: is that causing my hardware problem? Hardware and Software Hardware by planetrock CORRECTION: The metallic tape that I pressed down on was under the RAM door, not the mini PCI door. (sorry, wish I could've just edited the post but AFAIK Daniweb won't let you do that if more than half an hour has passed since posting.) Re: Returning HTML code through SQL query? Programming Web Development by Barefootsanders Correction, straight HTML works however scripts will not work. Re: Can't get it up, uh, the computer that is Hardware and Software Hardware by Chaky correction... If that fails, get back to the recovery console[COLOR=red] and try[/COLOR] these, but one at the time, and [B]exit[/B] (normal reboot) after each one: Re: Problem after C: defrag Hardware and Software Microsoft Windows by DontknowIT Correction on the situation my pc is able to render the graphics but there are purple square covering the graphics, i am not sure how to upload the pictures so if you can tell how to upload the picture then i can show you guys want i mean Re: Race and Intelligence Community Center Geeks' Lounge by joshSCH Correction on data.pdf BTW, scru: If you have a problem or want to discuss something, then be a man and post it in the thread.. don't be a wimp and simply give bad rep based on your opinions. Re: Count characters of a string. Programming Software Development by neosomosis Correction to WolfPack post.... [CODE]for(int i = 0; i < iLength; i++){ if(isspace(strTemp.at(i))) { iSpace ++; } }[/CODE] Re: Taking Values from another form to Table layout panel ("How?") Programming Software Development by Jx_Man Correction : [code]Common_Features.Addendum1.Text = (CDbl(Common_Features.Addendum.Text) * 25.4).ToString[/code] just set option strict to off. you make this more harder.