Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,

ok i have 3 files:

1. injector.exe
2. myDLL.dll
3. config.ini

injector.exe will automatically inject myDLL.dll to a specified process and myDLL.dll is for parsing settings from config.ini, everything works well
btw, im using this code for parsing ini
C++
boost::property_tree::ini_parser::read_ini("config.ini", pt);


i merged injector.exe and myDLL.dll using IExpress, works well again, except that it cannot parse the config.ini

Need help on this. i want to merge .exe and .dll and be able to parse .ini.
And if i use ILMerge will still be the same?? (im still having problem merging these files using ILMerge).

thanks in advance
Posted
Comments
Sergey Alexandrovich Kryukov 15-Aug-12 17:32pm    
Not enough information.
--SA
Malli_S 17-Aug-12 7:57am    
Why you can't parse the Config.ini? Please post the error or some more details.
Ronni2013 17-Aug-12 8:40am    
what im saying is i cant parse ini anymore..after merging dll and exe using IExpress
Malli_S 17-Aug-12 8:44am    
Please explain what do you mean by 'I can't parse' ? Where you are failing? Is it giving any exception? You getting any error dialog?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900