Pergunta

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

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top