PC Review


Reply
 
 
Kevin Hutchison
Guest
Posts: n/a
 
      24th Feb 2004
Doing an evaluation of ASR 3200 (Scan Soft's speech recognition tool for
Windows CE) Thought I would pick the brains out there before I am in over
my head (again):

1. Has anyone used this successfully with .NET CF / C#? I am concerned
about the callbacks required and plan to use the OpenNetCF mechanism?
2. Since the SDK is written for C/C++, I will need to P/Invoke quite a bit.
Is there a good tool for examining the entry points defined on Windows CE
dlls? Is this possible to do?

Any other thoughts?


 
Reply With Quote
 
 
 
 
Chris Tacke, eMVP
Guest
Posts: n/a
 
      24th Feb 2004
For #2 see this:

http://msdn.microsoft.com/mobility/u...binpinvoke.asp

--
Chris Tacke, eMVP
Co-Founder and Advisory Board Member
www.OpenNETCF.org
---
Windows CE Product Manager
Applied Data Systems
www.applieddata.net


"Kevin Hutchison" <(E-Mail Removed)> wrote in message
news:ewcp6My%(E-Mail Removed)...
> Doing an evaluation of ASR 3200 (Scan Soft's speech recognition tool for
> Windows CE) Thought I would pick the brains out there before I am in over
> my head (again):
>
> 1. Has anyone used this successfully with .NET CF / C#? I am concerned
> about the callbacks required and plan to use the OpenNetCF mechanism?
> 2. Since the SDK is written for C/C++, I will need to P/Invoke quite a

bit.
> Is there a good tool for examining the entry points defined on Windows CE
> dlls? Is this possible to do?
>
> Any other thoughts?
>
>



 
Reply With Quote
 
Neil Cowburn [MVP]
Guest
Posts: n/a
 
      25th Feb 2004
You can use dumpbin.exe (as Chris suggested) to find the exported
functions from a native DLL, but if you want the complete method
signatures, you're going to need the header file.

--Neil

--
Neil Cowburn, MVP
Co-founder, OpenNETCF.org
Technologist, Content Master Ltd
Microsoft .NET Compact Framework MVP

www.opennetcf.org | www.contentmaster.com


Kevin Hutchison wrote:
> Doing an evaluation of ASR 3200 (Scan Soft's speech recognition tool for
> Windows CE) Thought I would pick the brains out there before I am in over
> my head (again):
>
> 1. Has anyone used this successfully with .NET CF / C#? I am concerned
> about the callbacks required and plan to use the OpenNetCF mechanism?
> 2. Since the SDK is written for C/C++, I will need to P/Invoke quite a bit.
> Is there a good tool for examining the entry points defined on Windows CE
> dlls? Is this possible to do?
>
> Any other thoughts?
>
>

 
Reply With Quote
 
Kevin Hutchison
Guest
Posts: n/a
 
      25th Feb 2004
Brilliant!

FYI - Prior to posting, I searched MSDN using "P/invoke compact framework"
Your article did not come up with that search. Chagrined that there was an
MSDN article on this subject already, I played around after you posted. If
"P/Invokes" is substituted for "P/Invoke" in the search string this article
appears first in the list.

Thanks,

- K.





"Chris Tacke, eMVP" <(E-Mail Removed)> wrote in message
news:%23unhGmy%(E-Mail Removed)...
> For #2 see this:
>
>

http://msdn.microsoft.com/mobility/u...binpinvoke.asp
>
> --
> Chris Tacke, eMVP
> Co-Founder and Advisory Board Member
> www.OpenNETCF.org
> ---
> Windows CE Product Manager
> Applied Data Systems
> www.applieddata.net
>
>
> "Kevin Hutchison" <(E-Mail Removed)> wrote in message
> news:ewcp6My%(E-Mail Removed)...
> > Doing an evaluation of ASR 3200 (Scan Soft's speech recognition tool for
> > Windows CE) Thought I would pick the brains out there before I am in

over
> > my head (again):
> >
> > 1. Has anyone used this successfully with .NET CF / C#? I am concerned
> > about the callbacks required and plan to use the OpenNetCF mechanism?
> > 2. Since the SDK is written for C/C++, I will need to P/Invoke quite a

> bit.
> > Is there a good tool for examining the entry points defined on Windows

CE
> > dlls? Is this possible to do?
> >
> > Any other thoughts?
> >
> >

>
>



 
Reply With Quote
 
Kevin Hutchison
Guest
Posts: n/a
 
      25th Feb 2004
> you're going to need the header file.
Absolutely. I won't get anything to work until I get the structures, etc..
defined. I am a little apprehensive at how involved project is likely to
be... Best to get started then!




"Neil Cowburn [MVP]" <(E-Mail Removed)> wrote in message
news:%23wBgY14%(E-Mail Removed)...
> You can use dumpbin.exe (as Chris suggested) to find the exported
> functions from a native DLL, but if you want the complete method
> signatures, you're going to need the header file.
>
> --Neil
>
> --
> Neil Cowburn, MVP
> Co-founder, OpenNETCF.org
> Technologist, Content Master Ltd
> Microsoft .NET Compact Framework MVP
>
> www.opennetcf.org | www.contentmaster.com
>
>
> Kevin Hutchison wrote:
> > Doing an evaluation of ASR 3200 (Scan Soft's speech recognition tool for
> > Windows CE) Thought I would pick the brains out there before I am in

over
> > my head (again):
> >
> > 1. Has anyone used this successfully with .NET CF / C#? I am concerned
> > about the callbacks required and plan to use the OpenNetCF mechanism?
> > 2. Since the SDK is written for C/C++, I will need to P/Invoke quite a

bit.
> > Is there a good tool for examining the entry points defined on Windows

CE
> > dlls? Is this possible to do?
> >
> > Any other thoughts?
> >
> >



 
Reply With Quote
 
Chris Tacke, eMVP
Guest
Posts: n/a
 
      25th Feb 2004
Yeah, the MSDN search pretty much sucks ass. My recommendation is to use
Google and use a site specific search, so enter something like this:

P/invoke compact framework site:msdn.microsoft.com

--
Chris Tacke, eMVP
Co-Founder and Advisory Board Member
www.OpenNETCF.org
---
Windows CE Product Manager
Applied Data Systems
www.applieddata.net


"Kevin Hutchison" <(E-Mail Removed)> wrote in message
news:eImY6m7%(E-Mail Removed)...
> Brilliant!
>
> FYI - Prior to posting, I searched MSDN using "P/invoke compact framework"
> Your article did not come up with that search. Chagrined that there was

an
> MSDN article on this subject already, I played around after you posted.

If
> "P/Invokes" is substituted for "P/Invoke" in the search string this

article
> appears first in the list.
>
> Thanks,
>
> - K.
>
>
>
>
>
> "Chris Tacke, eMVP" <(E-Mail Removed)> wrote in message
> news:%23unhGmy%(E-Mail Removed)...
> > For #2 see this:
> >
> >

>

http://msdn.microsoft.com/mobility/u...binpinvoke.asp
> >
> > --
> > Chris Tacke, eMVP
> > Co-Founder and Advisory Board Member
> > www.OpenNETCF.org
> > ---
> > Windows CE Product Manager
> > Applied Data Systems
> > www.applieddata.net
> >
> >
> > "Kevin Hutchison" <(E-Mail Removed)> wrote in message
> > news:ewcp6My%(E-Mail Removed)...
> > > Doing an evaluation of ASR 3200 (Scan Soft's speech recognition tool

for
> > > Windows CE) Thought I would pick the brains out there before I am in

> over
> > > my head (again):
> > >
> > > 1. Has anyone used this successfully with .NET CF / C#? I am

concerned
> > > about the callbacks required and plan to use the OpenNetCF mechanism?
> > > 2. Since the SDK is written for C/C++, I will need to P/Invoke quite

a
> > bit.
> > > Is there a good tool for examining the entry points defined on Windows

> CE
> > > dlls? Is this possible to do?
> > >
> > > Any other thoughts?
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Is PC-3200 the same as PC2-3200? Chris DIY PC 3 30th Dec 2007 01:46 PM
Why does Athlon XP 3200 cost more than Athlon 64 3200? GreatArtist AMD 64 Bit 3 21st Dec 2006 08:49 AM
i have windows 2002 professional XP and an EPSON cx 3200 yes 3200 =?Utf-8?B?cm9iZXJ0YQ==?= Windows XP Print / Fax 2 25th Oct 2006 04:34 AM
ddr 3200 cxz Asus Motherboards 1 6th Feb 2004 01:44 AM
K8V + A64 3200 + 266 DDR no go :( Jimmy Asus Motherboards 0 21st Dec 2003 01:10 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:07 PM.