ITCScan.DLL Issues On Intermec 700C PPC 2003

  • Thread starter gaulles via DotNetMonster.com
  • Start date
G

gaulles via DotNetMonster.com

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
 
C

Christian Resma Helle

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.
 
G

gaulles via DotNetMonster.com

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
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]
 
D

doug

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

gaulles via DotNetMonster.com said:
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
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]
 
Joined
Oct 18, 2008
Messages
1
Reaction score
0
i am facing the same problem

how do you update windows mobile i have same system and development specs that you have
can you tell me how did you resolved your problem
i have got exactly the same problem as you have
i am using one the provided samples i am using c#
and i get this exception
An unhandled exception of type 'System.MissingMethodException' occurred in Intermec.DataCollection.CF2.dll

Additional information: Can't find an Entry Point 'ITCSCAN_WinAsyncRead' in a PInvoke DLL 'ITCScan.DLL'.
at line 32 bcr = new BarcodeReader();
Intermec\Developer Library\Data Collection Resource Kit\Examples\C#\BarcodeSample CS
i am using this sample
any help would be helpful
 
Joined
May 19, 2010
Messages
1
Reaction score
0
Did anybody solve this problem?

I encounter the same ITCScan.DLL issues on the Intermec 700C PPC 2003 ... Did anybody solve this problem?

Regards,

Roland Beuker
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top