Quickbooks External
Posted: Wed Jan 09, 2013 10:31 pm
Anyone have any luck using the Quickbooks SDK with Livecode?
I've tried registering the DLL as an external with mixed results. In my standalone settings, the QBXMLRP2 script library is available, which I guess is a good thing. But when I do
it does not show up, which means I can't access it in the IDE.
I was going to use the COM EXE wrapper, but I couldn't get it to register on my machine, and everything else I've read says its a nightmare trying to get it to work right and not the best way to go for production. And if I can't get it to work, I can imagine the end users of my app won't be able to either.
Have any suggestions on what I can do to get this to work? Any code snippets that I can reference or plugins I can buy?
I've tried registering the DLL as an external with mixed results. In my standalone settings, the QBXMLRP2 script library is available, which I guess is a good thing. But when I do
Code: Select all
put the externalPackages of stack "home"
I was going to use the COM EXE wrapper, but I couldn't get it to register on my machine, and everything else I've read says its a nightmare trying to get it to work right and not the best way to go for production. And if I can't get it to work, I can imagine the end users of my app won't be able to either.
Have any suggestions on what I can do to get this to work? Any code snippets that I can reference or plugins I can buy?