DLL wrapping and web services

BlitzMax Forums/BlitzMax Programming/DLL wrapping and web services

Drackbolt(Posted 2010) [#1]
Hey all,

I'm interested in making an app that connects to an online CRM web service. I can handle parsing XML and doing everything I think except for authentication. I have an SDK DLL and I need to use custom authentication tokens from it. I've seen some code in here about wrapping DLLs, but only with functions. Can anyone offer feedback on this process?

Thanks!