Come On Buddies No respose?
Eakalavya
Posts
-
How To Print FAT32 Table -
How To Print FAT32 TableCan Any Of You Explain How Can I Print The Contents Of FAT32 Table (For My NAND Flash). Am Using WinCE 5.0. Thanks In Advance.:rose:
-
which one is smaller n pow 2, 1000 pow n, n pow n, n pow 1000 , when n value is nearer to infiniteWelcome Dude!!!
-
Memory Management Problem C++ (malloc & free)char* Aii = (char *)*((int*)a[i]); What is This? char* Aii = (char *)((int*)a[i]);
-
which one is smaller n pow 2, 1000 pow n, n pow n, n pow 1000 , when n value is nearer to infiniteHi, n Pow 2 will be the smaller among those. n Pow 2 < n Pow 1000; n Pow 1000 < n Pow n(as n is nearing to infinite); now the clash is with n Pow 2 & 1000 Pow n, it's clear that always n Pow 2 < 100 Pow n. hope u understood.
-
NDIS Driver Developmentactually i wont mean u to explain abt. that, but y u used that. i posted here because am not comfortable with those related documents. any wayz if possible can we have any tutorial on how to develop a NDIS driver in winCE.
modified on Monday, March 31, 2008 2:16 AM
-
NDIS Driver DevelopmentWhat's this? RTFM? Can any 1 help mee....
-
NDIS Driver Developmentyes i have gone through that page but it is linking to so many things (different topics) that is why i am feeling uncomfortable with MSDN. As am a freshier i neither have any work experience nor i did any course how to develop a device driver. So i please you if u can explain me how it works and how to develop. Thanks & Regards Eakalavya
-
NDIS Driver Developmentyaa i heard about MSDN and i went through some API's regarding NDIS stuff but i couldn't find what i expecting. So can any one help me step by step development of any NDIS driver. If it is for MIPS processor on winCE platform it will be greately useful & helpful to me. david is the person who asked me to post my queries in hardware/device driver forum. previously i posted some where else. Thanks & Regards Eakalavya
modified on Wednesday, March 26, 2008 5:45 AM
-
NDIS Driver DevelopmentHi David, So i hope u'll help me how to develop a NDIS Miniport driver. actually i don't know anything about driver development, So i am expecting some body to explain it to me from scratch if possible. Thanks & regards eakalavya.
-
NDIS Driver DevelopmentHi Dudes am developing NDIS driver can any one guide me with step by step development of NDIS DRIVER. in "C" on winCE platform. As am a freshier i dont know how to develop ndis driver. THANKS IN ADVANCE.