-3

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

Satish2230
  • 13
  • 6

1 Answers1

0

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.

  • thanku for response ..can you please suggest me a good link where I can learn how to use wine regarding this...I am not familiar with linux at all – Satish2230 Dec 20 '12 at 07:12
  • If you are not familiar with Linux at all, you do not have the necessary skills to pursue this task. –  Dec 20 '12 at 07:13
  • so i guess You mean that I have to make a .exe of webservice in windows environment and deploy it in linux with help of wine..does it work this way..?? – Satish2230 Dec 20 '12 at 07:16
  • dukpt.lib make use of setupapi.lib from windows – Satish2230 Dec 20 '12 at 07:19
  • Applications which make use of the Windows Setup API are not likely to port cleanly under WINE. There is probably a much better way of accomplishing what you are after, but your question is too narrow to give you a more useful answer. –  Dec 20 '12 at 07:28