Visual C++ System::String act differently in two computers

  • Thread starter Thread starter mmeftahpour
  • Start date Start date
M

mmeftahpour

Guest
I am new developer in VC++, and really, I appreciate it if someone could help me about it.

I face to very strange error

In the program, I need to find location of letter in the string, and I use “indexof()” command in System::String variable. Every thing is fine in my computer, but when I try to run exe file in another computer it does not work.

(FX there is Letter A in main string but index function return -1)

1371109.jpg

Continue reading...
 
Back
Top