Programming :: Runing An (c++)exe File On Different Computer?

Jul 12, 2010

I have compiled a simple c++ program and made an exe file in my computer (i686). now, I want to use on another computer(i586). It gives me " floating point exception" error!I know I should make an exe file compatible with i586, but how? I tried to use -mtune command but it gives me the "command not found ".how to change the arch option in my compiler or give me some key words to search! I couldn't find useful information in google!

View 9 Replies


ADVERTISEMENT

Server :: Runing Out File Descriptors

Nov 9, 2010

Its my Friend Problem .any one can tells that how can the file descriptors limits can be raise for the squid. In cache.log running out of file descriptors warning is coming.

View 3 Replies View Related

General :: Runing ./a.out Or Any File When Pen Drive Is Detected To PC?

Mar 27, 2011

i want to make a program in c++ in linux, such that when i attach my pen drive to linux PC it must run any file specified by me. Just i was searching for this problem i see the udev concept

View 5 Replies View Related

Ubuntu :: Wipe The System Runing 10.04?

Apr 16, 2011

how do i wipe the system runing ubuntu 10.04? can i use sudo fdisk tryed many times but cant find the right command .

View 7 Replies View Related

Red Hat / Fedora :: Runing UNIX Applications ?

Mar 10, 2009

I downloaded a program from the web which I need badly but it is a binary file compiled for solaris So how to run it on linux I have redhat 4.

View 4 Replies View Related

Ubuntu :: Want A Second Webserver Runing In The Same Sever System?

Jan 3, 2011

i have a webserver in my local networkthat is myname1.myserver.comnow i want a second webserver runing in the same sever system.my projected name should bemyname2.myserver2.com

View 2 Replies View Related

5 :: Mount External Harddisk On 5.5 Runing From LiveCD?

Jul 27, 2010

We are planning to work on CentOS 5.5 running from LiveCD (CentOS-5.5-i386-LiveCD-Release2) on a Windows partitioned machine.
As part of our work, i need some files and installers (Linux compatible) from an External Harddisk.
When i tried to mount the harddisk, found ntfs module is missing.
Could please help to continue with LiveCD.

View 4 Replies View Related

Programming :: Sms Server Tools Cross Compiling Sms Server Tool For An Embedded Computer And Make Just One Binary File For It?

Mar 27, 2010

I wanted to know how can I cross compile SMS SERVER TOOL for an embedded computer and make just one binary file for it or how can I change all of its default files places like its demon and object file and gather all of them to one directory to execute and use and run.let me explain it better for you : I have an embedded computer with Linux OS that its file system is read only and I can not add any file to /usr /lib and ..... and I can just mount a SD memory card to it and copy all of my programs to it and run them from there as you understand I have two choices to choose, first make one big binary file for each program that I am doing it now and it is not a suitable solution and the second is finding the way to change default place of shared object file of my program.now you tell me what can I do to solving this problem.

View 1 Replies View Related

General :: Scp Command - Copy File Into Local Computer By Still Sitting In 1st Computer

Jun 17, 2011

I am using fedora 10 in two computers. Just for my own practice I sent a file to my second computer.

1st computer IP is 192.168.1.10
2nd computer IP is 192.168.1.20

[Code]....

The file has been successfully copied to the second computer but I again want to copy that file into my local computer by still sitting in my 1st computer.

[Code]....

View 1 Replies View Related

Fedora :: Copy A File From 2nd Computer To Local Computer?

Jun 20, 2011

I have two computers in my home running ferora . I want to copy a file from my 2nd computer to my local computer. Local PC:- 192.168.1.10

Remote PC:- 192.168.1.20
[root@localhost root]#scp 192.168.1.20:/home file1.txt
root@192.168.1.20s password:
scp: /home not a regular file
[root@localhost root]

View 3 Replies View Related

OpenSUSE :: Runing VMware Workstation 7.0.1-227600.i386.bundle In SUSE 11.4?

Mar 18, 2011

Runing VMware Workstation 7.0.1-227600.i386.bundle in SUSE 11.4 post me an instruction installation for this. I have been trying so many tutorials and other numerous methods to sort this thing out. I'm so frustrated. And I'm totally a newbie to linux.

View 4 Replies View Related

Ubuntu Installation :: GRUB Is Not Displayed And MS Windows Is Runing Immediately After First Screen

Dec 29, 2010

I am trying to install ubuntu in a machine in which XP was already installed.The GRUB is not displayed and MS Windows is runing immediately after first screen.I installed these drives' mount points

/ as primary
/boot logical
/home logical

I would like to not waste time with experiments, and different tutorials are not clear and coherent about primary , logical and mounting points.

View 2 Replies View Related

General :: Put A File In Ftp://.... And Run It From Computer To Creat Another File?

Dec 1, 2010

i made a site www.##.comi want to put a program file in that and run it from my computer to create another file, not create file in my computer then send to the host.

View 7 Replies View Related

Programming :: Connect A GSM Mobile To The Computer?

Feb 4, 2009

I am doing a project to develop a application that sends sms from a GSM mobile connected to the system. But i dont know how to detect a mobile fone and access it.

View 2 Replies View Related

Programming :: Send All Fonts On Computer To Printer?

May 27, 2010

I need to write a command line script.

I have scribus install on my machine which someone suggested would do what I want. It does. But unfortunately I can not get it to work. The text print screen freezes when it is loading a font and will not respond.

One of the other disadvantages with scribus I did find was it wanted to print the fonts in all the size available and at 3 per page I have enough fonts to fill 607 pages.

I have googled, read all the scripting books I have, read several online tutorials and have not found a way to send a request for a certain style font to the printer from the command line.

View 5 Replies View Related

Programming :: Which Version Of Java Should Installed On Computer?

Jul 15, 2010

I've purchased a couple of books so that I can begin to learn JAVA. Finding recent editions is very challenging, so the books I found cover JAVA 5.0. I plan to go through all of the exercises in both books. Which version of Java should I have installed on my computer?

Should I install 5.0 so that the examples from the book will work perfectly? Will I run into confusing situations or problems if I try the example exercises using Java 6?

View 1 Replies View Related

Programming :: Write Shell Script To Ssh Into A Remote Computer And Run That?

Jun 26, 2010

How do i write a shell script to ssh into a remote server with password and run a script in it?

View 2 Replies View Related

Programming :: Non-root User Determine Which Days The Computer Ran?

Mar 22, 2010

Is there any way a non-root user can programmatically determine which days the computer ran during, say, the last month?

The information is in /var/log/messages.* but those files are root:root 640.

Non of the world-readable /var/log files on the Slackware 13.0 development system can be used:boot Not present if boot logging not enabled (default). dmesg No timestamps. lastlog Not enough info. wtmp Rewritten on each boot so not enough info. EDIT: not correct: by default wtmp is rotated weekly and kept for one month as configured in /etc/logrotate.conf xdm.log Not present if xdm not used. Xorg.0.log Not present if X not run.

View 5 Replies View Related

Programming :: Search Of All Files In Computer Between Range Date?

Apr 13, 2011

I'm looking for a c++ code that search for all files in computer between two input dates (example- 3.3.2011 and 11.4.2011)and copy all file in that range in new file .the user run the program and input date and path in dos system

View 8 Replies View Related

Programming :: How To Design Cross Platform Computer Software

Jun 3, 2010

I want to learn how to create computer software/programs. I want to be able to design them to be cross platform (Win32, OSX, Linux). I was wondering if anyone knows what kind of courses I need to take for this? And would it be possible to study by myself and learn it for free?

View 13 Replies View Related

Programming :: Create Script That Gives Network Computer Information?

Oct 28, 2009

I am new to scripting and I have planned to create script which gives me network computer inforamtion. therefore, I want to know how to write script that sends me computer information to my email add.

View 4 Replies View Related

Programming :: Sending Video Stream From Webcam To Online Computer

Mar 16, 2009

How could I (using c++ language on linux machine) put media stream (like mpeg4 movie) into the udp packets and send it to other computer in the network?

View 1 Replies View Related

Programming :: Socket Programming While Displaying Received Message In File

May 11, 2011

i have problem in socket programming, while displaying received message in file,i got a problem... i cant able to write it in the file.... this is the code....

Code:
/* tcpserver.c */
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <stdio.h>
[Code]....

now my problem is run time error i can able to create file but i cant able to write file....log.txt contain nothing.... as here i have give sample code... dont say not initialising function and all.... i have initialised , please only see func1() - my problem is only not able to write msg which i got received from the client..

View 2 Replies View Related

Ubuntu :: Restart A Computer Using A File?

Sep 30, 2010

i have a problem i cant access remote support on teamviewer but i have access to transfer file. is there a way to make a file and send it to restart the computer. or is there anyway i can restart the computer over the internet. i cant be physically be at that computer for another 1 week.

View 2 Replies View Related

Programming :: OpenCV Programming - Highgui.h: No Such File Or Directory?

Jul 1, 2010

I installed OpenCV and am trying the example programs. When I try to compile like in the tutorial it is not finding highgui.h.I have 64 bit Mint if that helps at all

View 3 Replies View Related

Programming :: Define All Variables In Tcl Programming In A File For Instance Var.cfg?

Apr 27, 2010

I can define all variables in tcl programming in a file for instance var.cfgand source the same file in my tcl script such assource var.cfgIs this possible in perl too?

View 3 Replies View Related

Debian :: Install A File Server On An Old Computer?

Sep 22, 2010

I would like to install a file server on an old computer and access it via USB from my laptop.

View 2 Replies View Related

Ubuntu :: Computer Does Not Have File For Limewire Downloads

Jan 29, 2010

Last night I was using Ubuntu just downloading music with Limewire and it was all working fine until I clicked on a a song to download and a message popped up saying something like "This computer doesn't have a file for Limewire downloads", I am not exactly sure on how it said it but it had something to do with the File System. Since it was so late I just decided to leave it like that and deal with it in the morning.

I woke up and when I started Ubuntu and it says "File System not found", and something about pressing Control-D. Sorry for the lack of info I just don't remember exactly what it said, but like I mentioned above it has something to do with the File System that apparently isnt working. I decided to re-install Ubuntu and it worked great, I am using ubuntu right now but it doesn't have any of the setting and apps etc etc that I had on the other one.

When I restart the computer and the dual-boot menu comes up it has 2 types of ubuntu, this one that works and the other one that everytime I click on it it keeps showing me the "File System not found". Is there any way to fix my old version of Ubuntu 9.10? And if I cant then how can I delete the damaged version of Ubuntu so it doesn't come up in the Dual-Boot screen? And I also have Windows 7 on it, how can I delete that one also?

View 4 Replies View Related

Ubuntu :: Release Lock On File On Computer?

Sep 21, 2010

Ubuntu 10.04, I transferred a Word Processor document via SSH2 from kristin's laptop to my desktop computer on my network the other day. Since that time, both computers have been shutdown. Today, I wanted to open the document and got the following notice.

Quote: Document file 'Sound Fix.odt' is locked for editing by: kristin ( 15.09.2010 16:08 )

Open document Read Only or open a copy of the document for editing.All I can figure is, maybe I didn't exit the gFTP application properly. How do I release this lock on this file on my computer?

View 2 Replies View Related

Ubuntu :: Save File From Crashed Computer?

May 16, 2011

my ubuntu laptop have crashed and all I get up is a terminal that report that it is a "read only file system". is there any way to move these files to a usb memory or to at least read them?

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved