Network program need help debugging...

Started by
0 comments, last by SiCrane 18 years, 6 months ago

void FTP()
{

	CInternetSession internet;
	CFtpConnection* ftp;

	ftp = internet.GetFtpConnection("ftp.************.com", "********", "********", INTERNET_INVALID_PORT_NUMBER, FALSE);


	return;

}

Thats the function I just started working on and its the only thing that I have change since the last compile so I know thats whats throughing up the error... Any guess? My Error Report: nafxcwd.lib(thrdcore.obj) : error LNK2019: unresolved external symbol __endthreadex referenced in function "void __stdcall AfxEndThread(unsigned int,int)" (?AfxEndThread@@YGXIH@Z) nafxcwd.lib(thrdcore.obj) : error LNK2019: unresolved external symbol __beginthreadex referenced in function "public: int __thiscall CWinThread::CreateThread(unsigned long,unsigned int,struct _SECURITY_ATTRIBUTES *)" (?CreateThread@CWinThread@@QAEHKIPAU_SECURITY_ATTRIBUTES@@@Z) Debug/ImageDelete.exe : fatal error LNK1120: 2 unresolved externals
Advertisement
Cross post. Closed.

This topic is closed to new replies.

Advertisement