RE: how to generate a dll file
- From: Luca Calligaris <LucaCalligaris@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 31 May 2005 03:38:05 -0700
Your SOURCES file should be something like that:
SYNCHRONIZE_DRAIN=1
RELEASETYPE=CUSTOM
TARGETPATH=BIN\$(WINCEDEBUG)
TARGETNAME=YOURDLL
DEFFILE=YOURDLLEXPORT.def
TARGETTYPE=DYNLINK
TARGETLIBS=\
YOUR_LIBS.lib \
DLLENTRY=DllMain
INCLUDES=YOUR_INCLUDE_DIRS
SOURCES=YOUR_CODE.cpp
"xuhaoz" wrote:
> Hi:
> I make a new folder in the PBWorkspace directory, which located in
> WinCE50 directory.
>
> After write my source file and xxx.cpp file , I use build -c in the open
> release directory command line.
>
> Then PB generate xxx.lib in the public\common\oak\lib\armv4i\debug\
> directory and xxx.obj file in my project directory.
>
> Would you please tell me how to generate a xxx.dll file ?
>
> Thank you very much.
>
>
>
.
- References:
- how to generate a dll file
- From: xuhaoz
- how to generate a dll file
- Prev by Date: how to generate a dll file
- Next by Date: SMB/CIF sharing the root of Windows CE device?
- Previous by thread: how to generate a dll file
- Next by thread: Re: how to generate a dll file
- Index(es):
Relevant Pages
|
|