Tuesday, July 14, 2009

How to Integrate Python Script Into VC++.?

I am Desiging a GUI for an ADSL modem and the modem has a firmware which asks for a prompt login which is written in html/php . GUI is being developed with VIsual C++ and socket programming is real hard to crack the prompt Login so using telnet i am able to login with just the password . there is a better feature in python to telnet in to the modem does anyone know how to run a python script in VC++ 6.0

How to Integrate Python Script Into VC++.?
Look at either having Boost.Python, or SWIG. If this is plain C code, look at the manual. *Read the manual* as it tells you what to do to embed Python in C programs.
Reply:Use GCC... it has everything you will ever need...


No comments:

Post a Comment