I've already asked an hint on how to connect to Axapta throw a Java
application. Someone pointed me to an example on the axapta cd, but
that example is for J++ using microsoft virtual machine.. I need
standadrd java code.. I read something about java-com bridges.. Can
anyone tell me something about this topic?
Another question: I created a c# application, registered the
axcom.dll in the references and created a method with the following
code:
AxaptaCOMConnector.Axapta Axapta;
Axapta=new AxaptaCOMConnector.AxaptaClass();
Axapta.Logon("Admin", "", "", "");
Axapta.Logoff();
When i close the application i have an error:
Runtime error!
R6025
- Pure virtual function call
Where is the error?
Thanks!
| Yahoo! Groups Sponsor | |
|
|
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

