Why does Qt not work with dll injection? -
i working on program extract text messages third party program, dont have enter tooltip text manually in excel sheets. using dll injection , have hooked microsoft's textoutw function. program gives me messages want. hook successful.
now, want put "cloths" (a gui) on program , have decided go qt. designed gui , have put dll engine gui.
after have done this, tried out program, program not hook anymore. dll hook code , else same, except in qt environment now.
i suspected unicode/multibyte problem, after have set original "non-qt" code unicode , reinserted piece of code qt project, still not work.
i have done research in internet, interesting source said have use qwidget::winid, have tried , still nothing works.
there no error message, no console output whatsoever...
i kinda stuck @ problem hours now... hope guys can me!
jonathan
Comments
Post a Comment