Forum: MS SQL Oct 12th, 2008 |
| Replies: 2 Views: 554 |
Forum: Getting Started and Choosing a Distro Jul 31st, 2008 |
| Replies: 5 Views: 873 |
Forum: Getting Started and Choosing a Distro Jul 29th, 2008 |
| Replies: 5 Views: 873 Re: Problems installing Ubuntu before I get this error, I get the message:
ACPI: BIOS age (1997) fails cutoff (2000), acpi=force is required to enable ACPI
ACPI: Disabling ACPI support
Does this mean I cannot Ubuntu on my old... |
Forum: Getting Started and Choosing a Distro Jul 29th, 2008 |
| Replies: 1 Views: 794 BIOS cutoff age ? I'm getting the following error when I try to install Xubuntu on my very old machine:
ACPI: BIOS age (1997) fails cutoff (2000), acpi=force is required to enable ACPI
ACPI: Disabling ACPI... |
Forum: Getting Started and Choosing a Distro Jul 29th, 2008 |
| Replies: 5 Views: 873 Problems installing Ubuntu Hi,
I'm trying to install Ubuntu on my Pc. When I insert the Cd ans reboot, I selected the option install Ubuntu. Then I get the Ubunu screen with the logo.
After that I'm getting :
Busy Box... |
Forum: *nix Software Jul 28th, 2008 |
| Replies: 4 Views: 719 |
Forum: *nix Software Jul 24th, 2008 |
| Replies: 4 Views: 712 |
Forum: Getting Started and Choosing a Distro Jul 24th, 2008 |
| Replies: 2 Views: 774 Convert a DVD image file into multiple CD images Hi,
I have a fedora DVD image file. I need to install this on a different machine which has no DVD writer. Is there a way for me to use the DVD image file that I already have to convert it into... |
Forum: *nix Software Jul 24th, 2008 |
| Replies: 4 Views: 712 |
Forum: Windows NT / 2000 / XP / 2003 Jul 23rd, 2008 |
| Replies: 7 Views: 293 |
Forum: *nix Software Jul 23rd, 2008 |
| Replies: 4 Views: 712 VMWare: Can't mount the physical CDROM Hi,
I'm running Fedora core 8 on my XP machine using VMWare. Now I have a DVD which I must run on the linux window. When I insert the CD, the only CD recognized by linux is the iso file which is... |
Forum: Windows NT / 2000 / XP / 2003 Jul 22nd, 2008 |
| Replies: 7 Views: 293 make in XP Hi,
I get the following error when I type make in the command line of windows:
'make' is not recognized as an internal or external command,
operable program or batch file.
How do I do this in... |
Forum: *nix Software Jul 21st, 2008 |
| Replies: 0 Views: 398 Installing bvv visualizer Hi,
I have a tarball which I'm unable to install on my linux machine.
This is a link to the package:
bvv (http://www.isy.liu.se/cvl/Research/Tomo/take/bvv.tar.gz)
I unzipped it and followed the... |
Forum: C++ Jul 21st, 2008 |
| Replies: 4 Views: 215 |
Forum: C++ Jul 21st, 2008 |
| Replies: 4 Views: 215 |
Forum: *nix Software Jul 16th, 2008 |
| Replies: 2 Views: 511 Re: Installation problems Hi,
Thanks for the reply.. I managed to get it running. Its not the directory problem..
I had to change the makefile to use the correct compiler...
After compiling this, I got a linux executable... |
Forum: Windows NT / 2000 / XP / 2003 Jul 15th, 2008 |
| Replies: 4 Views: 403 |
Forum: *nix Software Jul 15th, 2008 |
| Replies: 2 Views: 511 Installation problems Hi
I'm trying to install the following software:
take_2.11 (http://www.isy.liu.se/cvl/Research/Tomo/take/take211.tar.gz)
This is what I did:
tar xvzf take211.tar.gz
make |
Forum: Windows NT / 2000 / XP / 2003 Jul 13th, 2008 |
| Replies: 4 Views: 403 Installing a tarball in xp Hi I have a linux tarball (.tar.gz)
The software I have has only this format. It does not have any .exe distribution. Is there any way I can install this .tar.gz file on my xp system.
Thanks in... |
Forum: C++ Jun 7th, 2008 |
| Replies: 3 Views: 621 Use a function from a different file (C++) Hi,
I want to use a function from a different file in the main method of another file. Both the files are in the same visual studio project. I used the extern "C" keyword in the foreward declaration... |
Forum: C++ Jun 6th, 2008 |
| Replies: 2 Views: 1,655 |
Forum: C++ Jun 6th, 2008 |
| Replies: 2 Views: 1,655 Visual studio : Command line arguments Hi,
I'm kinda new to development using visual studio. I have a c++ program and I want to specify command line arguments to it from visual studio.
Can anyone please tell me how to do... |
Forum: Legacy and Other Languages Feb 7th, 2008 |
| Replies: 0 Views: 2,222 Histogram equalization in MATLAB I've applied histogram equalization for an image in MATLAB using histeq(image,255)
I then reran the same function again.
I found that rerunning the histogram equalization function does not further... |
Forum: C++ Feb 2nd, 2008 |
| Replies: 12 Views: 1,361 Output window disappears instantly !!!! When I compile and run my programs in Dev C++, the output window opens and shows the output. Then instanlty the window flashes and disappears.
How do I make the window stay long enough for me to... |
Forum: *nix Hardware Configuration Dec 4th, 2007 |
| Replies: 1 Views: 2,033 |
Forum: Java Nov 16th, 2007 |
| Replies: 2 Views: 1,019 test condition in a for loop I have a question regarding the test condition of the for loop..
For example, if the loop is say:
for ( int i=0 ; ( C1 && C2 ) ; i++ ) {// some code}
My question is, if either C1 or C2 is false... |