Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested Processor Platform Programming Solutions: 1 - 25 of 76
 
How can I view source of .exe file? What tool?
Hi, I migrated SQL database (WINDOWS 2000) to ORACLE 8i running on SUN SOLARIS. The front end was written in VB. When i tried to connect to ORACLE database (remote) it fails, but some how i...
I am new to shell scripts so please excuse my newbie questions or mistakes 1) How do i read a file into a shell script variable.?  While reading i should preserve all special characters, ta...
I've read documentation for shutdown function in <a href="http://www.gnu.org/manual/glibc-2.2.5/html_node/Closing-a-Socket.html#Closing%20a%20Socket">GNU C Library</a> and <a href="http://msdn...
I'm parsing a logfile for referring pages. I want to structure my script such that I can pass a variable to awk to tell it which URL to use as the referring page. I can't figure out how to pa...
Question: In C for (i=0; i<n-1; i++) { } --> Mips  Also i plan on using #s0 to hold that 10 so if you can use that variable in the conversion. Thanks ??
I hope this is the right spot.  I am using InstallShield 11 and I need to know a simple way to create an installation log file.  I am using an Installscript project NOT InstallscriptMSI.  I ca...
Hi How can I reset the BIOS password programmatically using C/C++ or any other language/tool. Thanks, NG
What program in capable of decoding DAT files?
Hi, I've written a solution for the below problem, I would like you to tell me is my solution correct and provide me with feedback on any issue. Your consultancy has been called in to ma...
after attempting to change a binary file back to text with the commands cvs admin -kkv foo.c cvs update -A foo.c i got the following message: cvs server: [19:55:34] waiting for quincy's lo...
Hello I am using eclipse 3.1 and jdk 1.4 . I got the following exception when i tried to build an ant file. The only difference is that initially the Project was called test(t small) bu...
How can I detect via code whether or not a system is USB 2.0 capable?
Instruction at "0x7c84afb2" referenced memory at "0x00000014".  The memory could not be written. There is also a possible related error that occurred today: Local User profile Not Loading. "E...
Does anybody know any decompiler / sourcer which gets the 8051 or 8052 binary (.bin) rom files and generates ANSI C source code?
I'm working on a script, which may be used at logon, or as system process to enable the Network services (i.e. "Client for Microsoft Network" and "File and Print Sharing") if users notebooks a...
Hi I have wriiten a program to read from a data file from disk and plot result. Now I want to obtain my data thru the serial port coming from a device that reads patient's heart data. T...
Needed to know the embedded software development companies in Chennai India.
I have an application that sends and receives data using the Internet Transfer control in Visual Basic .NET.  At the moment it simply uses port 80 and icHTTP protocol to communicate with the s...
I found this example on experts exchange, how ever I want to know what is the best way of achieving this so that I can also detect if it is windows Mellenium. here is the example I found : ...
When amount = 262000.01 and I break after decDeed I get deed       = 262000.016 decDeed = 262000.01 BUT when amount = 263000.01 I get deed       = 263000.0 decDeed = 263000.01
Dear sir,          I am student interested in learning mainframes (VMS,MVS etc). I searched cnet and some other sites for a good simulator of mainframe on my Windows98 PC,but didn't get any....
Hi, I am developing a Dll using VC++ .net. I have to run this dll on a machine which does not have VC++ .net installed on it. When I tried to run the dll on that machine, it gives error, "S...
I am using DotNetNuke project. Here are the steps i followed: 1. Downloaded the Dnn project (asp.Net solution). 2. Created a virtual directory to this dir called DotNetNuke. 3. Opened the s...
hi all ... i am using microsoft Enterprise Library for development(VB.net). Database is in Oracle. i am trying to execute a simple select procedure by data acess block... but in oracle s...