i want to make ipconfig.exe.
and i could found the sample code.
but it source code builded to the lib file.
in ipconfig sources files,
TARGETNAME=ipconfig
TARGETTYPE=LIBRARY
SOURCES= \
$(TARGETNAME).cpp
the project is .lib file. but the source code has a _tmain() funciton in the
source.
it's looks possible to compile to the exe file.
how can it compile to the exe file?
Shai
Shai
If you do not need to modify the code (otherwise you should clone the code)
you can run 'sysgen -p common ipconfig' from PB command prompt (after you
have set the current path to %_winceroot%\public\common\cesysgen) to have
ipconfig.exe
some useful links:
http://msdn.microsoft.com/en-us/library/ms941304.aspx
--
Luca Calligaris (MVP-Windows Embedded)
l.calliga...@eurotech.it.nospam
www.eurotech.it
"Zec" <Z...@discussions.microsoft.com> ha scritto nel messaggio
news:EA6D49CA-BB84-4479...@microsoft.com...