Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating a program for use on another machine

Status
Not open for further replies.

merlinv

Programmer
Jun 11, 2001
32
US
Once a program is developed on one machine - can you create a program (compiled with appropriate info) to use on another machine. This was possible in Visual c++ by linking in a static library so computers without the run time library could use the machine.

Thanks.

Merlin Vilhauer
 
For .net programs, you will generally need to have the .net framework runtime installed on the target machine. The exception is Remotesoft's Salamander linker, which claims to only link in the parts of the framework that your program needed. It's fairly expensive (~$500 per developer), and I haven't heard anything about people using it yet.

Chip H.


____________________________________________________________________
Click here to learn Ways to help with Tsunami Relief
If you want to get the best response to a question, please read FAQ222-2244 first
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top