Hi,
When I am trying to return a QString from a method I am getting linker error.
My code is like:
extern "C"{
_declspec QString _stdcall function1(char* name);
}
I am using MSVC 6.0 compiler.
Could any body help me?
(NOte: If I remove _stdcall its working fine)
Thanks in Advance,
pad510