HighTechTalks DotNet Forums  

ITCScan.DLL Issues On Intermec 700C PPC 2003

Dotnet Framework (Compact Framework) microsoft.public.dotnet.framework.compactframework


Discuss ITCScan.DLL Issues On Intermec 700C PPC 2003 in the Dotnet Framework (Compact Framework) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
gaulles via DotNetMonster.com
 
Posts: n/a

Default ITCScan.DLL Issues On Intermec 700C PPC 2003 - 12-17-2007 , 02:47 AM






have spent the last two weeks in frustration going back and forth with
Intermec on-line support and yet no solution. Has someone out there found the
solutions to any of the following:

(1) AN exception is being thrown when I create BarcodeReader. Error message
is: 'Can't find an Entry point ITSCAN_WinAsyncRead in a PInvoke DLL ITCSCAN.
DLL' . This is happening even on the sample 'BarcodeSample CS' that came with
the IDL.

I am using Intermec 700C with PocketPC 2003. VS2005, CF 2.0. ITSCAN.DLL is
installed in the \Windows directory.

I have checked to the developer guide, and several readme docs, and cannot
find any reference to ITSCAN_WinAsyncRead.

(2) After upgrading the OS at the suggestion of Intermec On-line support, I
now get the error 'Cannot find ITCScan.dll'. The ITCScan.dll is present in
the \Windows directory. Even the BarcodeSample application gives the same
error. Is there a path that needs to be set? How do you resolve this problem.

Any suggestions would be appreciated.

Gaul

--
Message posted via http://www.dotnetmonster.com


Reply With Quote
  #2  
Old   
Christian Resma Helle
 
Posts: n/a

Default Re: ITCScan.DLL Issues On Intermec 700C PPC 2003 - 12-17-2007 , 03:40 AM






Have you verified that you have the right version of the SDK and the
libraries on the device?

You can do a dumpbin on ITCSCAN.DLL on the device to list all exported
methods. Copy the DLL from the device to C:\ then run the Visual Studio
command prompt, and run 'dumpbin /exports C:\itcscan.dll'

I remember before that I installed something called an Intermec Add-on pack
(or something similar) because the default OS did not come with any barcode
scanner libraries.

--
Regards,
Christian Resma Helle
http://christian-helle.blogspot.com


"gaulles via DotNetMonster.com" <u39900@uwe> wrote

Quote:
have spent the last two weeks in frustration going back and forth with
Intermec on-line support and yet no solution. Has someone out there found
the
solutions to any of the following:

(1) AN exception is being thrown when I create BarcodeReader. Error
message
is: 'Can't find an Entry point ITSCAN_WinAsyncRead in a PInvoke DLL
ITCSCAN.
DLL' . This is happening even on the sample 'BarcodeSample CS' that came
with
the IDL.

I am using Intermec 700C with PocketPC 2003. VS2005, CF 2.0. ITSCAN.DLL is
installed in the \Windows directory.

I have checked to the developer guide, and several readme docs, and cannot
find any reference to ITSCAN_WinAsyncRead.

(2) After upgrading the OS at the suggestion of Intermec On-line support,
I
now get the error 'Cannot find ITCScan.dll'. The ITCScan.dll is present in
the \Windows directory. Even the BarcodeSample application gives the same
error. Is there a path that needs to be set? How do you resolve this
problem.

Any suggestions would be appreciated.

Gaul

--
Message posted via http://www.dotnetmonster.com




Reply With Quote
  #3  
Old   
gaulles via DotNetMonster.com
 
Posts: n/a

Default Re: ITCScan.DLL Issues On Intermec 700C PPC 2003 - 12-17-2007 , 05:59 AM



Thanks for the suggestion. I ran dumpbin, and sure enough the
ITCSCAN_WinAsyncRead, which was the entry point the BarcodeReader complained
as missing, is listed among the exported functions.

The more immediate problem now is why is the ITCScan.dll not found when you
run the application. The ITCScan.dll is in the \Windows folder.

Gaul

Christian Resma Helle wrote:
Quote:
Have you verified that you have the right version of the SDK and the
libraries on the device?

You can do a dumpbin on ITCSCAN.DLL on the device to list all exported
methods. Copy the DLL from the device to C:\ then run the Visual Studio
command prompt, and run 'dumpbin /exports C:\itcscan.dll'

I remember before that I installed something called an Intermec Add-on pack
(or something similar) because the default OS did not come with any barcode
scanner libraries.

have spent the last two weeks in frustration going back and forth with
Intermec on-line support and yet no solution. Has someone out there found
[quoted text clipped - 25 lines]

Gaul
--
Message posted via DotNetMonster.com
http://www.dotnetmonster.com/Uwe/For...ework/200712/1




Reply With Quote
  #4  
Old   
doug
 
Posts: n/a

Default Re: ITCScan.DLL Issues On Intermec 700C PPC 2003 - 01-02-2008 , 02:12 PM



You also should try putting the DLL in the system32 folder and the
application folder.

"gaulles via DotNetMonster.com" wrote:

Quote:
Thanks for the suggestion. I ran dumpbin, and sure enough the
ITCSCAN_WinAsyncRead, which was the entry point the BarcodeReader complained
as missing, is listed among the exported functions.

The more immediate problem now is why is the ITCScan.dll not found when you
run the application. The ITCScan.dll is in the \Windows folder.

Gaul

Christian Resma Helle wrote:
Have you verified that you have the right version of the SDK and the
libraries on the device?

You can do a dumpbin on ITCSCAN.DLL on the device to list all exported
methods. Copy the DLL from the device to C:\ then run the Visual Studio
command prompt, and run 'dumpbin /exports C:\itcscan.dll'

I remember before that I installed something called an Intermec Add-on pack
(or something similar) because the default OS did not come with any barcode
scanner libraries.

have spent the last two weeks in frustration going back and forth with
Intermec on-line support and yet no solution. Has someone out there found
[quoted text clipped - 25 lines]

Gaul

--
Message posted via DotNetMonster.com
http://www.dotnetmonster.com/Uwe/For...ework/200712/1




Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.