i make a dll with
int PStrReplace(char*,char*,char*,char*);




int PStrReplace(char* lpString,char* lpReplace,char* lpReplacewith,char* lpbuffer)
{
int RDTS_CCOUNTER;

__asm {
rdtsc;
mov RDTS_CCOUNTER,eax;
}
return 0;
}


and its 200k!!!!!!!!! and i debug it it has all loads of carp i dont need or put in there, it imports at least 50 apis i dont use and never referenced, why???/ and it has a bigilion 00000000000000s at the end, gezee, how can i make it small????//