Hello Widita, > Those access violations never happened when LineMode is false... > Does anyone know the solution for this problem?
LineMode True or False has on itself nothing to do with AV. So on base on this information nobody can give solution. There is something wrong with your code but without detail we cannot help. > I've converted my binary data to hexadecimals string (twice size) but safer > in converting... the access violation shouldn't be in the conversion.... Probably you have the AV in your converting routine. > the delimiter is #13#10 That's ok. any delimiter is fine. I suggest to make a very simple project to demonstrate the AV. Good chance that you find it yourself making it. But me and others will glad to look at it and help debugging. --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html http://www.mestdagh.biz Tuesday, February 21, 2006, 19:59, Widita Nugraha wrote: > Those access violations never happened when LineMode is false... > Does anyone know the solution for this problem? > I've converted my binary data to hexadecimals string (twice size) but safer > in converting... the access violation shouldn't be in the conversion.... > the delimiter is #13#10 > On 2/21/06, Widita Nugraha <[EMAIL PROTECTED]> wrote: >> >> >> >> On 2/21/06, Francois Piette <[EMAIL PROTECTED]> wrote: >> > >> > > Hello, somebody, help me... >> > > after changing my application to line mode (binary send using line >> > mode, >> > > using 4 bytes of unique delimiter) >> > > >> > > my application keeps giving me Access Violation Message >> > > "0x00406645:write of addess 0x00030e4c' or >> > > "0x77d4cd7f: write of address 0x00030ffc" or >> > > EAccesViolation Access violation at address 00402444 read of address >> > > 1fdbffe0 >> > > >> > > the access violation is like random addresses... >> > > >> > > what's wrong? >> > >> > Difficult to tell remotely... >> > But if you run your application using the debugger, it should show you >> > where the exception occur. >> > Using the call stack view you should be able to see where execution come >> > from. >> >> >> The Call Stack window is empty, the listbox is empty... >> >> >> regards, >> Widita >> -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be