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

C / C++ / MFC

 
GeneralRe: Question! Pin
thebeekeeper30-Jun-09 10:52
thebeekeeper30-Jun-09 10:52 
AnswerRe: Question! Pin
Stuart Dootson30-Jun-09 9:48
professionalStuart Dootson30-Jun-09 9:48 
AnswerRe: Question! Pin
David Crow30-Jun-09 10:45
David Crow30-Jun-09 10:45 
Questionhow to use inpout32.dll in vc++208 clr project Pin
PIYUSH196630-Jun-09 8:11
PIYUSH196630-Jun-09 8:11 
AnswerRe: how to use inpout32.dll in vc++208 clr project Pin
Sarath C30-Jun-09 9:43
Sarath C30-Jun-09 9:43 
QuestionCreate a C++ dll to be called from JAVA and PHP Pin
Galo Vinueza S.30-Jun-09 7:37
Galo Vinueza S.30-Jun-09 7:37 
AnswerRe: Create a C++ dll to be called from JAVA and PHP Pin
Stuart Dootson30-Jun-09 9:43
professionalStuart Dootson30-Jun-09 9:43 
QuestionVS and Qt linking differences Pin
thebeekeeper30-Jun-09 7:16
thebeekeeper30-Jun-09 7:16 
Does anybody know the details of how linking works in VS2005 vs Qt? Namely, QtCreator. I've got an app I'm writing that uses a 3rd party library, and it works correctly when I build the project in VS2005, but not when I build in QtCreator. Everything seems to link correctly in both cases, so I'm sort of at a loss.

The error I get when I build with QtCreator is an access violation error. It seems like my code is calling into an invalid memory location. I can see that the function has an address with something like cout << SomeFunction << endl; but that doesn't tell me a whole lot besides that it's not null.

Maybe the runtime is doing something different? When I look at my exe in depends, I get some strange results. Both versions (VS and Qt) show my exe pointing at the correct dlls, but in the Qt one I don't get any entries in the "Parent Import Function List View" but I do get entries when I build with VS. I feel like that bit of information is pointing out something obvious to me, but I can't figure out what it is.

Nick
AnswerRe: VS and Qt linking differences Pin
Stuart Dootson30-Jun-09 9:29
professionalStuart Dootson30-Jun-09 9:29 
QuestionConstructing and Accessing a RecordSet from COM in C++ Pin
BeerFizz30-Jun-09 5:14
BeerFizz30-Jun-09 5:14 
AnswerRe: Constructing and Accessing a RecordSet from COM in C++ Pin
Stuart Dootson30-Jun-09 5:44
professionalStuart Dootson30-Jun-09 5:44 
GeneralRe: Constructing and Accessing a RecordSet from COM in C++ [modified] Pin
BeerFizz30-Jun-09 6:10
BeerFizz30-Jun-09 6:10 
GeneralRe: Constructing and Accessing a RecordSet from COM in C++ Pin
Stuart Dootson30-Jun-09 7:04
professionalStuart Dootson30-Jun-09 7:04 
GeneralRe: Constructing and Accessing a RecordSet from COM in C++ Pin
BeerFizz30-Jun-09 6:13
BeerFizz30-Jun-09 6:13 
GeneralRe: Constructing and Accessing a RecordSet from COM in C++ Pin
Stuart Dootson30-Jun-09 6:59
professionalStuart Dootson30-Jun-09 6:59 
GeneralRe: Constructing and Accessing a RecordSet from COM in C++ Pin
BeerFizz30-Jun-09 10:38
BeerFizz30-Jun-09 10:38 
GeneralRe: Constructing and Accessing a RecordSet from COM in C++ Pin
Stuart Dootson30-Jun-09 11:24
professionalStuart Dootson30-Jun-09 11:24 
Questioncreating and writing data to an xml file in vc++6.0 Pin
kir_MFC30-Jun-09 3:44
kir_MFC30-Jun-09 3:44 
AnswerRe: creating and writing data to an xml file in vc++6.0 Pin
Naveen30-Jun-09 4:30
Naveen30-Jun-09 4:30 
QuestionWhy have you reposted this? Pin
led mike30-Jun-09 4:37
led mike30-Jun-09 4:37 
AnswerRe: creating and writing data to an xml file in vc++6.0 Pin
David Crow30-Jun-09 4:45
David Crow30-Jun-09 4:45 
QuestionCapture Ctrl+Pgup event Pin
reply2am30-Jun-09 2:02
reply2am30-Jun-09 2:02 
AnswerRe: Capture Ctrl+Pgup event Pin
David Crow30-Jun-09 3:44
David Crow30-Jun-09 3:44 
Questionreading and writing xml files in vc++6.0 Pin
kir_MFC30-Jun-09 1:17
kir_MFC30-Jun-09 1:17 
AnswerRe: reading and writing xml files in vc++6.0 Pin
Madhu Nair30-Jun-09 1:28
Madhu Nair30-Jun-09 1:28 

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.