c++ - MFC app to Linux dll -
c++ - MFC app to Linux dll -
currently have legacy client/server scheme written in mfc(server) , java(client). scheme cant not run on net because of various reason. so, developing little scheme (very few functionalities of legacy system) in cake php etc fullfill client requirement.
now, 1 functionality in legacy scheme needs in new system. thinking of making dll of code , integrate cake php (to save time) dll not work on linux new scheme sit.
so, there way generate dll works php in linux scheme using qt etc?
or
we have rewrite whole thing? in case, appropriate framework develop cross platform dll. prefer utilize windows write it.
also, can run dll cake php?
thanks
so, there way generate dll works php in linux scheme using qt etc?
no, linux doesn't back upwards dll file format. may want compile shared object file in elf format source code.
c++ linux cakephp dll mfc
Comments
Post a Comment