2,966 Topics
![]() | |
I'd be interested to hear your views on which IDE is best for developing in C++ - Eclipse orMS Visual Studio. What are the positives of each and what are the negatives? Many thanks Mairi | |
Hello. Thanks in advance for your help. I first noticed a change in my microsoft office outlook ...then later in all of the office suite products. The physical appearance changed to one that appeared something more like "safe mode". After running the scan on my pc with Lightspeed Total Traffic … | |
Good day! I'm a newbie in java and I'm using Netbeans 6.9.1 as my IDE. I want to connect the system that I'm developing to the MySQL 5.0 database in the WAMP installed in my computer. I already configured my MySQL by following several steps I found in netbeans.org tutorial. … | |
For the final part of this assignment I need to do the following: Any help/advice/starting pointers would be great! 1) Create a row of Alien attackers, class RowOfAlien, patterned after the partially filled array. Put five Aliens in the row. When the row hits the left or right of the … | |
I found trojans on my computer and already cleaned them up. But I'd like to make sure that they are all gone. Please help. Thanks much in advance. MalwareBytes’ Anti-Malware log Malwarebytes' Anti-Malware 1.46 [url]www.malwarebytes.org[/url] Database version: 5150 Windows 5.1.2600 Service Pack 2 Internet Explorer 7.0.5730.13 11/22/2010 8:09:52 AM mbam-log-2010-11-22 … | |
I have a 20 GB Quantum Fireball HD that I tested not to long ago(a month?). I told my friend he could have it for a bit of extra space, and that I would put a couple of things on it for him. So, I plugged it into my free … | |
![]() | I am developing a science application on VB.NET. I want the controls to be edited, resized, and drag & dropped (like in Visual Studio IDE) by the user during runtime. How to achieve this functionality? Please help... |
Hey all, I know there are a few topics on this similar subject, but I'm at my end of what to do and I really need some help. So I have the issue of website links and google searches redirecting to random ad sites (with similar search terms linked). In … | |
My system crashed and we had to reinstall Windows XP OS. I am not sure if we reinstalled everything correctly. My system is running very slow now and I also cannot install the trial version of MS Office 2010. It keeps giving me an error that says that "The file … | |
Hi there, about a week ago, i managed to get my hands on an old compaq ml350 server. the server had two thirty gig seagate scsi hdds in it. these two drives were attached, via a scsi cable, to the features board of the server - a pci daughter board. … | |
I've heard of these quite a bit, but am quite unsure of what they are? | |
Every single time I turn on my laptop this message pops up: Generic Host Process for Win32 Services has encountered a problem and needs to close. We are sorry for the inconvenience. Technical Details: C:\DOCUME~1\user\LOCALS~1\Temp\WER590c.dir00\svchost.exe.mdmp C:\DOCUME~1\user\LOCALS~1\Temp\WER590c.dir00\appcompat.txt I have tried running AVG Anti-Virus Free Edition 2011, Spybot S&D, Malwarebytes'Anti-Malware and the … | |
Hello All, Newbie C/C++ programmer (veteran VB) here with a problem I cannot get past: I am attempting to run/modify code created in Borland C++ v.6. When I try to run the code in the IDE I consistently get an EAccessViolaton with the line of code in the title highlighted. … | |
Hi guys, Can anyone help me to fix my code so I don't get the unexpected unindent error? The code is very big, so I'll only post a small part so you can help me. I'm using the PyScripter IDE. [CODE]def pegar_dados_serial(): ser = serial.Serial(port='COM4', baudrate=115200, timeout=2) #Rotina para leitura … | |
First I'd like to say how much I appreciate these forums. They have helped me before, but this is the first time I've posted a question myself. My problem is that I use a different IDE than my teacher does (probably not the best idea) so I want the program … | |
hello, i'm vasant...recently visited an online tutorial for creating java desktop database application here is the URL [url]http://www.netbeans.org/kb/docs/java/gui-db.html#running-outside-IDE[/url] ... everything works fine...when building and executing the application from within the NetBeans IDE..6.7 but as instructed in that tutorial...when I tried to run the .jar file after exiting the netbeans IDE, … | |
I am doing a inventory assignment, I think I have completed the code, but when I try to run it I get <no main classes found> I am using NetBean IDE 6.9.1 It also tells me: Created dir: C:\Users\marilyn\Documents\NetBeansProjects\ClassPublicPayroll\InventoryPart1\dist Not copying the libraries. Building jar: C:\Users\marilyn\Documents\NetBeansProjects\ClassPublicPayroll\InventoryPart1\dist\InventoryPart1.jar To run this application … | |
I have made a GUI application in jar file in netbeans as ide......i wanna go for mobile application.......i want to knw how to make a mobile jar file..pls let me knw step by step....!! | |
Hi I need to create a [B]desktop shorcut to run my application [/B]locally in my PC, I need to [B]launch my web application using Java Web Start in Netbeans IDE[/B], i googled on this particular topic but it says in the project properties window, go to Application --> Enable web … | |
I am searching for a automation to create exe of VC++ project but I don't want to open VC++ IDE. I want to create exe file using command prompt. please help. | |
![]() | I've just landed myself in it. I offered to help out with a programming club at our school. Doh! The school is lumbered with VB6. I refuse to dirty my hands with it - the last time was about a 1000 years ago. I proposed to do a starter on … |
Hello folks, [B]System:[/B] HP a1649n computer, O/S XP Pro, SP3, BIOS 3.08. Processor Intel Core 2 @1.86GHz, Fam6, Mod15, Stepping6, 4GB RAM, connected to TWC through WRT54G Running Avast! and Windows firewall - this and other 6 computers on network have shown no issues in over a year with this … | |
I'll start by saying I haven't had to work with SCSI in a good 15 years... But, I'm trying to set up a new-ish server for a non-profit client. Hardware is a HP DL-140 (G1) server with an ATTO UL4D SCSI adapter attached to a Rorke Data RS-0800 LVD JBOD. … | |
am new to c++. i want to create a desktop application but i don't know how to create a user interface-forms like vb.ne forms using dev c++ IDE. how do i go about it. | |
Hi, Have created a simple application for android using 2.2 and eclipse as ide. but whenever i start the project i just get a black screen with white text that says "Andriod ---"(see below) I have create AVD as well. Any help would be appreciated | |
I'm using Eclipse and when I try to build the JMS example included in j2ee tutorial, it return a NullPointerException at this: [code]connection = connectionFactory.createConnection();[/code]. Here's the code of that example: [code]public class Producer { @Resource(lookup = "jms/ConnectionFactory") private static ConnectionFactory connectionFactory; @Resource(lookup = "jms/Queue") private static Queue queue; @Resource(lookup … | |
![]() | Recently my stepson gave me an old beige desktop G3 that had been collecting dust. I decided to upgrade it as follows: [U]As received[/U] Mac OS 8.6 233 MHz CPU 32 MB RAM, 2 MB video RAM 4 GB WD3400A hard disk [U]Upgraded[/U] Mac OS 9.2.2 1 GHz PowerLogix CPU … ![]() |
Hello, everyone, Next semester, I will be taking a course in Java programming language, and was wondering if anyone knew of a good IDE that runs in the Red Hat/Fedora environment. (Preferably something installed through YUM.) I tried a Google search on this, yet the only thing I seem to … | |
Hello Members, Can anyone recommend any easy-to-use and free Java Script IDEs? Thank you!! sciprog1 | |
Dear Community, I hope someone could give me a few pointers to help me out. Basically, I have an e-Machines PC. 3.2Ghz, 2 E-IDE Hard drives. I normally leave the PC running overnight. We awoke the other morning to find it switched off. Hitting the power button caused the hard … | |
Everytime I boot up my comp, I either see my desktop picture but no toolbar on the bottom or no desktop picture with the active desktop recovery screen. Whenever I get my desktop picture but no toolbar at start up, I normally bring up Task Manager and end explorer.exe. which … | |
I want to know how to make a plugin framework in c++. I have searched for some topics and have found a few to get me started but I still don't understand the concept. I'm making an IDE and would like to add the functionality of plugins...I know you have … | |
Hi, all - I am not an IT pro like so many of you, but a marketer tasked with maintaining a few company websites and am struggling to get the hang of it again (I used to maintain a company website in a former life). One of the sites I'm … | |
Hi guys. I'm trying to find a good open source project written in C (any kind: email, browser, chat program, communications program, music player) to download for the Mac os X preferably for Xcode. I would like to examine these open source programs' source and understand what they do (pick … | |
[code] import java.util.*; package everything_is_an_object; class MyClass { int i; char c; } public class Main { public static void main(String[] args) { MyClass x = new MyClass(); System.out.println(x.i); System.out.println(x.c); } } [/code] My error is on the second line,that was generated by my IDE,with the package. What si the … | |
![]() | Hi, I would like to develop a php web application using wamp - just something simple to start out. What IDE should I use? and how do I link it to wamp? Thanks! ![]() |
Dear friends ! I have a HP Compaq nx6110 Notebook PC. It comes with IDE Hard Disk. There is a problem in the PC that it is not detecting both the Hard Disk and CD-ROM. (I checked in BIOS setup and also when I want to install new XP, it … | |
Hi, All! This is my first ever post at the DaniWeb forum, and I'm very glad to be here. I have background in Web Development, though I am recently making a change over to Application Development, with an emphasis on Mobile Apps. That said, I just recently began using the … | |
Hi, I was checking out the unittest module and try out the sample code. I save the code below in a file call "testrandom.py" and run it using IDLE (Python's default IDE), but I get the following in red. Obviously, the tests run fine as indicated by OK, but why … | |
Hi, Please can anybody help me a little bit with my assignment , The thing is that I was kinda ill , so i missed many important lessons, but now teacher told that i need to do assignment, Can anybody help me with beggining , * we use Xcode. 1. … | |
Please help. (NOVICE here...bear with me).... Installed SoundBlaster Video Card, (SB Audigy), some months ago. It has never worked. (Son's computer, recently had him bring it to me for help). Checked Audio Devices, (Device Manager) and found that Legacy Audio Drivers contain no information under "Properties." Searched further, (system devices) … | |
Hi all, Thanks for reading my post! So up until now I've been using Emacs (or Aquamacs on my Mac - essentially the same thing) for software development and I really do find that I can work very quickly with it. Recently, I've been thinking that maybe there is something … | |
how to validation of textfield in java using netbeans IDE 5.5 i have done with validating the length of Textfield i need for number like if text values is number then i want a message to b displayed please help........... | |
hello, i have tow JApplet form (NewApplet1,NewApplet2) , i want to how NewApplet2 when i press button on NewApplet1. so is there any solution ? i am using NetBeans IDE thanks | |
I've been trying to make something where I can just plug-in a new implementation (for things like opening a window, displaying graphics, etc.) and it work just like before. I've added a couple of other things like a resource manager, but now I'm getting linker errors. This didn't happen until … | |
my apologies for putting up this thread here, but couldn't find an apt section. I am beginner in java and would like to use netbeans as ide. I hava a few doubts regarding the ide. ---is it possible to write a single file of code, i mean, normally a whole … | |
I saw this code in a textbook and I tried to put in my eclipse IDE, but it didn't work: [CODE] #include "GradeBook.h" #include <iostream> using namespace std; // GradeBook class definition class GradeBook { public: // function that displays a welcome message to the GradeBook user void displayMessage() { … | |
Hi all buddies, I am the beginner for multithreading in C/C++. So, I copied some example from MSDN and tried to compile it as my first step. Currently I am using DEVC++ IDE. The error is like that: " [Linker error] undefined reference to `sprintf_s' ". Here is the program … | |
I am attempting to fix a computer that was attacked by a nasty virus. I have recently zeroed the drive to wipe it clean. I am now trying a fresh reinstall of windows XP and the computer will not recognize my hard drive. It also will not recognize my second … |
The End.