Re: building for WinCE using EVC++ 3.0
r_z_aret_at_pen_fact.com
Date: 09/21/04
- Next message: Paul G. Tobey [eMVP]: "Re: building for WinCE using EVC++ 3.0"
- Previous message: r_z_aret_at_pen_fact.com: "Re: How to show the keyboard programatically"
- In reply to: ajay: "building for WinCE using EVC++ 3.0"
- Next in thread: Paul G. Tobey [eMVP]: "Re: building for WinCE using EVC++ 3.0"
- Reply: Paul G. Tobey [eMVP]: "Re: building for WinCE using EVC++ 3.0"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 21 Sep 2004 14:08:43 -0400
On Tue, 21 Sep 2004 04:29:09 -0700, "ajay"
<ajay@discussions.microsoft.com> wrote:
>hi!
>
>i am trying to build OpenSSL for pocket pc 2002 using EVC++ 3.0
>the first problem is when i do an nmake, i get an error saying it can tfind
>windows.h
Just in case:
Are you using
#include <windows.h>
or
#include "windows.h"
I believe the quotation marks (second version) tell the compiler to
look only in the current directory (or directory specified
explicitly).
>i have executed WCEARM.BAT to set up the environment and also included the
>path to pcket pc2002 sdk\include in my PATH and INCLUDE variables.
>the other problem that i get when doing a make (i copied the all the include
-----------------------------------------
To reply to me, remove the underscores (_) from my email address (and please indicate which newsgroup and message).
Robert E. Zaret, eMVP
PenFact, Inc.
500 Harrison Ave., Suite 3R
Boston, MA 02118
www.penfact.com
- Next message: Paul G. Tobey [eMVP]: "Re: building for WinCE using EVC++ 3.0"
- Previous message: r_z_aret_at_pen_fact.com: "Re: How to show the keyboard programatically"
- In reply to: ajay: "building for WinCE using EVC++ 3.0"
- Next in thread: Paul G. Tobey [eMVP]: "Re: building for WinCE using EVC++ 3.0"
- Reply: Paul G. Tobey [eMVP]: "Re: building for WinCE using EVC++ 3.0"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|