DLL Call

ijc

Well Known Member
List,

We have a system that calls a VB DLL which allows for credit card validation. This is implemented using COM.

My question is could I (a) put this DLL on an enterprise server (b) modify/copy B0000192 (call Vendor Specific Function) to call the DLL and (c ) map this new function to the server (d) call it from say Order Entry (P4210).

Will this work in One World without the need to use COM.

Thanks in advance,

Ian
 
I'm not a COM expert, but it sounds like the VB DLL is a COM server, so I don't think a program could use it unless it is a COM client. You could maybe write a COM client and call that from a business function.
 
Back
Top