But e.g. for barcode,
let's say that for a device (intermec700) i have a .net sdk and so i have to
reference it, and then wrap into sdf,
and i have another device that exposes me barcode functionality via
p/invoke...
and maybe another device with .net sdk...
ok, matteo, we got it, get to the point!
do i have to reference everything, so everything is copied on every
device... so i'll have intermec dlls installed on hhp handheld... and so
on...
is this true?
and the declaration of p/invokes won't be correct on intermec (the one with
..net sdk) ...
what a mess!
Matteo.
"Chris Tacke, eMVP" <(E-Mail Removed)> ha scritto nel messaggio
news:(E-Mail Removed)...
> No argument - it sounds like a pain, but I don't see any way around it
> either. The lack of standardization on components is never a good thing.
>
> --
> Chris Tacke, eMVP
> Co-Founder and Advisory Board Member
> www.OpenNETCF.org
> ---
> Windows CE Product Manager
> Applied Data Systems
> www.applieddata.net
>
>
> "Matteo Cima" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Sorry, I didn't mean to offend you... i wrote that part quickly and
didn't
> > mean that!
> > I need to p/invoke custom dlls, so the sdf as it is it's not an already
> > ready solution (for me)
> > of course i will add in it what i need, i love the way it works.
> > adding support for every device i am gonna use it's a pain in the a..
> > but right now i don't see any other solution...
> > i'll let you know if i end up with something interesting!
> >
> > Matteo Cima
> >
> >
> >
> > "Chris Tacke, eMVP" <(E-Mail Removed)> ha scritto nel
> messaggio
> > news:%23oDND%(E-Mail Removed)...
> > > Personally I'd build a single DLL that supported all the devices.
Have
> > > classes that wrap the feature you're after and that check the device
at
> > > run-time in the object constructor to see if it's a supported device.
> > >
> > > I'm also a bit surprised that you consider the SDF as "not mature
> enough"
> > > yet you think that starting from zero will get you there faster. Why
> not
> > > start with the SDF and add and/or test what you need?
> > >
> > > --
> > > Chris Tacke, eMVP
> > > Co-Founder and Advisory Board Member
> > > www.OpenNETCF.org
> > > ---
> > > Windows CE Product Manager
> > > Applied Data Systems
> > > www.applieddata.net
> > >
> > >
> > > "Matteo Cima" <(E-Mail Removed)> wrote in message
> > > news:%(E-Mail Removed)...
> > > > Hi,
> > > > my application will run on very different devices,
> > > > everyone has its own .dll provided by its very own sdk... to access
> > > > bluetooth, print, use coms, activate barcode, leds... and so on.
> > > > Unfortunately the great opennetcf's sdf is not enough mature to
supply
> > all
> > > > these with my devices.
> > > >
> > > > The best approach is to build a wrapper dll that calls the correct
> > > functions
> > > > depending on the device (i can provide the type of device via a
> settings
> > > > file, so i don't have the problem to probe exactly on which device
i'm
> > > > running on).
> > > >
> > > > what should i do?
> > > > solution a: more .dlls (one for each device type)
> > > > solution b: different .dlls but named with the same name on device
> > > >
> > > > and then, how can i keep everything in the same vs2003 solution? Or
> > what?
> > > >
> > > > Matteo Cima
> > > > Senior Developer, Mobile Expert, Project Manager, Lead Analyst,
> > > > Digisoft srl Italy
> > > > mdm.listISTHENAME and digisoft.itISTHESERVER
> > > >
> > > >
> > >
> > >
> >
> >
>
>