Hi group.
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
ADVERTISEMENT
click here


Yahoo! Groups Links

Reply via email to