Click here to Skip to main content
15,922,533 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Bitmap drawn via BitBlt not visible over Remote Desktop (WinXP) Pin
Mark Salsbery18-Sep-08 4:44
Mark Salsbery18-Sep-08 4:44 
AnswerRe: Bitmap drawn via BitBlt not visible over Remote Desktop (WinXP) [modified] Pin
JuriB18-Sep-08 5:18
JuriB18-Sep-08 5:18 
GeneralRe: Bitmap drawn via BitBlt not visible over Remote Desktop (WinXP) Pin
Mark Salsbery18-Sep-08 5:43
Mark Salsbery18-Sep-08 5:43 
GeneralRe: Bitmap drawn via BitBlt not visible over Remote Desktop (WinXP) Pin
JuriB18-Sep-08 23:54
JuriB18-Sep-08 23:54 
GeneralRe: Bitmap drawn via BitBlt not visible over Remote Desktop (WinXP) Pin
Mark Salsbery19-Sep-08 5:21
Mark Salsbery19-Sep-08 5:21 
QuestionCEGUI Pin
T.RATHA KRISHNAN18-Sep-08 0:32
T.RATHA KRISHNAN18-Sep-08 0:32 
AnswerRe: CEGUI Pin
Hamid_RT18-Sep-08 1:58
Hamid_RT18-Sep-08 1:58 
Questionunresolved external symbol error in VS 2008 (vc9) Pin
MKC00218-Sep-08 0:21
MKC00218-Sep-08 0:21 
I'm getting some errors in VS2008 while they dont happen in VS 2006.
There are three projects
1. dll project
2. library project
3. exe project

Second(library) and third(exe) projects use some functions of first(dll) project. Second(Library)is also used by third(exe) project.
During building second(Library) project i dont need to include
first(dll) in project settings under additional dll option in linker because i include this dll(dllname.lib) in project settings of third(exe) project.
When i build first, second and third(exe) projects in VC6 they are builded successfully without any error.
While if i build them in VS 2008(vc9) first and second build successfully while third(exe)gives some errors "unresolved external symbols".
These are the errors of those function of first dll which are used in second(library) project. But since i have include this dll in project setting(under linker) in exe project so linker should search their definitions here. I'm surprised why it's happening. I have set the option enable incremental linking in project settings of second and third projects.
Please suggest any solution.
AnswerRe: unresolved external symbol error in VS 2008 (vc9) Pin
KarstenK18-Sep-08 2:09
mveKarstenK18-Sep-08 2:09 
GeneralRe: unresolved external symbol error in VS 2008 (vc9) Pin
MKC00218-Sep-08 3:45
MKC00218-Sep-08 3:45 
AnswerRe: unresolved external symbol error in VS 2008 (vc9) Pin
Mark Salsbery18-Sep-08 4:04
Mark Salsbery18-Sep-08 4:04 
GeneralRe: unresolved external symbol error in VS 2008 (vc9) Pin
MKC00218-Sep-08 21:10
MKC00218-Sep-08 21:10 
QuestionRe: unresolved external symbol error in VS 2008 (vc9) Pin
Mark Salsbery19-Sep-08 5:43
Mark Salsbery19-Sep-08 5:43 
AnswerRe: unresolved external symbol error in VS 2008 (vc9) Pin
MKC00221-Sep-08 21:36
MKC00221-Sep-08 21:36 
QuestionReading larg File Issue Pin
VC_RYK18-Sep-08 0:19
VC_RYK18-Sep-08 0:19 
AnswerRe: Reading larg File Issue Pin
Joseph Marzbani18-Sep-08 0:32
Joseph Marzbani18-Sep-08 0:32 
GeneralRe: Reading larg File Issue Pin
VC_RYK18-Sep-08 0:45
VC_RYK18-Sep-08 0:45 
GeneralRe: Reading larg File Issue Pin
James R. Twine18-Sep-08 4:24
James R. Twine18-Sep-08 4:24 
QuestionRe: Reading larg File Issue Pin
David Crow18-Sep-08 3:38
David Crow18-Sep-08 3:38 
AnswerRe: Reading larg File Issue Pin
Joe Woodbury18-Sep-08 8:51
professionalJoe Woodbury18-Sep-08 8:51 
QuestionAn illustration on memory management .... Pin
Joseph Marzbani17-Sep-08 23:56
Joseph Marzbani17-Sep-08 23:56 
GeneralRe: An illustration on memory management .... Pin
_AnsHUMAN_ 18-Sep-08 0:01
_AnsHUMAN_ 18-Sep-08 0:01 
GeneralRe: An illustration on memory management .... Pin
Joseph Marzbani18-Sep-08 0:10
Joseph Marzbani18-Sep-08 0:10 
GeneralRe: An illustration on memory management .... Pin
Michael Schubert18-Sep-08 1:57
Michael Schubert18-Sep-08 1:57 
AnswerRe: An illustration on memory management .... Pin
toxcct18-Sep-08 0:02
toxcct18-Sep-08 0:02 

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.