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

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top