Click here to Skip to main content
15,908,906 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralProblem finding imported resources in MCF project Pin
Ricardo Briceno14-Jan-04 4:13
Ricardo Briceno14-Jan-04 4:13 
GeneralRe: Problem finding imported resources in MCF project Pin
Michael Dunn14-Jan-04 4:37
sitebuilderMichael Dunn14-Jan-04 4:37 
GeneralNon-/Volatile Registers Pin
Alexander M.,14-Jan-04 3:09
Alexander M.,14-Jan-04 3:09 
GeneralRe: Non-/Volatile Registers Pin
Prakash Nadar14-Jan-04 6:19
Prakash Nadar14-Jan-04 6:19 
GeneralRe: Non-/Volatile Registers Pin
Alexander M.,15-Jan-04 5:03
Alexander M.,15-Jan-04 5:03 
GeneralRe: Non-/Volatile Registers Pin
Prakash Nadar15-Jan-04 16:01
Prakash Nadar15-Jan-04 16:01 
QuestionDelete contents of a file??? Pin
ttran770014-Jan-04 3:00
ttran770014-Jan-04 3:00 
AnswerRe: Delete contents of a file??? Pin
David Crow14-Jan-04 3:14
David Crow14-Jan-04 3:14 
AnswerRe: Delete contents of a file??? Pin
El'Cachubrey14-Jan-04 3:32
El'Cachubrey14-Jan-04 3:32 
AnswerRe: Delete contents of a file??? Pin
Alexander M.,14-Jan-04 4:10
Alexander M.,14-Jan-04 4:10 
GeneralHelp!!!Property page Pin
El'Cachubrey14-Jan-04 2:42
El'Cachubrey14-Jan-04 2:42 
GeneralRe: Help!!!Property page Pin
David Crow14-Jan-04 2:49
David Crow14-Jan-04 2:49 
GeneralRe: Help!!!Property page Pin
El'Cachubrey14-Jan-04 3:14
El'Cachubrey14-Jan-04 3:14 
GeneralPointer to user-defined fields Pin
derzellner14-Jan-04 2:26
derzellner14-Jan-04 2:26 
GeneralRe: Pointer to user-defined fields Pin
l a u r e n14-Jan-04 9:50
l a u r e n14-Jan-04 9:50 
GeneralCDHTMLDialog with Frameset Pin
Kene14-Jan-04 2:21
Kene14-Jan-04 2:21 
QuestionHow to replace a variable everywhere in a big project ? Pin
Pierre_114-Jan-04 2:09
sussPierre_114-Jan-04 2:09 
AnswerRe: How to replace a variable everywhere in a big project ? Pin
Kene14-Jan-04 2:26
Kene14-Jan-04 2:26 
GeneralRe: How to replace a variable everywhere in a big project ? Pin
pierre_114-Jan-04 2:31
susspierre_114-Jan-04 2:31 
AnswerRe: How to replace a variable everywhere in a big project ? Pin
G. Raven14-Jan-04 2:41
G. Raven14-Jan-04 2:41 
AnswerRe: How to replace a variable everywhere in a big project ? Pin
David Crow14-Jan-04 2:58
David Crow14-Jan-04 2:58 
AnswerRe: How to replace a variable everywhere in a big project ? Pin
Prakash Nadar14-Jan-04 6:23
Prakash Nadar14-Jan-04 6:23 
QuestionHow to replace a variable everywhere in a big project ? Pin
Anonymous14-Jan-04 2:08
Anonymous14-Jan-04 2:08 
AnswerRe: How to replace a variable everywhere in a big project ? Pin
Alexander M.,14-Jan-04 3:56
Alexander M.,14-Jan-04 3:56 
GeneralDeploy & Path Names - Help Pin
sweep12314-Jan-04 2:06
sweep12314-Jan-04 2:06 
I wish to deploy my application, but don't know how to handle the reference to files within my application.

I currently refer to an avi file like this:
"C:\\TASK_002\\RES\\video3b_view_wh_short.avi"

in the code.

Now I am using the MS Visual Studio .Net to deploy the application and have arranged for the files like "video3b_view_wh_short.avi" to be included in the deployment.

But is this correct to reference in the code the direct path name, as when the program is deployed it will be under the "Program Files" directory - in a sub directory.

How do I handle this in the code?

Sweep123

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.