Click here to Skip to main content
15,880,543 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to show a value in an Edit Textbox Pin
J_E_D_I10-Nov-08 8:37
J_E_D_I10-Nov-08 8:37 
AnswerRe: How to show a value in an Edit Textbox Pin
David Crow10-Nov-08 9:16
David Crow10-Nov-08 9:16 
GeneralRe: How to show a value in an Edit Textbox Pin
J_E_D_I10-Nov-08 9:51
J_E_D_I10-Nov-08 9:51 
AnswerRe: How to show a value in an Edit Textbox Pin
CPallini10-Nov-08 9:27
mveCPallini10-Nov-08 9:27 
Questionpragma comment for resource files Pin
Jim Crafton10-Nov-08 5:44
Jim Crafton10-Nov-08 5:44 
AnswerRe: pragma comment for resource files Pin
cmk10-Nov-08 8:07
cmk10-Nov-08 8:07 
GeneralRe: pragma comment for resource files Pin
Jim Crafton10-Nov-08 8:15
Jim Crafton10-Nov-08 8:15 
GeneralRe: pragma comment for resource files Pin
cmk10-Nov-08 11:05
cmk10-Nov-08 11:05 
Jim Crafton wrote:
existing build .res files and I was wanting an easy way to link to them to pull it into the statically built .exe


I had the same problem. I've manually added refences to the source .rc files via the 'Resource Includes' dialog 'Compile-time directives' by adding lines like: '#include "path/res.rc"'.

So between libs i've had to add these statements as needed (i.e. one lib/dll uses resources from another), as well as in any final .exe. It's a pain, but i think the Resource Includes - Compile-time directives is the 'documented' way to do it.

By adding the #include .rc you also make it a dependent, so no risk of the .res being out of date.

How did you end up doing it ?

...cmk

The idea that I can be presented with a problem, set out to logically solve it with the tools at hand, and wind up with a program that could not be legally used because someone else followed the same logical steps some years ago and filed for a patent on it is horrifying.
- John Carmack

QuestionUnhandled Exception on CreateFile Pin
jimjim73310-Nov-08 4:25
jimjim73310-Nov-08 4:25 
QuestionRe: Unhandled Exception on CreateFile Pin
David Crow10-Nov-08 5:54
David Crow10-Nov-08 5:54 
QuestionRe: Unhandled Exception on CreateFile Pin
CPallini10-Nov-08 6:07
mveCPallini10-Nov-08 6:07 
AnswerRe: Unhandled Exception on CreateFile Pin
Mark Salsbery10-Nov-08 6:49
Mark Salsbery10-Nov-08 6:49 
GeneralRe: Unhandled Exception on CreateFile Pin
CPallini10-Nov-08 7:24
mveCPallini10-Nov-08 7:24 
GeneralRe: Unhandled Exception on CreateFile Pin
Mark Salsbery10-Nov-08 7:37
Mark Salsbery10-Nov-08 7:37 
JokeRe: Unhandled Exception on CreateFile Pin
CPallini10-Nov-08 7:50
mveCPallini10-Nov-08 7:50 
JokeRe: Unhandled Exception on CreateFile Pin
Mark Salsbery10-Nov-08 8:03
Mark Salsbery10-Nov-08 8:03 
JokeRe: Unhandled Exception on CreateFile Pin
CPallini10-Nov-08 8:58
mveCPallini10-Nov-08 8:58 
Question[Message Deleted] Pin
Anil K P10-Nov-08 1:46
Anil K P10-Nov-08 1:46 
AnswerRe: Protect executables and prevent end process Pin
Iain Clarke, Warrior Programmer10-Nov-08 2:34
Iain Clarke, Warrior Programmer10-Nov-08 2:34 
GeneralRe: Protect executables and prevent end process Pin
CPallini10-Nov-08 2:56
mveCPallini10-Nov-08 2:56 
QuestionRe: Protect executables and prevent end process Pin
Maximilien10-Nov-08 2:34
Maximilien10-Nov-08 2:34 
AnswerRe: Protect executables and prevent end process Pin
Rajesh R Subramanian10-Nov-08 2:56
professionalRajesh R Subramanian10-Nov-08 2:56 
AnswerRe: Protect executables and prevent end process Pin
22491710-Nov-08 15:14
22491710-Nov-08 15:14 
GeneralRe: Protect executables and prevent end process Pin
jlkdaslkfjd30-Mar-11 15:54
jlkdaslkfjd30-Mar-11 15:54 
AnswerRe: Protect executables and prevent end process Pin
Hamid_RT10-Nov-08 4:04
Hamid_RT10-Nov-08 4:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.