hi;
i'm using the LFSLib.Net but i'm also a beginner with it. i have some questions:
1. i'm not able to use a real debug version. i use the code of the lib as project in my visual studio, so it translates and includes the debug/release version in my app. is there anything i can do, if i got insim-closes, so that i can get more infos from the lfslib what's the problem? (i saw, that lfslib writes into a log, but i don't know where to find that)
2. are all parts of the lfslib which causes errors made with throwing exceptions ? in my example i got insim-closes when i use the SendMessage()-function of the insim-handler or by reveiving insimhandler-events. dont know what i am doing wrong
i use one insimhandler for all infos i receive from lfs and the same to send all my messages to lfs. is it the right approach or is it better to use different InsimHandler-instances ? atm i do my own debug outputs by sending "/msg"-messages with the "SendMessage()"-function, but i'm sure there is another way to use more debug infos from lfslib. perhaps anybody can help and tell how you do the debugging part.
thx a lot
i'm using the LFSLib.Net but i'm also a beginner with it. i have some questions:
1. i'm not able to use a real debug version. i use the code of the lib as project in my visual studio, so it translates and includes the debug/release version in my app. is there anything i can do, if i got insim-closes, so that i can get more infos from the lfslib what's the problem? (i saw, that lfslib writes into a log, but i don't know where to find that)
2. are all parts of the lfslib which causes errors made with throwing exceptions ? in my example i got insim-closes when i use the SendMessage()-function of the insim-handler or by reveiving insimhandler-events. dont know what i am doing wrong
i use one insimhandler for all infos i receive from lfs and the same to send all my messages to lfs. is it the right approach or is it better to use different InsimHandler-instances ? atm i do my own debug outputs by sending "/msg"-messages with the "SendMessage()"-function, but i'm sure there is another way to use more debug infos from lfslib. perhaps anybody can help and tell how you do the debugging part.
thx a lot