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

Managed C++/CLI

 
GeneralRe: project help Pin
johnzfrebbies@27-Apr-08 11:50
johnzfrebbies@27-Apr-08 11:50 
GeneralNOTE TO CP MEMBERS Pin
leckey27-Apr-08 14:59
leckey27-Apr-08 14:59 
GeneralRe: NOTE TO CP MEMBERS Pin
johnzfrebbies@27-Apr-08 19:58
johnzfrebbies@27-Apr-08 19:58 
GeneralRe: NOTE TO CP MEMBERS Pin
leckey28-Apr-08 2:48
leckey28-Apr-08 2:48 
GeneralRe: NOTE TO CP MEMBERS Pin
johnzfrebbies@28-Apr-08 15:21
johnzfrebbies@28-Apr-08 15:21 
GeneralRe: NOTE TO CP MEMBERS Pin
leckey28-Apr-08 15:23
leckey28-Apr-08 15:23 
GeneralGAC issue Pin
soniasan24-Apr-08 1:22
soniasan24-Apr-08 1:22 
GeneralVersioning in Visual Studio 2005 Pin
BuckBrown23-Apr-08 10:08
BuckBrown23-Apr-08 10:08 
Hi,

I'm using Visual Studio 2005 C++/CLI. I have an application that I would like to create a new version of. Obviously I don't want to recreate a bunch of dialog boxes, etc., so I copied my application from c:/Visual Studio 2005 Applications/myAppVersion1/myApp to c:/Visual Studio 2005 Applications/myAppVersion2/myApp. Here is my problem... I click on c:/Visual Studio 2005 Applications/myAppVersion2/myApp.sln to bring up Visual Studio 2005. Then I clean and rebuild the solution but when I run myApp there is a line that gets the current directory System::IO::Directory::GetCurrentDirectory() and it uses the directory for myAppVersion1. If I am running the solution from myAppVersion2 directory then why does GetCurrentDirectory() return the myAppVersion1 directory?

Thanks,

Buck
GeneralRe: Versioning in Visual Studio 2005 Pin
Mark Salsbery23-Apr-08 10:21
Mark Salsbery23-Apr-08 10:21 
QuestionDeserialize a object from a client which is serialized from a server Pin
vayanan23-Apr-08 4:37
vayanan23-Apr-08 4:37 
GeneralRe: Deserialize a object from a client which is serialized from a server Pin
Giorgi Dalakishvili23-Apr-08 7:32
mentorGiorgi Dalakishvili23-Apr-08 7:32 
GeneralRe: Deserialize a object from a client which is serialized from a server Pin
vayanan23-Apr-08 9:33
vayanan23-Apr-08 9:33 
GeneralRe: Deserialize a object from a client which is serialized from a server Pin
Giorgi Dalakishvili23-Apr-08 21:06
mentorGiorgi Dalakishvili23-Apr-08 21:06 
GeneralCoversion between managed and unmanaged type Pin
hatemtaleb23-Apr-08 2:53
hatemtaleb23-Apr-08 2:53 
GeneralRe: Coversion between managed and unmanaged type Pin
hatemtaleb23-Apr-08 3:17
hatemtaleb23-Apr-08 3:17 
QuestionFile Open? Pin
ritz123421-Apr-08 23:15
ritz123421-Apr-08 23:15 
Questionhow to open ports using c++ Pin
ankur010121-Apr-08 7:25
ankur010121-Apr-08 7:25 
AnswerRe: how to open ports using c++ Pin
Mark Salsbery21-Apr-08 21:12
Mark Salsbery21-Apr-08 21:12 
QuestionDid the test succeed Pin
led mike23-Apr-08 9:18
led mike23-Apr-08 9:18 
AnswerRe: how to open ports using c++ Pin
ivanmen23-Apr-08 7:11
ivanmen23-Apr-08 7:11 
QuestionBinaryStream issues with native classes Pin
Xpnctoc21-Apr-08 3:46
Xpnctoc21-Apr-08 3:46 
AnswerRe: BinaryStream issues with native classes Pin
led mike21-Apr-08 5:58
led mike21-Apr-08 5:58 
GeneralRe: BinaryStream issues with native classes Pin
Xpnctoc21-Apr-08 6:22
Xpnctoc21-Apr-08 6:22 
GeneralRe: BinaryStream issues with native classes Pin
led mike21-Apr-08 10:10
led mike21-Apr-08 10:10 
GeneralProblem redistributing C++/CLR App Pin
uusheikh20-Apr-08 22:29
uusheikh20-Apr-08 22:29 

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.