2,966 Topics

Member Avatar for
Member Avatar for evalin

Hi, I am wondering if someone can help me with this issue. I had a desktop with ASUS P5GC-MX/133 motherboard installed with two physical hard drives - 1 IDE and 1 SATA2. A year ago I installed window XP SP2 on the IDE hard drive and used SATA2 as storage …

Member Avatar for evalin
0
117
Member Avatar for Matt_V_Clarke

I installed a IDE named CodeBlock on Windows Vista and for nothing would it compile anything that I wrote. When I installed it on my Xp system it worked fine. Is there an IDE that works on Vista??? Help please.

Member Avatar for jbennet
0
50
Member Avatar for peter_budo

I tried to follow [url=http://www.netbeans.org/kb/61/websvc/gs-axis.html]Creating Apache Axis2 Web Services on NetBeans IDE[/url]. It worked for me till the point of [url=http://www.netbeans.org/kb/61/websvc/gs-axis.html#deploy_axis]deploying an Axis2 web service to the server[/url]. Once I select [b]Test Operation in Browser[/b] it does give me following Warning [code]Unable to open web service tester page: http://localhost:8080/axis2/services/HelloAxisWorld/hello?name=XYZ Make …

0
98
Member Avatar for zikojam

Hello The table's cells contain integer values. I would like to save each one of theme them in an array of integers. The problem is, I don't know how to do so. I tried to use the getValueAt method, but I always get error messages. I tried something like: [CODE]Object …

Member Avatar for stultuske
0
68
Member Avatar for shyawn

Help....lol I have a computer with the following specs: AMD 3800+ 2 Gigs RAM Gigabyte MB SATA HD Maxtor 300 gig SATA 2 here is my problem, I believe it was a power surge but for some reason when I turn my power on to the computer it trips the …

Member Avatar for mechbas
0
124
Member Avatar for oling

Hi, I am mostly playing around with creating command line c++ applications, using the console for input and output display. I wonder if there is any "simple" way to create a web client interface on top of a simple c++ program, requesting data input and to display results on a …

Member Avatar for ArkM
0
186
Member Avatar for mrglorious

[B]How to enable [URL="http://en.wikipedia.org/wiki/Advanced_Host_Controller_Interface"]AHCI[/URL] on Intel ICH9 under XP[/B] After some research by MSFN staff, we have a working solution to enable ACHI on the ICH9 with appropriate SATA/NCQ drive(s). For more [URL="http://en.wikipedia.org/wiki/Advanced_Host_Controller_Interface"]information about AHCI[/URL], we refer to Wikipedia.or offer features not offered by Parallel ATA (PATA) controllers besides higher …

Member Avatar for jbennet
0
770
Member Avatar for ingeborgdot@yah

I went over to a friends house to work on their computer for them and ended up replacing their video card. As I was working on it I was messing around with their intel raid storage and noticed that it was not working anymore and it said the driver was …

Member Avatar for jbennet
0
177
Member Avatar for tech291083

Hi, I am on Windows xp professional edition and looking for a free develeopment tool/ide for some self c++ learning. The one I can across is Dev-C++ 5 (currently beta) from [URL]http://www.bloodshed.net/devcpp.html[/URL] It is supported on XP but it is still beta version and I want something stable. Can any …

Member Avatar for Salem
0
2K
Member Avatar for MxDev

Hi guys, i've a problem when running java application connected with sqlite database the connection is done with netbeans IDE, but when i trying to run the application i get the following error [COLOR="Red"]init: deps-jar: compile: run: 06/12/2008 04:42:49 ص org.jdesktop.application.Application$1 run [COLOR="Green"]SEVERE: Application class desktopapplication3.DesktopApplication3 failed to launch javax.persistence.PersistenceException: …

Member Avatar for stephen84s
0
171
Member Avatar for MykMallett

I have a shuttle SN68g2 barebones pc, with a sata dvd drive and hard drive. Ive been having problems with it since building it. At first my sata drives were set up as IDE automatically and were very slow and basically the whole thing didnt work well at all. So …

Member Avatar for The New Normal
0
159
Member Avatar for amd512

Hi I have an Asus radeon 4850. I always use the sleep mode in vista but this time the when I tried to wake up the pc suddenly shut down and didn't work afterward. I thought at first that the problem was in the psu (Gigabyte 550 watt ge-p450p-c2) but …

Member Avatar for amd512
0
138
Member Avatar for redrevis

Hi guys. I'm having some right trouble at the moment. I posted on another tech forum and so far have received no help. So i thought i'd try over here. These are my posts from the other forum to get you up to speed with my problem. About a few …

Member Avatar for jholland1964
0
284
Member Avatar for asus2008

hye everyone, i'm finding someone that could create a mobile game application using java and netbeans as the ide..the mobile game im trying to create is a chinese board game called "go"..I JUST need a simple application..dont need extreme graphics..i need it as soon as possible..i am willing to pay..RM …

Member Avatar for jbennet
0
104
Member Avatar for gregt848

hello, i am having some major computer issues and I am hoping I can get some assistance. Beware I am not a whiz, but can get around a computer pretty good, so be easy if I am not making an sense or trying to do the unthinkable. I have an …

Member Avatar for CruiserDaBruise
0
128
Member Avatar for prakharprakash

Hello! My computer technician has asked me to update the drivers of the following components - Universal Serial Bus Controllers - Intel(R) 82801DB/DBM USB Universal Host Controller - 24C2 Intel(R) 82801DB/DBM USB Universal Host Controller - 24C4 IDE ATA/ATAPI controllers - Intel(R) 82801DB Ultra ATA Controller Intel(R) 82801DB/DBM USB 2.0 …

Member Avatar for CruiserDaBruise
0
364
Member Avatar for BobLewiston

I installed VC# 2008 Express. Following the lessons at C# School at programmersheaven.com, I tried to compile the sample app HelloWorld from the command prompt via: csc HelloWorld.cs but I got back: 'csc' is not recognized as an internal or external command, operable program or batch file. As far as …

Member Avatar for bondo
0
240
Member Avatar for Kainan54

I'm starting to learn c++. I use vista so lots of ide's dont work for me. Right now im trying visual c++ but things like cout are not understood when compiling. This may be a compiler issue. I all would like to know is a good basic (for beginers) ide …

Member Avatar for Kainan54
0
124
Member Avatar for lethbridgeguy

my medion w/ windows xp media edition had hard drive failure, we thought, so we took it out and plugged into another pc, we were able to recover everything. and then it failed on that pc . so i thought i just needed a new sata hard drive but was …

0
35
Member Avatar for Raulin

Hi there.. I am currently making a snake game, by means of array set up of [50,50] of the snake, and the FLTK for the design of it's interface. As Quincy 2005 is the default IDE learnt in Univ, I do the c++ codings here. I already proceeded with the …

0
55
Member Avatar for Raulin

Hi there, I am currently doing the snake game for my c++ project. For your information, I am not majoring in computing or any programming course, but am majoring in Physics at Univ of Birmingham, UK. About my task, I employ the use of vectors as the main function to …

Member Avatar for Raulin
0
110
Member Avatar for sebber

Hi there, This is my first post and I have already found this post extremely helpful. It's made a tough situation a lot easier. I bought a brand new PC last week and was online last night. Everything was going fantastically. The PC was running slickly and I was being …

Member Avatar for jholland1964
0
263
Member Avatar for LordReserei

Hey, I was wondering if some one could help me. For about a year now, ever since I upgraded my motherboard and cpu, my motherboard's BIOS detects my DVD-RW drive but if I try to open the drive, nothing happens as if there's no power what so ever, no activity. …

0
110
Member Avatar for britto

hi...... Im doing my main project... im creating an IDE for c,c++,java using java lang... i need to link the program written, to the c compiler... any ideas... then whr can i download the source code for net beans IDE

Member Avatar for stultuske
0
167
Member Avatar for 83beast

specs first: Asus A8R32-MVP Deluxe Mobo AMD 3800+ 64 Cheapo PC3200 Ram (512x2) (Aeneon chips) WD 250 GB HDD IDE Toshiba DVD+-RW ATI X1300XT PCIE x16 CoolMax 500W psu So, i took my buddies computer to reinstall windows for him. (he killed his with wicked viruses). so, i was gonna …

Member Avatar for RLHennig
0
135
Member Avatar for richdan

Hello everyone, I have a P4 with a WD-2000 Sata HD. Recently it crashed with the blue screen of death with the stop error 000000051. Because of it I can't boot Windows. I am trying to recover my data on it. I want to add a 20g IDE HD as …

0
66
Member Avatar for kiel19

I have wrrtten code for my mobile application, but while running it in java wireless toolkit, i get a screen that displays the following: " EnvGameMidlet.EnvGame.EnvGameMidletException.java.lang Class Not Found Exception: EnvGame/EnvGameMidlet." What could be the problem. it compiles well but displays that message when run. I am developing it using …

Member Avatar for peter_budo
0
105
Member Avatar for SRWenner

I'm a total nubie. I thought it would be useful to download the source for an applet and study the code. I picked a wonderful applet by Don Hatch: [URL]http://www.plunk.org/~hatch/HyperbolicApplet/?size=513[/URL]. The code in the jar file is all in .prejava files. My IDE (NetBeans) doesn't know what to do with …

Member Avatar for jbennet
0
334
Member Avatar for Bob_180_Bob

Hi, I have been told that I can not copy a IDE drive to a Sata drive using any copy program. Anyone have any experience with this? I have copied many IDE to IDE and SATA to SATA but never IDE to SATA. I could just try, but I thought …

Member Avatar for Bob_180_Bob
-1
124
Member Avatar for lllllIllIlllI

Hi guys, I was looking at some of the commercial IDE's today. Most notably being wingware's python IDE personal edition. I was wondering wether people thought wether the $30 you need to pay for it is worth it or is it not that great when it comes to it. Any …

Member Avatar for Stefano Mtangoo
0
62
Member Avatar for Stefano Mtangoo

To Be honest this is matter of Choice and no one will be judged for his choice. I got stuck on best editor to use. I have long used Wing IDE 101 and My Favorite IDE with multi language is Netbeans which is coming with Nbpython. Big problem of IDE …

Member Avatar for mathijs
0
240
Member Avatar for caperjack

I really like my latest purchase ,works great ,easy hookup ,only downside is it only takes SATA drives and not IDE ,oh well to the future i guess.! but great addition to my workshop tools ! [url]http://www.thermaltakeusa.com/Product.aspx?S=1268&ID=1642#Tab4[/url]

Member Avatar for efaith77
1
176
Member Avatar for Azurea

Hey Daniweb Python forumers, I'm guessing that this is a Vista thing, but when I run my wxPython programs in Vista by double-clicking the file, I get errors from the computer saying that "python.exe has stopped working". I also use the IDLE IDE, so when I run the program from …

Member Avatar for shadwickman
0
138
Member Avatar for vedmack

Hi Im writing a web application nad I have a web page in which an actionListener is being activated after a click on h:commandButton, the problem is that the execution of the actionListener taking to much time... and after a while im getting a timeout from my proxy although the …

0
63
Member Avatar for uim_1977

Hello Peopel!!!! I have a problem with a definiton. I have defined a form, in dll, then i had to include the file in the same form, after compiling i'm getting worning Public symbol '_DllCustomers' defined in both module CUSTOMERDLL.OBJ and CUSTOMERFORM.OBJ here is the code [CODE] //--------------------------------------------------------------------------- //CUSTOMERDLL.CPP #include …

Member Avatar for mitrmkar
0
159
Member Avatar for ggeoff

Hi [B]Simple problem Drive C is running out of space. Easy solution buy a new hard drive and copy everything to the new drive. Simple? a nightmare![/B] I have bought a larger HDD a Seagate 250GB and want to use that as a replacement for my existing 60GB WD HDD. …

Member Avatar for ggeoff
0
211
Member Avatar for atplerry

Hi, After designing my website and the creation of my CSS File that i use on the tables,cell, e.t.c i intend editing the website and creating a new style of CSS but on right clich to applied the CSS i found that the CSS appear grayed off i.e i can …

Member Avatar for siriyal
0
110
Member Avatar for lostandfound

Just for anyone, who, like me, has got along using VB6 without the mousewheel whilst editing in the IDE. Until today I just assumed it wasn't an option. There is a simple fix in the form of a free addin from microsoft. [URL="http://support.microsoft.com/kb/837910"]http://support.microsoft.com/kb/837910[/URL] What a difference!!!!!!:$

Member Avatar for lostandfound
0
110
Member Avatar for voldemarz

I`m working on c program which is working in graphical mode. I use Turbo C 3.0 IDE. Until recently everything was ok, but then i gave my laptop away to the service. So I temporary borrowed one and problems apeared. Before starting the work I had to install Windows XP …

0
50
Member Avatar for mIn08

Hello, I'm new to building PC's (it shows i'm afraid).. If the following has a really pathetic simple fix - I can take it on the chin .. I just need some support... Background:- New Build MSI 945GCM5 V2 Motherboard with Pentium dual core E2180 LGA 775 2Ghz. Kingston 2GB …

Member Avatar for caperjack
0
120
Member Avatar for mruane

I just downloaded ActivePerl, hoping it was some kind of IDE for perl. I run windows XP service pack 3 on this box. My Linux Box has perl already installed, but I want to use perl on my windows box as well. I know nothing about perl, so do I …

Member Avatar for orko
0
138
Member Avatar for Glasgow

Hi, I have just bought a new Mobo, and to my horror there is only 1 IDE slot. I have bought a Sata PCi card with a IDE slot on it.... I have a hard drive and 2 DVD RW, What is best, the hard drive on the PCi card …

Member Avatar for jbennet
0
166
Member Avatar for freblo

My computer died a couple of weeks ago , so I decided to rebuild it. Here’s what I used : Asus M2A-VM motherboard AMD Athlon 64 X2 5400+ cpu 2 gig A-Data DDR memory Here’s what I had from my old machine Maxtor 40 gig IDE hard drive WD 160 …

Member Avatar for jbennet
0
157
Member Avatar for serkan sendur

i plan to learn php, i want to know from where to start as version, IDE, server installation and whatever required for a true start. i also want to know how php is similar to asp.net and how it is not. Thanks

Member Avatar for PoA
0
146
Member Avatar for serkan sendur

hi guys, i need to have an ide for assembly development on vista 64 bit operating system. i am a newbie for the assembly language. any helps will be appreciated. thanks

Member Avatar for Evenbit
0
139
Member Avatar for Alex Edwards

I tried implementing a template Array-class that allows initial size of global arrays to be known at compile time, specified by the user. When I specify a class of type <1, 1> size, the file compiles fine. However, when I specify a class of any other numeric type, in either …

Member Avatar for Alex Edwards
0
227
Member Avatar for FireNWater

I got Python installed on my AT&T Tilt and have been able to send *.py programs from my PC over to the phone. However, when I try to write a Python program using Word Mobile or the Note program I can't figure out how to save the program with a …

Member Avatar for EAnder
0
87
Member Avatar for vladtudorache

Hello, everyone! I've recently bought some hardware components to build a new low-cost PC, whose purposes are: web surfing, office working, multimedia (at a medium level, not... video editing). The pieces are: [LIST] [*]AMD Athlon 64 LE-1640 2600 MHz CPU [*]ASUS M2N-MX SE PLUS nForce 430 / Geforce 6100 MB …

Member Avatar for vladtudorache
0
186
Member Avatar for choudhuryshouvi

Hello folks, I'm getting problems in registering some activex controls(.ocx files) in vista. To register, i've used the same technique that we usually follow in xp using the following command from run shell :- [B]regsvr32 <activex control name.ocx>[/B] but it seems some fault is generating over there. The OS itself …

0
76
Member Avatar for sanchyvil

Hi I want to know how to compile c++ codes using the command prompt in windows. In linux I do [code]g++ filename.cpp -o filename[/code] and run it using [code]./filename[/code] but for windows when I try this procedure in compiling i got an error message [quote]'g++' is not recognized as an …

Member Avatar for sanchyvil
0
355

The End.