how to solve Rundll host problem in windows vista


 
Thread Tools Search this Thread
Special Forums Windows & DOS: Issues & Discussions how to solve Rundll host problem in windows vista
# 1  
Old 02-27-2008
how to solve Rundll host problem in windows vista

Hai friend
In my vista ultimate.. I got the error when i open a video file (Stop working close the program)... How to solve this problem..In this forum i got a tip that install a latest version of Nero... I installed Nero 8.. But now also the same error occurs...Plz tell me how to clear this problem...
Thank you,
sundar
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Solaris

Solaris on Vmware host of vista

Hi I am planning to install solaris as a virtual machine on vista as host os. My requirements are I want to access virtual machine from vista using putty. So how to assign static ip to virtual machine ? In future i might have to virtual machines so i want communication between them as... (3 Replies)
Discussion started by: ankurk
3 Replies

2. Windows & DOS: Issues & Discussions

Windows vista startup problem

I all, I have a problem on my Windows Vista that began afetr the purchase of an external Hard Disk Freecom. A few days afetr the purchase I disconnected it while it was writing and, since that moment, every time I connect and disconnect it, the PC go to freeze mode for 5 minutes. The same... (2 Replies)
Discussion started by: Ubertino
2 Replies
Login or Register to Ask a Question
CLP(1)							      General Commands Manual							    CLP(1)

NAME
clp - linear program solver SYNOPSIS
clp filename [ options ] solutionfile DESCRIPTION
This manual page documents briefly the clp command. clp -- interface to the coin linear programming solver. clp solves the following linear optimization program: minimize c^t x such that: row_lb <= Ax <= row_ub column_lb <= x <= column_ub OPTIONS
When no options are given clp enters the interactive command line mode. Otherwise the program enters a batch mode, for which a summary of options is included below. For a complete description, see /usr/share/doc/coinor-libclp-doc. -help Show summary of options. -primalsimplex solve the problem using the primal simplex method -dualsimplex solve the problem using the dual simplex method -maximize maximize the problem SEE ALSO
glpsol(1),dsdp5(1) This program is fully documented in the accompanying html documentation which can be found in /usr/share/doc/coinor-libclp-doc if the coinor-libclp-doc package is installed. AUTHOR
clp was written by John J. Forrest <jjforre@us.ibm.com> et.al. This manual page was written by Soeren Sonnenburg <sonne@debian.org>, for the Debian project (but may be used by others). May 7, 2008 CLP(1)