in reply to Re^2: Plz suggest what is the problem in the following code?
in thread Plz suggest what is the problem in the following code?

But the same code is working fine if i run it by using Visual studio C++.
The linking options are different/incompatible. Perl links against MSVCRT (-MD) or MSVCRTD (-MDd), so you need to make sure pjproject does the same, otherwise you'll get error LNK2001: unresolved external symbol __pctype.
  • Comment on Re^3: Plz suggest what is the problem in the following code?