ProgScripting Languages
I just updated Windows Server 2003 to service pack 1. The problem with the update is that I could not run any programs that use DCOM. What can I do to fix this problem?
- 1141 views
- 1 answers
- 0 votes
I have one CORBA server and a client for testing CORBA as a server. I have one problem, when I issue the API to shutdown, destroy is not implemented and I get the following error:
org.omg.CORBA.COMM_FAILURE: Unable to listen on /0.0.0.0:15000 (java.net.BindException: Address already in use: JVM_Bind)
What can I do about it?
Have I missed something?
- 1280 views
- 2 answers
- 0 votes
Which are minimum system requirements to install Matlab R2012a with Simulink? And can I install the program with Windows Vista?
- 29678 views
- 3 answers
- 1 votes
What is the difference between IPB – Invision Power Board and phpBB? I want to create a forum site and I need a good solution for forum software, which support RSS feeds.
- 33872 views
- 3 answers
- 0 votes
I've been using classic ASP for web development for quite some time now. However, a big project came and I was asked to do most tasks in ASP.NET. I don't have experience in ASP.NET yet but I agreed on the shift.
What do I need to know in ASP.NET that classic ASP don't have? Will I still be able to use my ASP programs in ASP.NET? How easy it is to learn .NET framework?
- 1913 views
- 1 answers
- 0 votes
My client needs the codes I created in D to be interfaced in C. I'm a bit anxious on what can it do to my D code. If anybody here have successfully interfaced C please let me know of the risks like What are some things I should do? Are there data compatibility issues? Should I access C globals?
- 1123 views
- 1 answers
- 0 votes
Is it possible to convert an MSWord document into PDF using ghostscript? What are the things I will need in order to do that? And how is it able to preserve the document as-is when converted to PDF? This will be a great help for files I created in MSWord to be viewed by anyone online if it is possible.
- 2177 views
- 1 answers
- 0 votes
I want to be able to hide my source code so other developers won't be able to see what I have done with my website.
Is there a code to prevent other people from viewing my source code?
Is JavaScript encryption a way to hide my source code?
- 1556 views
- 2 answers
- 0 votes
Hi,
I really need some Java Programmers to help me solve this problem. I have a database which has already data stored in it. I'm planning to get a random value in the database every time it calls it. My program is a guessing game like Hangaroo and random words from db should be get.
For example in my database I have 5 values in it and then when the program opens, it gets a random one from those 5 values. I only know how to get values from a db but not randomly.
What will I do to make my program get a random value?
- 1347 views
- 1 answers
- 0 votes
Hi TechyV!
I have a variable named total and its data type is currency.
Everytime an item is inserted in the flex grid, the total increases by adding the items prices.
But there are some instances that decimal points are too long.
How can I change the decimal point format on it?
For example:
25.3333 –> 25.33
- 1240 views
- 1 answers
- 0 votes