developing software

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • moballegh
    New Member
    • Jan 2007
    • 1

    #1

    developing software

    Hi,
    I have written a program in matlab and developed it using matlab combuilder and visual basic as a software. But it works well only on computers which matlab software has installed before. I would like to know how should I develop my program to become performable on any computer.

    thanks
  • iburyak
    Recognized Expert Top Contributor
    • Nov 2006
    • 1016

    #2
    You are probably missing some DLLs\OCXs on other computer.

    To view which DLLs\OCXs are used go to Project - Referenced and Project - Components.
    Click on each checked item and view what is used below.
    You have to have the same on your local machine and registered or at least in the same directory with your exe so system can find it.


    Good luck.

    Comment

    Working...