Click here to Skip to main content
15,913,199 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: please please please help me Pin
Anonymous5-Oct-04 22:59
Anonymous5-Oct-04 22:59 
Generalproblem Pin
ISUstudent5-Oct-04 14:55
ISUstudent5-Oct-04 14:55 
GeneralRe: problem Pin
Anonymous5-Oct-04 15:27
Anonymous5-Oct-04 15:27 
GeneralRe: problem Pin
Christian Graus5-Oct-04 15:38
protectorChristian Graus5-Oct-04 15:38 
GeneralRe: problem Pin
toxcct5-Oct-04 21:13
toxcct5-Oct-04 21:13 
GeneralRe: problem Pin
Anonymous6-Oct-04 4:11
Anonymous6-Oct-04 4:11 
GeneralRe: problem Pin
R.Pincince13-Oct-04 5:10
R.Pincince13-Oct-04 5:10 
GeneralProject settings Pin
Jose Vicente5-Oct-04 5:41
Jose Vicente5-Oct-04 5:41 
Hello all.

I have decided to change the output directory of my managed c++ application and also the intermediate directory.

I had as output and intermediate directories de defaultvalues:
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)

which in fact were the same directory.

I have changed this right now to:
OutputDirectory="o:/$(ConfigurationName)"
IntermediateDirectory="o:/$(ConfigurationName)/Intermediate/$(ProjectName)

This changes the output of the project and the project is build correctly but when I try to execute the application I get a System.Resources.MissingManifestException.

If I don't modify the original value for the intermediate directory it works fine

Please can anyone explain something to me ???
Thanks in advace.


GeneralA CHALLENGE Pin
tobermori4-Oct-04 15:36
tobermori4-Oct-04 15:36 
GeneralDirectX 9 SDK (Summer 2004) Pin
pauldomag3-Oct-04 6:23
pauldomag3-Oct-04 6:23 
GeneralRe: DirectX 9 SDK (Summer 2004) Pin
Christian Graus5-Oct-04 15:41
protectorChristian Graus5-Oct-04 15:41 
GeneralRe: DirectX 9 SDK (Summer 2004) Pin
pauldomag5-Oct-04 22:59
pauldomag5-Oct-04 22:59 
GeneralRe: DirectX 9 SDK (Summer 2004) Pin
Christian Graus6-Oct-04 9:33
protectorChristian Graus6-Oct-04 9:33 
GeneralRe: DirectX 9 SDK (Summer 2004) Pin
pauldomag7-Oct-04 6:41
pauldomag7-Oct-04 6:41 
GeneralRe: DirectX 9 SDK (Summer 2004) Pin
Christian Graus7-Oct-04 9:55
protectorChristian Graus7-Oct-04 9:55 
GeneralRe: DirectX 9 SDK (Summer 2004) Pin
pauldomag8-Oct-04 7:36
pauldomag8-Oct-04 7:36 
GeneralDirectX bouncing cube Pin
guissella2-Oct-04 19:44
guissella2-Oct-04 19:44 
Generalautoselect in another List box Pin
PankajMishra2-Oct-04 17:26
PankajMishra2-Oct-04 17:26 
GeneralThreading Pin
jblau2-Oct-04 14:54
jblau2-Oct-04 14:54 
GeneralRe: Threading Pin
David Moody7-Oct-04 4:13
David Moody7-Oct-04 4:13 
QuestionListbox: How to ensure that last item added is visible? Pin
jblau2-Oct-04 12:53
jblau2-Oct-04 12:53 
AnswerRe: Listbox: How to ensure that last item added is visible? Pin
BAIJUMAX3-Oct-04 1:35
professionalBAIJUMAX3-Oct-04 1:35 
GeneralRe: Listbox: How to ensure that last item added is visible? Pin
jblau3-Oct-04 7:43
jblau3-Oct-04 7:43 
AnswerRe: Listbox: How to ensure that last item added is visible? Pin
AnsGe4-Oct-04 3:03
AnsGe4-Oct-04 3:03 
GeneralRe: Listbox: How to ensure that last item added is visible? Pin
jblau4-Oct-04 4:10
jblau4-Oct-04 4:10 

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.