Click here to Skip to main content
15,890,717 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Predifined macro (__FUNCTION__) Pin
Michael Dunn4-Apr-06 12:50
sitebuilderMichael Dunn4-Apr-06 12:50 
GeneralRe: Predifined macro (__FUNCTION__) Pin
hint_545-Apr-06 5:12
hint_545-Apr-06 5:12 
Questioncompiler Pin
mahafza4-Apr-06 8:16
mahafza4-Apr-06 8:16 
AnswerRe: compiler Pin
2bee 4-Apr-06 10:35
2bee 4-Apr-06 10:35 
AnswerRe: compiler Pin
mahafza4-Apr-06 10:48
mahafza4-Apr-06 10:48 
AnswerRe: compiler Pin
Rudolf Jan5-Apr-06 0:24
Rudolf Jan5-Apr-06 0:24 
GeneralRe: compiler Pin
mahafza5-Apr-06 5:19
mahafza5-Apr-06 5:19 
Questionx64 Conversion project with "Application error" Pin
Burtraskkutaren4-Apr-06 7:56
Burtraskkutaren4-Apr-06 7:56 
Hi all

Working on converting a 32-bit server application to a x64 executable for performance comparision, but there is something wrong with the application or it's settings and I'm beginning to run out of ideas.

The project runs great in 32-bit.
It's a C++ application that has dll-files which I personally compile in 64-bit, shouldn't be any other except systme files.
Checking dependencies and they should all be 64-bit according to Dependency Walker.
It compiles without problems, gives a few warnings but that's no big deal since they are all related to 32-64 bit conversion and none should be of any relevance to this problem.
But, when I try to run or debug the 64-bit version I immediately get an error, Unable to start application. "This application has failed because the application configuration is incorrect. Review the manifest file for possible
errors. Reinstalling the application may fix this problem." No matter how early in the app I set any breakpoint I can't reach it... yet it doesn't seem to be any regular link error. The application config is the same as for the 32-bit version except that necessary x64-settings are changed is VS2005 project settings.
I'm currently running out of ideas, trying to find any tips out on the net and if I don't find anything I'll probably have to start up the whole project from scratch again... although the code would still be written it's a small mess since I didn't create the project earlier and I'm not 100% sure of all the project settings.
If anyone can confirm that these things shouldn't have anything to do with the problem I would be happy, or even better if you have any great tip for me:

The project was previously setup in VS2003 and VS2005_BETA, now I'm running VS2005 Pro
I'm currently running it through Terminal Server on a x64 Server 2003, using a regular WinXP as workstation to connect with.

As I said, I really do appreciate any tips.

TIA


-- modified at 4:22 Wednesday 5th April, 2006
QuestionMouse Problem (or may be drag one) Pin
Tarek Jabri4-Apr-06 6:44
Tarek Jabri4-Apr-06 6:44 
Questionsetup project Pin
Manu_814-Apr-06 6:37
Manu_814-Apr-06 6:37 
AnswerRe: setup project Pin
David Crow4-Apr-06 7:24
David Crow4-Apr-06 7:24 
Questionfloating CDialogBar remains on screen when clicking the close button Pin
freddylowski4-Apr-06 6:37
freddylowski4-Apr-06 6:37 
QuestionHow do I keep menu attributes that exist when the menu refreshes? Pin
jonesap54-Apr-06 6:10
jonesap54-Apr-06 6:10 
QuestionRe: How do I keep menu attributes that exist when the menu refreshes? Pin
David Crow4-Apr-06 7:27
David Crow4-Apr-06 7:27 
QuestionRe: How do I keep menu attributes that exist when the menu refreshes? Pin
jonesap54-Apr-06 7:30
jonesap54-Apr-06 7:30 
AnswerRe: How do I keep menu attributes that exist when the menu refreshes? Pin
Michael Dunn4-Apr-06 11:31
sitebuilderMichael Dunn4-Apr-06 11:31 
AnswerRe: How do I keep menu attributes that exist when the menu refreshes? Pin
jonesap54-Apr-06 12:21
jonesap54-Apr-06 12:21 
Questionkill COM calls in thread Pin
viperlogic4-Apr-06 5:47
viperlogic4-Apr-06 5:47 
AnswerRe: kill COM calls in thread Pin
ThatsAlok4-Apr-06 6:46
ThatsAlok4-Apr-06 6:46 
GeneralRe: kill COM calls in thread Pin
viperlogic4-Apr-06 6:56
viperlogic4-Apr-06 6:56 
GeneralRe: kill COM calls in thread Pin
ThatsAlok4-Apr-06 7:05
ThatsAlok4-Apr-06 7:05 
GeneralRe: kill COM calls in thread Pin
viperlogic4-Apr-06 7:40
viperlogic4-Apr-06 7:40 
AnswerRe: kill COM calls in thread Pin
David Crow4-Apr-06 7:28
David Crow4-Apr-06 7:28 
GeneralRe: kill COM calls in thread Pin
viperlogic4-Apr-06 8:01
viperlogic4-Apr-06 8:01 
GeneralRe: kill COM calls in thread Pin
David Crow4-Apr-06 8:13
David Crow4-Apr-06 8:13 

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.