>From what I could assertain, the source code looks like delphi code.  I have no
experience with delphi, but is it possible to create dll's with it?



Michael Zacharias


--- Nancy Anthracite <[EMAIL PROTECTED]> wrote:

> Did you happen to check if the code is in here:
> 
> /vista/Software/Packages/RPC Broker - XWB/PROGRAMS
> 
> They are exe files but they may be self extracting and contain the programs 
> themselves.
> 
> On Thursday 30 March 2006 08:51, Kevin Toppenberg wrote:
> On 3/30/06, Imran Shafiq <[EMAIL PROTECTED]> wrote:
> > Michael,
> >
> > When you install the BDK, BAPI32.dll (wrapper) along
> > with the delphi library (wrapped by the dll) is placed
> > into the %windir%\system folder e.g.
> > C:\Windows\System\
> >
> > I tried using the LoadLibrary(...) Windows API in
> > VisualC++.Net (Visual Studio.Net 2005) to load the
> > BAPI32.dll a week ago.. but i had to give up on it.
> > My guess is the dll was generated probably in
> > vicualc++ 98 (6.0) or maybe visualc++ 5.0 .. things
> > have changed since then.. maybe something is fishy in
> > the DLLMain(..) entry point..  not consistent with the
> > dlls generated nowadays by the modern compilers.. as
> > vc++ 2005. If someone has the source code to
> > BAPI32.dll i am sure it can be recompiled with some
> > changes in the source code to mak eit work. Or if
> > anyone has already made it work plz inform.
> 
> It seems that Borland uses a different calling pattern for its
> functions than VisualC++ does.  It seems like one of those format
> wars.  Borland says that they are fully ANSI compliant, so I suspect
> that Microsoft has "enhanced" things a bit leading to the
> incompatibility.  I have had trouble with this before.
> 
> But you are right, a recompile would be good.
> 
> Kevin
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> that extends applications into web and mobile media. Attend the live webcast
> and join the prime developer group breaking into this new coding territory!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
> _______________________________________________
> Hardhats-members mailing list
> Hardhats-members@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/hardhats-members
> 
> -- 
> Nancy Anthracite
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> that extends applications into web and mobile media. Attend the live webcast
> and join the prime developer group breaking into this new coding territory!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
> _______________________________________________
> Hardhats-members mailing list
> Hardhats-members@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/hardhats-members
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members

Reply via email to