2,966 Topics

Member Avatar for
Member Avatar for randeec

I recently bought a new AMD Dualcore 6400 barebones system. Not realizing the motherboard it came with only had one IDE channel, I wound up purchasing a 500gb SATA drive to replace the 100 & 120gb drives I previously had. The issue is installing Windows XP on the 500 SATA …

Member Avatar for bobbyraw
0
101
Member Avatar for Naerhu

I have a buffalo DVSM-388FB DVD RAM drive running on Windows XP Pro. If any media is entered (CD, DVD, etc), and the icon for the drive is double clicked in [my computer], it asks to insert disk. Previous I was able to use the drive only as a everything …

Member Avatar for bosmedia
0
97
Member Avatar for chihuyu

[code=cplusplus] #include<iostream> #include<string> #include<vector> using namespace std; int main() { string a; vector<string> b; vector< vector<string> > s; while(cin>>a) { b.push_back(a); s.push_back(b); cout<<s.size()<<endl;//A1 cout<<s[s.size()-1]<<endl;//A2 } return 0; } [/code] Any problems with this? If line A2 is deleleted,the program can run.So I think s does exist,but when I add line …

Member Avatar for mitrmkar
0
76
Member Avatar for JwAlstrom

. Wednesday - '08-04-16 . I am a retired computer "professional" - . First used a computer in 1957 - Started with a specialized simulation language, soon found myself writing 0's and 1's on a drum based machine with only teletype and paper tape I.O. . Then Fortran on a …

Member Avatar for zandiago
0
153
Member Avatar for Jcw69

I have subscribed to a hosting acount that has jsp hosting, they use jsp 2.0 with the tomcat 5.5 server. i am using the netbeans ide to compile my jsp page etc using the tomcat server. my project uses JSF. i am battling to get it working on the site. …

Member Avatar for jwenting
0
91
Member Avatar for CaffeineCoder

OK, this should be easy (in theory) but I'm having issues with the java applet showing up in the HTML. The applet works when I run it within the IDE, but when I try to run the applet, a message in the bottom left of the applet window says that …

Member Avatar for CaffeineCoder
0
122
Member Avatar for Jennifer84

I opened the command promt inside VC++ and this solved it. I have encountered a problem. When I compiled a program it came up an Error Message and the VC++ 2008 Express Edition was closing. When open VC++ again and press on my project that I work with. This message …

Member Avatar for Colstel
0
625
Member Avatar for Ghosdancer

System is a custom build. Intel d915pgn m/b Intel p4 3.4 LGA 775 OS Windows XP Pro SP2 Soundcard (have 2 same problem both) 1-SB Audigy SE 2-SB X-Fi Extreme Gamer Vid ATI 1950 Pro 512mb 600MHz HDD (have 2) 1- WD 200 Gig Main Storage) 7200 rpm 2-WD Raptor …

Member Avatar for jbennet
0
159
Member Avatar for Cyknate

Read and search the forum, but I haven't found an answer that works yet. My computer a few months ago was fried ( no idea what happen, It was left on overnite, power went out, came back it was stuck on the windows loading screen, it was KIA, power supply …

Member Avatar for sittas87
0
100
Member Avatar for xxx999

Hello guys, The problem: Windows XP won't boot up, it complains it cannot find a SYSTEM file on the HDD. So, I tried several things on this IDE Maxtor HDD: 1. Make it slave, and try to copy that missing file back to the HDD. No success since Windows won't …

0
61
Member Avatar for Google Spider

Hello, I am on Linux Mint and just installed Netbeans to get started with Java programming. I got these errors while starting the IDE for the first time: [url]http://i268.photobucket.com/albums/jj17/Google_Spider/netbeanswarning.png[/url] [url]http://i268.photobucket.com/albums/jj17/Google_Spider/netbeanswarning1.png[/url] I don't know what these errors mean. When I started the IDE for the second time, I got no errors. …

Member Avatar for Jens
0
162
Member Avatar for danelb

I have a problem with my windows system following an migration to a new hard disc. To move the system I cloned the original drive using the acronis software from the seagate site, which seemed to work perfectly. When I boot the new hard drive I get an initial error …

Member Avatar for sittas87
0
150
Member Avatar for Lance_Wassing

Well I have a question which could stem some confusion. I'm using C++ to develop some software which i will release as freeware on my website. I'm not new to database programming, however i have only ever worked with xbase and dbase... I would like to start making software with …

Member Avatar for Lance_Wassing
0
122
Member Avatar for tgofficetex

HI all, Sorry, I don't post very often but I've got a problem and I sure could use some input. I working on a Compaq Presario S4120WM. The only specs I know for sure since it won't boot is it has a P4 CPU, 512 MB of RAM and a …

0
49
Member Avatar for 1337455 10534

Hi, I'm a high-school freshman that wont be taking a programming class until next year. I am proficient at Python, and they decided to put me in AB Programming, which is Java. When I first started programming on a z80 TI-83+ with BASIC, I set out to make my life …

Member Avatar for Ezzaral
0
99
Member Avatar for AndrewE

Hi This VB code below runs fine in Excel 2003 under an object in a form and the file browser window opens nicely, allowing the navigation to and selection of a file. However, I need to have the same functionality running in an Excel 2000 environment. The problem is that …

0
68
Member Avatar for it2051229

I am trying to make a simple program that makes use of JTable.. actually I am using netbeans IDE to make the interfaces.. although i have this contactsListTable(jtable) and by default it doesn't have any data. The data is only loaded when the program is executed, how do I add …

Member Avatar for Ezzaral
-1
113
Member Avatar for rje7

Loader error (0000): unrecognized error i get this error message when ever i start the Turbo C++ 4.0j IDE. What could be the problem? i tried reinstalling the software but in vain. it was working fine though before.

Member Avatar for rje7
0
52
Member Avatar for RMN

hello friends, my bad,i bought a new WD 160 SATA HD's and realized my Motherboard does not supp it AFTER opening the pack. so is it possible to connect the newer SATA HD's to the older mother boards? Motherboard-Intel D845GVSR OS-Windows XP PRO thank you

Member Avatar for hughv
0
162
Member Avatar for it2051229

I created two version of my program using a buffered reader.. my first version I made using notepad and the second version using Netbeans IDE... my code "new BufferedReader(new FileReader("data/list.txt")" works on my notepad version though FileException error on my Netbeans IDE although it works if i use absolute path …

Member Avatar for masijade
0
106
Member Avatar for aot

I've been using Eclipse as my IDE for python programming, mostly because it's free. However, as far as I can tell, its debugger is not that great. All I ever get are notices of what line the error occurs on (and what the error type is) and, while this can …

Member Avatar for ZZucker
0
149
Member Avatar for theausum
Member Avatar for it2051229

am creating a calculator using net beans IDE so yeah i made 0 - 9 buttons.. although seems like i dont want to create an event handler on each number cause it's like a waste of time.. is it possible that the zero to nine button can only trigger one …

Member Avatar for jwenting
0
91
Member Avatar for rockmania

I am using TURBO C++ IDE 3.0..i am able to execute the program that are related to graphics. but the problem i face is when i get the output i am not able to capture the output using print screen key.the output is a black DOS screen and is not …

Member Avatar for Salem
0
98
Member Avatar for royhills

I have an Asus K8V SE deluxe mobo with 3 HDs: one IDE drive & 2 Samsung SATA drives (non RAID) The 1st sata is a SP1213C with win xp2 installed. The second sata is a brand new 500GB HD501LJ (not formatted yet). Both sata HDs are connected to a …

Member Avatar for royhills
0
126
Member Avatar for zagith

Ok, trying to do a favor for a family member by installing a MAXTOR ATA133 Controller card into their computer. After I "thought" I loaded the drivers I put the Primary HD (which contains the OS, Win XP Pro) on to the controller card. After a reboot it detected the …

Member Avatar for chrisgood60
0
1K
Member Avatar for Mark_D

I hope someone can help with this problem. I'll try to explain whats happening being as clear as I can! This morning my PC just hung after booting normally. I rebooted and it then kept rebooting. When I tried it in safe mode it hung at mup.sys. I've looked through …

Member Avatar for Meth0d
0
114
Member Avatar for strictlycustom

I just bought a Jetway n2view, mainly because it supports up to 3ga of ram and has nvidia chipsets. Previously I purchased a mobo from geeks.com and it did the same thing so I sent it back and it was found defective. So I buy a new board. Here is …

Member Avatar for caperjack
0
117
Member Avatar for choudhuryshouvi

Hello all, If I posted in wrong forum point me to the correct direction. I have installed Visual Studio 2005 (.Net 2.0) in my Windows Xp Service Pack 2 operating system. When the setup had finished the wizard displayed me the following message :- [B][COLOR="Green"]"Success Visual Studio Setup is complete. …

Member Avatar for majestic0110
0
103
Member Avatar for loganzz72

Got a question about multiple HDD enclosures... I have 2-3 IDE HDD from dead computers. The drives worked fine when the comps gave out due to various MB failures. I dont like getting rid of drives due to personal info being on them and the fact that they are chock …

Member Avatar for hughv
0
93
Member Avatar for joytech22

please help me. i have had my computer for just over a year now and when i went to turn on my computer after school, its fans went to max rpm and only no input signal appeared. then after a few attempts to reboot, it was working again. but it's …

Member Avatar for joytech22
0
442
Member Avatar for delner

Hey guys, I could use some help/advice with helping me reinstall Windows XP. The story goes that I had a computer running XP on two SATA hard drives on some slightly older hardware (ASUS A8V Dlx, AMD64 3800+), worked great until my power supply short-circuited and fried my motherboard as …

Member Avatar for caperjack
0
125
Member Avatar for sudhirblgupta

Hi I want to make a pure c++ application which is used to retrieve ip address of all connected users of LAN(local area network). I am using Dev c++ IDE. please any buddy have any idea to solve this problem? Thanks in advance!

Member Avatar for sudhirblgupta
0
570
Member Avatar for war3n3xt

Morning all. I am having problems booting machine, It started with a problem booting up, it both restarted during xp screen or froze. assumed hdd, got new one. while doing this clean out case, therm paste chip. check all cables.. re installed windows and the same thing happens.. ok change …

Member Avatar for war3n3xt
0
267
Member Avatar for RossSCann

I am now using Visual C++.net 2002 edition. My main ongoing project, an application that teaches the game of bridge, is now 350 K + llines of code, 95 % of which is application logic. The 5% dealing with GUI is just SDK for speed. I am just a retired …

Member Avatar for RossSCann
0
178
Member Avatar for shuban

Hi all, I was trying to create an example WindowsCe device application, and i needed to use the Microsoft.WindowsCE.Forms but the .Net (that i have installed ) intellisence is not supporting this namespace... i.e. using Microsoft.WindowsCE.Forms is not being supported in the .Net IDE that i am using. Well if …

Member Avatar for shuban
0
149
Member Avatar for SprayPaint

Before I get flamed, Yes I Know/Knew this was a bad idea, but I did it anyways, now i pay the price.... Here is whats going on, Custom Built Computer (by me) Drive 0 (Seagate Barracuda 7200 IDE 200GB) Partitions 2 ("Old C" - 1 , "Old D" - 2) …

Member Avatar for gerbil
0
103
Member Avatar for GiddyupGilbert

I've looked at the manual and can't get a clue there. XP is not recognizing the Western Digital IDE HD. There is only one IDE connector and it connects to the DVD player which shows as a SATA drive in BIOS. There is a black (IDE looking) cable running from …

Member Avatar for caperjack
0
126
Member Avatar for bobbyraw

Ok this is a first, i have Mcafee Enterprise edition with the firewall and Antispyware installed on the PC = XP Corp SP2, 250 Sata=(Bootable drive) HDD, 320G IDE, 2G RAM. my sun had a freind laptop connected to my Router (wired) i decide to share some files with him …

Member Avatar for ozchilli
0
292
Member Avatar for bornok15

I have downloaded some example source codes in C# for example "start.cs".. How can i execute it in VS2005? i opened it in C# IDE in VS2005 and i can't seem to run it.. Anyone who can help?

Member Avatar for majestic0110
0
163
Member Avatar for sagedavis

Hi all, I am fairly new to java, as well as netbeans, but I come from a VB background. I am wanting to build platform independant aps and find the need to cross over into this world of Java, and netbeans (so far) is the best visual ide I have …

Member Avatar for jwenting
0
108
Member Avatar for narayanabhilash

Dearest One, I have created a web application in JSP & Servlet using Netbeans IDE, i am collecting blob image into a byte[] array and displaying in a table data "<td></td>". when i try to display the image, i am getting an exception getWriter() already called. but when i try …

Member Avatar for jwenting
0
228
Member Avatar for belikemike

Hi everyone, I have a seagate baracuda ide 120 gig HD. It was partitioned at 112 gig and 8 gig. I went to disk management to try to have all 120 on the one partition. I deleated both partitions and now I can only find, format or use the 112. …

Member Avatar for hughv
0
48
Member Avatar for Rebeccaslaoui3

Hello. When I start my HP computer it starts off with a big screen saying HP INVENT and at the bottom says <F1> to setup <F10> for system recovery then it goes to a black screen that states the specs of the computer and also the following: 247 System RAM …

Member Avatar for Rebeccaslaoui3
0
82
Member Avatar for dlawl

I'm having a problem with my IDE drivers. The primary/secondary IDE channels in my device manager have yellow exalamation points and the error is a code 31 "unable to load drivers". unisntalling/reinstalling/rebooting does nothing. I've tried uninstalling all of my cd/dvd burning software and that did not fix a thing. …

Member Avatar for humbll
0
262
Member Avatar for Bushido Hacks

Hey guys. I recently installed some software tools to make Flash on Linux. There are several open source softwares that can create Flash, most of them from source codes or converting files to .swf format. I've decided to try [URL="http://www.swftools.org/"]SWFTools[/URL]. But despite the many many years I have hung out …

Member Avatar for peter_budo
0
91
Member Avatar for serkan sendur

For small applications it is proper to use AccessDataSource object in order to access the database directly from asp.net page. When i first used it for inserting data with formview, it generated the following error : "You tried to assign the Null value to a variable that is not a …

0
94
Member Avatar for Floh85

Hey, I just started to learn how to program in Windows and have a problem with the very first program. It's from a C Book I have, so i guess the code is alright. Error: undefined reference to `_Z7WndProcP6HWND__jjl@16' I'm using the Eclipse C/C++ IDE; libraries (gdi32.lib) are linked, -mwindows …

Member Avatar for Ancient Dragon
0
122
Member Avatar for Mark Hollis

I'm having trouble with the supposedly bootable XP installation CD. I have used it before successfully but on an IDE drive. THis machine has a SATA drive and I understand that this can cause some problems with a pre-SP1 installation CD. THe CD is not in perfect shape so I …

Member Avatar for Mark Hollis
0
146
Member Avatar for acireekili

im making a computer i have a hd with win xp but it wont boot the hd in bios, the bios is award i think it checks mem and detects ide drives an then says floppy disk failed (40) and restarts and keeps goin thru the same thing i dunno …

Member Avatar for darshan003
0
205

The End.