Hi ,
Greetings From Prakash.A I am working in Sybmian C++ env.. Now I have the following problem.
I have creted a userdefined class "CSocketsEngine" in a seperated file "SocketsEngine.h, .cpp" inside this class I created the function "NewL()" and "NewLC()" both are static fucntions and " ServerName(), SetPort()" these are ordinary functions.
I created the object for this class(CSocketsEngine) in "Socketappui.h" and try to call the above functions in "Socketappui.cpp".
It is compiled properly, but when I tried to build the above code the following error that " LNK 2001, unresolved external public static __this call NewL().." occurs. The same error occurs for "NewLC()" ,"ServerName()" ," SetPort()" these functions also.
I hope some libray files are missing in the .mmp files.. But I dont know the name of that libray file..so can you please tell me the exact library files to be inculded in the project or whether is there any other solutions is avaiable? If so please help me It is needed very urgently please. So please help me..
With Regards,
Prakash.A