Click here to Skip to main content
15,887,273 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionP.C. Serial Communication for Visual C++ Dialog Pin
Member 17278168-Jun-09 8:14
Member 17278168-Jun-09 8:14 
AnswerRe: P.C. Serial Communication for Visual C++ Dialog Pin
Stuart Dootson8-Jun-09 9:35
professionalStuart Dootson8-Jun-09 9:35 
QuestionRe: P.C. Serial Communication for Visual C++ Dialog Pin
CPallini8-Jun-09 9:52
mveCPallini8-Jun-09 9:52 
AnswerRe: P.C. Serial Communication for Visual C++ Dialog Pin
David Crow8-Jun-09 10:20
David Crow8-Jun-09 10:20 
QuestionCan anyone give me some suggestion Pls..? Pin
kokilag8-Jun-09 8:05
kokilag8-Jun-09 8:05 
QuestionRe: Can anyone give me some suggestion Pls..? Pin
CPallini8-Jun-09 8:16
mveCPallini8-Jun-09 8:16 
AnswerRe: Can anyone give me some suggestion Pls..? Pin
«_Superman_»8-Jun-09 16:05
professional«_Superman_»8-Jun-09 16:05 
Questiontrouble building with Visual Studio 5.0 in Citrix - compatability issues??? Pin
AmVal8-Jun-09 5:03
AmVal8-Jun-09 5:03 
I'm just going to take a stab in the dark here and hope someone has some information about this.

We need to move our development environment inside of Citrix. Unfortunately we are still using Visual Studio 5.0, and haven't been able to upgrade due to compatability issues with third party software we are using.

I cannot get our project to build inside of Citrix. I get an "Error executing Link.exe", with no other errors at all. The first thing it's trying to build is a static library, and I can see that it creates all of the .obj files, but apparently never creates the .lib and then the Link.exe error occurs.

Just to eliminate the possibility that my large project can't find something it needs, I created a new "Test" workspace, created a new static library with just some comments in it and built, and outside of Citrix it builds fine, but inside Citrix I get these results:

Compiling...
Test1.cpp
Creating library...
Error executing link.exe.

Lib Test.lib - 1 error(s), 0 warning(s)


Then I tried a new .exe, just accepted all the Wizard defaults and tried to build, and also get the same type of error in Citrix:

Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
ChildFrm.cpp
MainFrm.cpp
TestMFCApp.cpp
TestMFCAppDoc.cpp
TestMFCAppView.cpp
Generating Code...
Linking...
Error executing link.exe.

TestMFCApp.exe - 1 error(s), 0 warning(s)


So it kind of appears that I'm unable to build anything inside of Citrix. I thought it could be a permissions issue, but I now have Admin rights and am still getting the same error.

So I have a feeling there may be a compatibility issue with our old version of Visual Studio in Citrix, and unfortunately Microsoft doesn't support 5.0 anymore, so I'm afraid we may be in a bit of a bind. (I.e., my development may come to a screeching halt when they move all of our servers next weekend).

If anyone has any information about this and/or knows of any potential workaround to try, I would be most grateful.

Thanks in Advance.
AnswerRe: trouble building with Visual Studio 5.0 in Citrix - compatability issues??? Pin
Stuart Dootson8-Jun-09 7:51
professionalStuart Dootson8-Jun-09 7:51 
GeneralRe: trouble building with Visual Studio 5.0 in Citrix - compatability issues??? Pin
AmVal8-Jun-09 8:30
AmVal8-Jun-09 8:30 
GeneralRe: trouble building with Visual Studio 5.0 in Citrix - compatability issues??? Pin
Stuart Dootson8-Jun-09 9:29
professionalStuart Dootson8-Jun-09 9:29 
GeneralRe: trouble building with Visual Studio 5.0 in Citrix - compatability issues??? Pin
AmVal11-Jun-09 3:55
AmVal11-Jun-09 3:55 
GeneralRe: trouble building with Visual Studio 5.0 in Citrix - compatability issues??? Pin
Stuart Dootson11-Jun-09 3:57
professionalStuart Dootson11-Jun-09 3:57 
QuestionGDI + drawing Pin
transoft8-Jun-09 4:49
transoft8-Jun-09 4:49 
AnswerRe: GDI + drawing Pin
Cedric Moonen8-Jun-09 4:59
Cedric Moonen8-Jun-09 4:59 
GeneralRe: GDI + drawing [modified] Pin
transoft8-Jun-09 5:06
transoft8-Jun-09 5:06 
AnswerRe: GDI + drawing Pin
Sarath C8-Jun-09 8:51
Sarath C8-Jun-09 8:51 
Questionhow to interpret the following code snippet Pin
pandit848-Jun-09 4:44
pandit848-Jun-09 4:44 
QuestionRe: how to interpret the following code snippet Pin
led mike8-Jun-09 5:14
led mike8-Jun-09 5:14 
AnswerRe: how to interpret the following code snippet Pin
CPallini8-Jun-09 6:44
mveCPallini8-Jun-09 6:44 
QuestionControlling bass and treble on an audio device Pin
dptalt8-Jun-09 4:18
dptalt8-Jun-09 4:18 
QuestionUsed cluster number of a hard disk partition come continuously...Is it correct..? Pin
krish_kumar8-Jun-09 4:08
krish_kumar8-Jun-09 4:08 
QuestionHlep me!A problem of AttachDispatch method~ Pin
bjwu8-Jun-09 2:42
bjwu8-Jun-09 2:42 
Questionpassing pointers to function Pin
hrishiS8-Jun-09 2:26
hrishiS8-Jun-09 2:26 
AnswerRe: passing pointers to function Pin
«_Superman_»8-Jun-09 2:40
professional«_Superman_»8-Jun-09 2:40 

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.