I started learning Windows Forms on ++ (not on Sharpe). Faced such a problem: I created a small application using different libraries, string, for example. But then the program does not work on other computers, although it’s great when I remove the string library (the code using strings too), the program works fine on other computers!

Question: how to make the program work on other computers?

  • And what does “not working” mean? - VladD
  • @petruska, Try to write more detailed questions. Explain what you see the problem, how to reproduce it, etc. - Nicolas Chabanovsky ♦

0