Test connection to VB 6.0 DLL

M

Mads Westen

Hi there,

I'm trying to see if the programlanguage "XAL" can interact with DLL's
written in VB 6.0.
How do I do that, where can I find a simpe VB 6.0 DLL with a return value?

Best regards
Mads
 
M

m.posseth

XAL ?? if you mean with this the MS business solutions XAL ( AXAPTA ,
NAVISION etc etc ) i know that the programming language used in these
packages is X++ wich is a Java like syntax and can call Activex ( COM )
components however it does not support event triggering through the
idispatch interface ( late binded event triggering )


regards

Michel Posseth [MCP]
 
M

Mads Westen

XAL as used in MBS C5 and MBS XAL, not AXAPTA or NAVISION.
AX and NAV uses C-Side, not XAL.
Microsoft C5 has just been ported to the Visual Studio Compiler, that's why
I could have some hope, that It would be possible to call the DLL from the
new version (MBS C5 4.0).

Best regards
Mads

m.posseth said:
XAL ?? if you mean with this the MS business solutions XAL ( AXAPTA ,
NAVISION etc etc ) i know that the programming language used in these
packages is X++ wich is a Java like syntax and can call Activex ( COM )
components however it does not support event triggering through the
idispatch interface ( late binded event triggering )


regards

Michel Posseth [MCP]

Mads Westen said:
Hi there,

I'm trying to see if the programlanguage "XAL" can interact with DLL's
written in VB 6.0.
How do I do that, where can I find a simpe VB 6.0 DLL with a return
value?

Best regards
Mads
 

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