Re: building for WinCE using EVC++ 3.0

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

r_z_aret_at_pen_fact.com
Date: 09/21/04


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



Relevant Pages

  • building openSSL for pocketpc2002
    ... 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 ...
    (microsoft.public.pocketpc.developer)
  • building for WinCE using EVC++ 3.0
    ... 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 ...
    (microsoft.public.windowsce.embedded.vc)
  • Re: Struggling with basics
    ... > My first problem (lack of understanding of course) is that if I run the ... I get an error saying: ... > TypeError: not enough arguments for format string ...
    (comp.lang.python)