News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Rewrite a program from scratch ?

Started by skywalker, May 11, 2007, 05:09:14 PM

Previous topic - Next topic

skywalker

I am having a recurring "day dream" with a communication program.
bartshel.exe connects with my ISP.

For some reason, it occasionally hangs up or it won't hang up at all without a
reboot.

Dr.Watson doesn't log anything.

I have also changed the default home page to nothing so it doesn't lolly gag on connect.

I looked at learning javascript, but at about 130 megs for program and tutorial,
not ready for that yet.

This is what I have done so far.

1. MS script fix
2. Restore point
3.

Is there a program that'll log what goes on during a connection ?

I guess I could load the program in Ollydbg and see what it's doing. It's 148K.


Ghirai

MASM32 Project/RadASM mirror - http://ghirai.com/hutch/mmi.html

skywalker

Thanks. Some more new stuff to learn.

This is one of those multi-layered things.

Javascript writing and checking registry settings which I have modified to speed up loading after
connection is made

I may have to learn about how dll's work and how to "make em work better"