Der Prozedureinstiegspunkt "DrawBaCodeToClipboard" wurde in der DLL"BCLW32.DLL" nicht gefunden

This is a discussion on Der Prozedureinstiegspunkt "DrawBaCodeToClipboard" wurde in der DLL"BCLW32.DLL" nicht gefunden within the Clipper forums in Programming Languages category; _dll FUNC DrawBarCodeToClipBoard( xdpi as int , ; ydpi as int , ; lpBarCode as LOGBARCODE , ; lpCodeText as psz , ; lpHumanText as psz ) ; as int PASCAL:BCLW32.DrawBarCodeToClipBoard sorry, german error message, what is wrong here ??...

Go Back   Application Development Forum > Programming Languages > Clipper

Object Mix

Register FAQ Calendar Search Today's Posts Mark Forums Read
  #1  
Old 09-05-2008, 04:58 AM
Eckhard Sallermann
Guest
 
Default Der Prozedureinstiegspunkt "DrawBaCodeToClipboard" wurde in der DLL"BCLW32.DLL" nicht gefunden

_dll FUNC DrawBarCodeToClipBoard( xdpi as int , ;
ydpi as int , ;
lpBarCode as LOGBARCODE , ;
lpCodeText as psz , ;
lpHumanText as psz ) ;
as int PASCAL:BCLW32.DrawBarCodeToClipBoard


sorry, german error message, what is wrong here ??
Reply With Quote
  #2  
Old 09-05-2008, 08:47 PM
Geoff Schaller
Guest
 
Default Re: Der Prozedureinstiegspunkt "DrawBaCodeToClipboard" wurde in der DLL "BCLW32.DLL" nicht gefunden

Eckhard.

The obvious question: is the dll in the path?

You didn't say whether or not this worked before. Also, where did you
get the syntax for the prototype? Are you sure it is correct?

Geoff


"Eckhard Sallermann" <ecki@bur-kg.de> wrote in message
news:g9qsff$50n$1@registered.motzarella.org:

> _dll FUNC DrawBarCodeToClipBoard( xdpi as int , ;
> ydpi as int , ;
> lpBarCode as LOGBARCODE , ;
> lpCodeText as psz , ;
> lpHumanText as psz ) ;
> as int PASCAL:BCLW32.DrawBarCodeToClipBoard
>
>
> sorry, german error message, what is wrong here ??


Reply With Quote
  #3  
Old 09-08-2008, 03:05 AM
Eckhard Sallermann
Guest
 
Default Re: Der Prozedureinstiegspunkt "DrawBaCodeToClipboard" wurde in derDLL "BCLW32.DLL" nicht gefunden

Hi Geoff,

executing the app with VO 2.7b it works, the DLL is in \WINDOWS\SYSTEM32\

Geoff Schaller schrieb:
> Eckhard.
>
> The obvious question: is the dll in the path?
>
> You didn't say whether or not this worked before. Also, where did you
> get the syntax for the prototype? Are you sure it is correct?
>
> Geoff
>
>
> "Eckhard Sallermann" <ecki@bur-kg.de> wrote in message
> news:g9qsff$50n$1@registered.motzarella.org:
>
>> _dll FUNC DrawBarCodeToClipBoard( xdpi as int , ;
>> ydpi as int , ;
>> lpBarCode as LOGBARCODE , ;
>> lpCodeText as psz , ;
>> lpHumanText as psz ) ;
>> as int PASCAL:BCLW32.DrawBarCodeToClipBoard
>>
>>
>> sorry, german error message, what is wrong here ??

>

Reply With Quote
  #4  
Old 09-08-2008, 03:59 AM
Geoff Schaller
Guest
 
Default Re: Der Prozedureinstiegspunkt "DrawBaCodeToClipboard" wurde in der DLL "BCLW32.DLL" nicht gefunden

Eckhard,

....and therefore I assume it isn't a VO dll and if so, I would expect
no difference between VO 2.7 and VO 2.8. I further assume you execute it
in 2.7 on the same machine. If so, I don't have any answer sorry.

Geoff



"Eckhard Sallermann" <ecki@bur-kg.de> wrote in message
news:ga2iu1$lpk$1@registered.motzarella.org:

> Hi Geoff,
>
> executing the app with VO 2.7b it works, the DLL is in \WINDOWS\SYSTEM32\
>
> Geoff Schaller schrieb:
>
> > Eckhard.
> >
> > The obvious question: is the dll in the path?
> >
> > You didn't say whether or not this worked before. Also, where did you
> > get the syntax for the prototype? Are you sure it is correct?
> >
> > Geoff
> >
> >
> > "Eckhard Sallermann" <ecki@bur-kg.de> wrote in message
> > news:g9qsff$50n$1@registered.motzarella.org:
> >

>
> >> _dll FUNC DrawBarCodeToClipBoard( xdpi as int , ;
> >> ydpi as int , ;
> >> lpBarCode as LOGBARCODE , ;
> >> lpCodeText as psz , ;
> >> lpHumanText as psz ) ;
> >> as int PASCAL:BCLW32.DrawBarCodeToClipBoard
> >>
> >>
> >> sorry, german error message, what is wrong here ??

>
> >


Reply With Quote
  #5  
Old 09-08-2008, 04:59 AM
Eckhard Sallermann
Guest
 
Default Re: Der Prozedureinstiegspunkt "DrawBaCodeToClipboard" wurde in derDLL "BCLW32.DLL" nicht gefunden

Now it works fine

_dll FUNC MyDrawBarCodeToClipBoard( xdpi as int , ;
ydpi as int , ;
lpBarCode as LOGBARCODE , ;
lpCodeText as psz , ;
lpHumanText as psz ) ;
as int PASCAL:BCLW32.DrawBarCodeToClipBoard //DrawBarCodeToClipBoard

see _dll FUNC My......


Geoff Schaller schrieb:
> Eckhard,
>
> ...and therefore I assume it isn't a VO dll and if so, I would expect no
> difference between VO 2.7 and VO 2.8. I further assume you execute it in
> 2.7 on the same machine. If so, I don't have any answer sorry.
>
> Geoff
>
>
>
> "Eckhard Sallermann" <ecki@bur-kg.de> wrote in message
> news:ga2iu1$lpk$1@registered.motzarella.org:
>
>> Hi Geoff,
>>
>> executing the app with VO 2.7b it works, the DLL is in \WINDOWS\SYSTEM32\
>>
>> Geoff Schaller schrieb:
>>
>> > Eckhard.
>> >
>> > The obvious question: is the dll in the path?
>> >
>> > You didn't say whether or not this worked before. Also, where did you
>> > get the syntax for the prototype? Are you sure it is correct?
>> >
>> > Geoff
>> >
>> >
>> > "Eckhard Sallermann" <ecki@bur-kg.de> wrote in message
>> > news:g9qsff$50n$1@registered.motzarella.org:
>> >

>>
>> >> _dll FUNC DrawBarCodeToClipBoard( xdpi as int , ;
>> >> ydpi as int , ;
>> >> lpBarCode as LOGBARCODE , ;
>> >> lpCodeText as psz , ;
>> >> lpHumanText as psz ) ;
>> >> as int PASCAL:BCLW32.DrawBarCodeToClipBoard
>> >>
>> >>
>> >> sorry, german error message, what is wrong here ??

>>
>> >

>

Reply With Quote
Reply


Thread Tools
Display Modes


All times are GMT -5. The time now is 08:54 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vB Ad Management by =RedTyger=

In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.