Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread EDB .Net on Windows Mobil 6.0?
Fri, Feb 22 2008 4:18 PMPermanent Link

John AJ Marknette

Avatar

Team Elevate Team Elevate


Tim,

Will the Edb.net provider run on Windows Mobile 6.0? What framework
versions are supported? 2.0/3.0/3.5?

-- AJ Marknette
Fri, Feb 22 2008 7:22 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

AJ,

<< Will the Edb.net provider run on Windows Mobile 6.0? >>

Not yet, I have to make a couple of changes still and test it on CF.  The
issue is that the native .NET framework only provides for buffered file I/O,
and that's a no-no for what we do.   Therefore, I had to bypass that and go
straight to Windows in order to allow for the same type of I/O as with the
Win32 products, including being able to flush data at the OS level.  Believe
it or not, they left that out of the .NET Framework.   Essentially I need to
convert these calls to use the Windows CE/Mobile equivalents and then test
it on CF.

<< What framework versions are supported? 2.0/3.0/3.5? >>

All three.

--
Tim Young
Elevate Software
www.elevatesoft.com

Fri, Feb 22 2008 9:56 PMPermanent Link

John AJ Marknette

Avatar

Team Elevate Team Elevate

Tim Young [Elevate Software] wrote:

> AJ,
>
> << Will the Edb.net provider run on Windows Mobile 6.0? >>
>
> Not yet, I have to make a couple of changes still and test it on CF.
> The issue is that the native .NET framework only provides for
> buffered file I/O, and that's a no-no for what we do.   Therefore, I
> had to bypass that and go straight to Windows in order to allow for
> the same type of I/O as with the Win32 products, including being able
> to flush data at the OS level.  Believe it or not, they left that out
> of the .NET Framework.   Essentially I need to convert these calls to
> use the Windows CE/Mobile equivalents and then test it on CF.
>
> << What framework versions are supported? 2.0/3.0/3.5? >>
>
> All three.

Cool, if you need a guinea pig, I'm your man. Wink


-- AJ Marknette
Sat, Feb 23 2008 3:29 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

AJ,

<< Cool, if you need a guinea pig, I'm your man. Wink>>

Thanks,  I certainly will.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image