FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour .. no prototype in function ...
Posts: 858
Joined: Fri Oct 07, 2005 12:00 PM
.. no prototype in function ...
Posted: Wed Aug 19, 2009 01:49 PM

Hi all,
I'm ugrading the Rafa Carmona's tscan class with some methods to recognize the 3of9 barcode
but adding the method BarcodeRecognize() the error in subject appairs during the compilation.
Any ideas ? Do I need to declare the method in a differente mode ?

Class source at http://www.softwarexp.co.uk/beta/tscan.prg

Thanks in advance.

Best Regards,



Marco Turco

SOFTWARE XP LLP
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: .. no prototype in function ...
Posted: Thu Aug 20, 2009 10:30 AM

Can you show us the exact error you are getting?

EMG

Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: .. no prototype in function ...
Posted: Thu Aug 20, 2009 10:31 AM

Perhaps the problem is the function

BARCODE_Recognize()

Are you sure that you haven't mispelled it?

EMG

Posts: 858
Joined: Fri Oct 07, 2005 12:00 PM
Re: .. no prototype in function ...
Posted: Thu Aug 20, 2009 04:35 PM

Hi Enrico.
thank for your reply.

I solved the problem. It was due to the fact that this class call eztwain.h and this was an old version without the definition of this function.

I still have some problems but I think these are related to the dll and so I'am writing for these to the dll provider.

Best Regards,



Marco Turco

SOFTWARE XP LLP

Continue the discussion