hi,
i built a simple GUI that uses another console application.and i embeded this console application in my GUI exe file using resources.and i built the program using shared linking and the program worked fine.but when i built my program using static linking , the program runs well but when it tries to run the console app, it failes.
what is the problem?