Re: help need in develop dll for use in pocket pc

From: Almon B. Strowger (strowger_at_NOSPAM.kook.com)
Date: 06/24/04


Date: Wed, 23 Jun 2004 19:49:29 -0700


Hi,

Yeah, you'll have to make some decisions.

I think the Dinkumware library (w/ STL) is around $600.

Intel has a compiler for eVC which is better than the one
that eVC ships with--it has some exception and rtti support
that the regular one lacks, but I think you have to buy their
full C++ compiler package in order to get it, which I believe
is $399, w/ a $100 academic version. The good news is
that they have a 30-day free evaluation of it:
http://www.intel.com/software/products/compilers/cevc/

Maybe rewrite the code you want to drop in.

Maybe you can work around the errors you just got.

But in any case, you're going to have to fight with something.

Almon B. Strowger
KOOK Pocket Software

"iceman11" <iceman11@discussions.microsoft.com> wrote in message
news:2A4888A9-7824-473B-8B49-2196B6D2EB90@microsoft.com...
> Hi..
>
> thks for the info...
> i have d/l the stlport.. and addded the libraries in my setting under the
additional included directories
>
> well there are no more cannot open include files... but others error came
abt...
> i not sure waht these erors are.. they are as follow.
>
> G:\FYP\stllib\STLport-4.6.2\stlport\stl/_new.h(23) : error C2504:
'_STLP_EXCEPTION_BASE' : base class undefined
> G:\FYP\stllib\STLport-4.6.2\stlport\stl/_threads.h(192) : warning C4273:
'Sleep' : inconsistent dll linkage. dllexport assumed.
> G:\FYP\stllib\STLport-4.6.2\stlport\stl/_streambuf.h(334) : error C2182:
'_M_default_get' : illegal use of type 'void'
> G:\FYP\stllib\STLport-4.6.2\stlport\stl/_streambuf.h(335) : error C2182:
'_M_default_put' : illegal use of type 'void'
>
> i suspect that the iostream is not able to work with emdedded vc++ 3.0
>
> thks really appreciated ur help..
>
> regards
> iceman11
>
>
>
> "Almon B. Strowger" wrote:
>
> >
> > Hi,
> >
> > Yeah, Giuseppe Govi's SGI STL port doesn't support iostreams.
> >
> > Some have claimed to now get STLport to work with eVC 3.0:
> > http://www.stlport.org/
> > I can't vouch for it though.
> >
> > Good luck!
> >
> > Almon B. Strowger
> > KOOK Pocket Software
> >
> >
> > "iceman11" <iceman11@discussions.microsoft.com> wrote in message
> > news:2F2DD3D4-DB26-4B8C-A932-EFC55179D90D@microsoft.com...
> > > hi..
> > > thks that solve the problem
> > >
> > > but when i start to compile it.
> > > it gave me another error
> > > : fatal error C1083: Cannot open include file: 'iostream': No such
file or
> > directory
> > >
> > > i have found out that the software i am using embedded vc++ 3.0 does
not
> > supprot iostream.
> > >
> > > i try not to use the iostream for my application but one of the
function
> > which i need to call (from a decompression library) uses that.
> > >
> > > is there anyway to get abt this?? so far i have found out from the
web..
> > there is a third party who provide this iostream but it cost money...
( i am
> > doing this for my final year project.. don't think it is option for
me..)
> > >
> > > thks in advance ..
> > >
> > > iceman11
> > >



Relevant Pages

  • a code using STL in PB 4.2 ?
    ... compiler for Windows CE 4.2 supports STL. ... can anyone tell me if we could use STL features ... Platform Builder, not eVC 4, and if yes, what one should ...
    (microsoft.public.windowsce.platbuilder)
  • Re: OT: C++ overloading operators
    ... way before complex numbers were part of the STL. ... I used the INLINE directive for these trivial functions. ... A compiler can not do inlining without access to the source code. ...
    (comp.dsp)
  • Re: Vista security
    ... yeah. ... C being the only really "general" language I have. ... write a full C++ compiler, ... I am going to fork my code base, back track and see if I can get GCC ...
    (comp.lang.misc)
  • Re: 0xdeadbeef vs 0xdeadbeefL
    ... compiler doesn't error about it is because it's not an error. ... If you want unsigned chars don't be lazy, ... Yeah it uses LibTomCrypt. ...
    (Linux-Kernel)
  • Re: assembly language and reverse engineering
    ... yeah, seems so. ... on 16 bit operands, simply ignored the upper ... my compiler sacrifices a little bit of performance being unsure what is ... I feel a little uncertain that the primary use for parallelism is ...
    (alt.lang.asm)