Originally posted by: zhan yan
it's post in 1999,
i want to know if there is any new version
Originally posted by: Bright
I can't download the source code completely! I only can download 67k bytes. Who can send it to my email box? Thanks a lot!
ReplyOriginally posted by: ervion
Petr Stejskal,The program is wonderful,thank you
ReplyOriginally posted by: C.Y. Liu
If the number of Server Item recorded in NETMANAG.INI
is equal to zero, there would be a bug message like
"Winctrl2.cpp Line 670".
It seems the first "do-while" loop in CPagePeople::IfCanCheckAll()
should be changed into the type of "while" loop.
bool CPagePeople::IfCanCheckAll()
{
......
HTREEITEM hServerItem = m_ServerTree.GetRootItem();
......
while(hServerItem!=NULL) // <-- do by CY Liu 2000/5/17
{
bServer = FALSE;
.......................
hServerItem = m_ServerTree.GetNextSiblingItem(hServerItem);
}
// <-- while(hServerItem); by CY Liu 2000/5/17
.............
........
}
Originally posted by: Young pyo,Hong
Nice job, but I can't get mail...
Maybe...Pop3 Don't work...
Originally posted by: race lee
I am using korean win98...
I cannot run your app...
what is wrong...
can't find netmanag.ini file in your package.
Originally posted by: Joe Broughton
I am in need of ws2_32.dll if someone could please send it to me. It would be greatly appriciated. Thanks...
Originally posted by: Yves Jeanrenaud
It doesn't work on all machines with Win98 that I've got.
I aint't got other OS to try with.
Norton CrashGuard tells following reasons:
ERROR in OleMainThreadWndName
Windows 98 Version 4.10.1998
NETMANAGER.EXE hat den Fehler #c0000005 in MFC42D.DLL bei Adresse 0177:5f450e5f verursacht.
Register:
EAX=00000000 CS=0177 EIP=5f450e5f EFLGS=00010246
EBX=0068aec6 SS=017f ESP=0068ac20 EBP=0068ac50
ECX=00000000 DS=017f ESI=00560d5c FS=127f
EDX=00000000 ES=017f EDI=0068ae08 GS=0000
Bytes bei CS:EIP:
8b 42 0c 83 e0 01 85 c0 75 38 83 7d 0c 00 75 0f
Stapelwerte:
0068ae08 00560d5c 0068aec6 0068ac38 0068f9a0 0068ac68 0068ac58 00000000 0068ac20 0068ac6c 5f49df76 ffffffff 0068ac78 00407c6b 00000000 009c6cac
If anybody could fix that problem, I would be generous.
Yves
Originally posted by: Ading Wang
I see some software can get remote PC share disk
by it IP address,can you do that?
Originally posted by: John Owens
The program looks cool, but i can't get it to run on my system. I got it all to build ok, but keeps locking
up on run time.