Question

I have been given a dukpt.lib file and corresponding header file. I have to make a webservice in c++ (gSOAP)which internally make use of methods from dukpt.lib

dukpt.lib make use of win api internally . so my question is :Is there any possible way to make my webservice on linux

Was it helpful?

Solution

Probably not. There's a faint chance you might be able to use it somehow via WINE, but if that isn't immediately apparent to you, you are very unlikely to be able to get it to work.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top