2,966 Topics
![]() | |
hi i m using vista OS n trying to download free version or trial version of microsoft visual studio 2005 0r 2008 enterprise or professional edition ...but its makes problem ..some times compatability and some times upgrading problem..... . can anybody give me a link for MS VS 2005 0r … | |
I've just started learning some Java, and now I've stumbled upon what may be my biggest enemy so far, Applets. To begin with, they are inconvenient to code and and test. You have to build them in the IDE, (Using Netbeans as of now) create an external HTML which can … | |
Hi everyone, I'm working in netbeans IDE 6.9 for my college project work. I had made my application in such a way that, using single Desktop Pane I used to add all the JInternal Frame to it, and display one by click on the respective menuitem. For e.g. for [B]MenuItem1[/B]: … | |
because I'm beginner user of Netbeans pls help me!. | |
Hi, So I've been having problems with my Eclipse C++ IDE. In other words, I haven't been able to run anything, not even a hello world program. I think the problem has to do with the fact that I don't have a c++ complier in my system. I use Windows … | |
I followed this guide for VC++ 2010, [url]http://msdn.microsoft.com/en-us/library/ms235636.aspx[/url] and apparently I either have a missing module/component or I did something wrong. I followed everything smoothly up until step 6-- "6. To build the project into a DLL, from the Project menu, select MathFuncsDllProperties…. On the left pane, under Configuration Properties, … | |
Hi, I am currently working on an android application that requires interfacing with c/c++ libraries.So when i deploy my app on the device i get the message the application hellondk(the application name) has been forcefully closed. So when i go back and look at my code i see the in … | |
Hey guys.. I've done one project on Online Shopping Cart. It is some 98% completed. I've made it using Netbeans IDE and Tomcat, MYSQL database.. I usually run it using Netbeans only. But I really want to run it in Tomcat's webapps folder. I tried it but I'm getting Can … | |
Hi Guys, I was hoping someone can help me with this. I have a python program that reads and writes files in utf-8(unicode). When I run it in Eclipse, the output is perfectly fine. When I try making an exe file of my program it is not working. I also … | |
I need functionality to retrieve the new pk, like I could in DAO. I would like my "nLog" function (see code below) to return the new pk. I have found [URL="http://support.microsoft.com/default.aspx?scid=kb;en-us;815629&Product=adonet"]this[/URL], and I was able to make it work fine in my environment, so I'm pretty sure the problem I … | |
(sorry i miss-typed dev c++ IDE) hi, i am a CS class right now, and my professor uses VS 2010. I on the other hand am cheap, and i opted to get dev c++ as a Integrated developing environment. I wrote this code for a project due tomorrow and it … | |
hi,i'm currently working on a project that requires me to use waspmote IDE. I faced problems with using [COLOR="Red"]void printData(char* data )[/COLOR] in my source code as shown below: void setup(){ // Powering BT BT.ON(); // Init if(!BT.init()) USB.println("Init OK"); } void printData(char* data ) { uint8_t uart=0; printString(data,uart); printByte('\r',uart); … | |
Hey! I started using java this year and I finished a java project but when I try moving it somewhere else in my directory it does not execute anymore. My project directory tree goes like this (I am using eclipse)... (ignore the "-") /Root - /bin -- JavaProgram.class -- JavaProgramMain.class … | |
im developing a language converter so i want to do like this source | target (this is only example) aa | q bb | w cc | e im using netbeans ide i have a one textfield for input strings and textarea(i used textarea becoz i dont know how to … | |
Hi All, For my FYP I am investigating web-based IDEs. As part of the feasibility study, and primary research, I would like to get your views on what you think about programming online, and if you have ever used it, what was your experience. Here is the link to the … | |
Hi All, For my FYP I am investigating web-based IDEs. As part of the feasibility study, and primary research, I would like to get your views on what you think about programming online, and if you have ever used it, what was your experience. Here is the link to the … | |
Hello all, So I am a college student learning c++ (planning to major in computer science). Just my luck, the computer science department using visual studio for their entry level classes, which I have been using with no issues for the last year via a VM; I can access the … | |
My friend downloaded Unity3d to get started in 3D game development for our site; but found out it costs. We are tight on budget and need a free solution for the time being. Thankyou so much for your help. | |
Hi there all i know this forum is not a place to put such a Question but i didnt anywhere else in the site. i have some problems with OMNET++ ( a free and open-source simulator for Network in C++ language) . and this is my Problem : i've got … | |
Morning guys, I've almost finished a new site i'm doing for a client but there's a few points that are causing me a headache and they're all related to the same thing. I've searched everywhere on the web for an answer and I'm beginning to think that there isn't one … | |
Hey Ive been hearing about Netbeans but Id like alternatives. Any out there? If the program is not written in Java (ironic I know) I would perfer it. Thanks | |
I am getting the following error when I try to access my Resource Files in Visual C++ v6 "The file is already open in an editor." I've tried closing all windows in the IDE and closing the project, even tried logging out and back in. All to no avail. A … | |
What is a model.cs file? [IMG]http://i67.photobucket.com/albums/h292/Athono/microsoft/model.png[/IMG] This appears in a project I am sharing with other dev's. What is a model.cs file? I have heard that it looks like the MVVM design pattern. Will MVVM design pattern produce this sort of configuration in the IDE where you have a xaml … | |
got this simple web jsp system which was developed using netbeans IDE when i run this system its run able and successfully open the browser with the home page of the system..acording to the user manual of it says i must install oracle10g as database so how can i get … | |
Sir, I have developed a few simple projects using Netbeans IDE.They contain JSPs,Servlets,Java Classes and i use Mysql as database.Please guide me how to place them on internet.how will the databse work.I have created (exported) a[B] .sql[/B] (dump file) of my databse. I Understand that i will have to register … | |
i'm a new comer to this language. can anybody tell me why this simple piece of code gives me an error indicating that "NameError,name 'example' is not defined". by the way i use Wing IDE to write my codings. class example(): def _init_ (): print("a class is created") def m1 … | |
hey everyone, i am a new developer using the bluej IDE on mac 10.6. Whenever i use the virtual terminal to execute, it works perfectly. the other day, i attempted to export the file to a JAR file through the programs basic functionality, as JAR files are natively run on … | |
I am doing an exercise from Stroustrup's book. It is the drill from chapter 10 on input and output streams. The program I wrote compiles but crashes when it reaches the prompt for the output file name. My IDE (VC++ Express) simply says there is an unhandled exception yielding a … | |
For all you experienced C++ developers, do you mostly develop windows applications? What's your IDE of chioce, the one you feel is best suited for such development? Would that be Visual Studio 2008 (or 2010, since that is the latest) or something else - like Eclipse or Netbeans? | |
Our old PC finally died a slow, agonizing death. So we replaced it with a new PC, which has an S-ATA hard drive. We need to retrieve the data from the old IDE drive in the dead PC (I'm hoping that the reason it died was not due to a … | |
Quick question, i hope. How do you get an area to repeat horizontally instead of vertically? For example my site needs to show images related to a particular record and I have created a repeat region for this which works fine, but displays the images vertically in rows, With 1 … | |
I have a Dell 8400, with Xp. It was purchassed in 2006. I was having lock up problems and was told by Best Buy that my OS was bad and needed to be reinstalled. I formated my hard using the CD that came with the computer and reinstalled windows. Now … | |
Hi! I've searching for python IDE's and I've not found anything like NetBeans for java. I downloaded Dr Python but was too simple, I tried to install PyDev on Eclipse but I got some errors. I saw some screenshots about SPE and I said whoa! that seems good, but I … | |
Hello guys I'm new to writing java but have some experience with other languages. I use Eclipse as my IDE but when i try to run a simple console program (exported to .jar using Eclipse) i am only able to run it from the command prompt. An example of a … | |
Hello, I have a problem with compiling my code... Platform: [b]Ubuntu Linux 10.04[/b] Compiler: [b]gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3[/b] IDE: [b]Netbeans 6.9.1[/b] My C program is required to exclusively deal with Unicode. I can use these functions just fine: [b][COLOR="Green"]wcscpy(), wcslen(), mbstowcs(), wcstombs(), snprintf()[/COLOR][/b] The problem seems to only be when … | |
I'm having a problem with my code. I am doing [URL="http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=12&page=show_problem&problem=951"]Where's Waldorf[/URL] on the UVA site. I understand how I want to tackle this project, but am unable to get past a seg fault. My strategy is to pass the multi-dimensional char array of the search board to a function … | |
i am writing a program on huffman's code in C++. I have wriiten the program till building the huffman tree. now I have to generate the code by traversing the huffman tree. I have no idea how to do that logically. please help with code or algorithm. Here is my … | |
Hi, I came up with a difficulty that adding the libmapi32.a to the codelite IDE linker options. I go menu->settings->build settings->select gnu-g++ in the left tree->switch-> and change the -l to the -lmapi32, but the problem is the IDE still does not invoke the `-lmapi32`. I reboot the PC restart … | |
I have completed a program and it compiles fine. When I run it, it seems to run fine. The only thing is that I am missing element data for two of the objects I am printing out in the text area of this JFrame. I an array called printerProduct[5], that … | |
I'm attempting to install a SATA HDD into my system, but no success. The system consists of: MoBo: ECS PM800-M2 CPU: Intel P4 2.4G Mem: 2 Gb OS: Win XP Home, SP3, all updates, still fairly fresh and clean, runs well Security: MSE Primary HDD: 160 Gb WD1600AAJB, 95Gb free … | |
Hi, I'm using RapidSVN to access the SVN repository for a project I'm part of. When I have an existing instance of Eclipse open and try to open a new file from RapidSVN I get a message from Eclipse saying, "Workspace in use or cannot be created, choose a different … | |
For the past 12 years I've lived in mortal, cowering, abject fear of one particular feature of the Visual Studio 6 C/C++ IDE, and that is the 'Find' feature on the 'Edit' menu where you can fill in the textbox to find a symbol in your file, and then click … | |
I've been trying to use the Eclipse IDE for php codes. I thought all I had to was to install some plug-in for it and that'll do. But it seems every time I need support for some new language I need to download a full >60MB Package for it. Is … | |
Hi, this is the case, I have a Win 2003 server with scsi RAID controller; this server has a usefull special, not frecuently used application but the installer for this application are no longer available. Now the server (as a machine) is a waste, because it is only turned on … | |
Hi. i get this blue screen when starting my PC very often. Here are my PC specs (report from everest) [QUOTE]Operating System Microsoft Windows XP Professional 5.1.2600 (WinXP RTM) Date 2010-08-25 Time 19:24 --------[ Summary ]----------------------------------------------------------------------------------------------------- Computer: Computer Type ACPI Uniprocessor PC Operating System Microsoft Windows XP Professional OS Service … | |
![]() | Take a look at this program. [CODE] #include <iostream> using namespace std; struct Node { int data; Node* link; Node() { data = 0; link = NULL; } }; void destroy(Node* &p) { Node* pre; while(p !=NULL) { pre = p; p = p->link; delete pre; // When running for … |
Hi i have probleam on run application , when i click on "Launch as emulated Java ME JAD" this message shown : [QUOTE]com.sun.kvem.midletsuite.InvalidJadException: Reason = 22 The manifest or the application descriptor MUST contain the attribute: MIDlet-1[/QUOTE] but its run true when i click on "Launch as emulated Java ME … | |
Hi all, I'm using netbeans 1.6 ide to develop my project. When I build my project, netbeans create .jar file. but when I run it it also runs but not like When I run it from ide's run button. Some parts of application do not work example a button click … | |
bool I8051::Hex2Short(const char* buf, unsigned &val) { int i; if( sscanf(buf, "%x", &i) != 1 ) { cerr << "Error: hex file error." << endl; return false; } val = i; return true; } //---------------------------------------------------------------------------- bool I8051::Load(const char* buf, unsigned char* rom, unsigned& prgSize) { unsigned temp; unsigned len, base, … | |
Okay, I will tell you upfront I have taken very few formal classes in terms of computer hard ware and bios settings and the like. That being said, I'm a problem solver. I love being able to tackle a problem and wrestle it down with understanding and finally beat it … |
The End.