Login to post  Page: « < 1 of 1 > »
19 Aug 2009 - 00:144834
SessionManager.cs ERROR
Warnung 1 Die Variable "o" ist deklariert, wird aber nie verwendet. C:\Dokumente und Einstellungen\USER\Desktop\accsdk_win32_1_8_2\accsdk_win32_1_8_2\samples\awshbuddy\SessionManager.cs 73 24 awshbuddy


The Variable o is declared but it is never used???


19 Aug 2009 - 12:094842
SessionManager.cs ERROR
I do not see this warning in the sample deployed in the Open AIM SDK 1.8.2.

Code around like 73 looks like this... the object o is referenced.
public bool CreateSession()
{
try {
m_session = this;
object o;
// create the session thanks to our handy c++ function
AccCreateSession(typeof(IAccSession).GUID, out o);
m_AccSession = (AccSession)o;


Login to post  Page: « < 1 of 1 > »