Click here to Skip to main content
15,894,646 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCFontDialog incorrect default size Pin
Lonnie Johnson26-Sep-08 5:38
Lonnie Johnson26-Sep-08 5:38 
QuestionRe: CFontDialog incorrect default size Pin
David Crow26-Sep-08 8:14
David Crow26-Sep-08 8:14 
AnswerRe: CFontDialog incorrect default size Pin
Lonnie Johnson26-Sep-08 8:47
Lonnie Johnson26-Sep-08 8:47 
AnswerRe: CFontDialog incorrect default size Pin
PJ Arends26-Sep-08 9:41
professionalPJ Arends26-Sep-08 9:41 
GeneralRe: CFontDialog incorrect default size Pin
Lonnie Johnson26-Sep-08 10:23
Lonnie Johnson26-Sep-08 10:23 
GeneralRe: CFontDialog incorrect default size Pin
PJ Arends26-Sep-08 14:19
professionalPJ Arends26-Sep-08 14:19 
Questionvisual c++ 6 and virtualdub Pin
ditsikts26-Sep-08 5:20
ditsikts26-Sep-08 5:20 
AnswerRe: visual c++ 6 and virtualdub Pin
Matthew Faithfull26-Sep-08 5:31
Matthew Faithfull26-Sep-08 5:31 
If there's no project file for your compiler and no .mak file it can convert to a project then you'll just have to make one yourself. Examining the project files it does have, most are xml-ish these days, should give you the basic layout of the code. Make an empty project and start adding source files. It's not an easy job and getting the final few compiler setting right can be maddeningly difficult but it can be done. I did this for a friend with the xvid source a few years ago. It may take a few hours of fiddling around but unless it's an absolute monster project, like glibc or something, you'll get it. Smile | :)

"The secret of happiness is freedom, and the secret of freedom, courage."
Thucydides (B.C. 460-400)

QuestionSplit window/dialog? Pin
bosfan26-Sep-08 4:53
bosfan26-Sep-08 4:53 
AnswerRe: Split window/dialog? Pin
CPallini26-Sep-08 5:21
mveCPallini26-Sep-08 5:21 
AnswerRe: Split window/dialog? Pin
Nitheesh George26-Sep-08 6:16
Nitheesh George26-Sep-08 6:16 
QuestionNeed help with a client/server real time video application Pin
Neil Ellerington26-Sep-08 4:07
Neil Ellerington26-Sep-08 4:07 
JokeRe: Need help with a client/server real time video application Pin
Joseph Marzbani26-Sep-08 8:41
Joseph Marzbani26-Sep-08 8:41 
Question[Windows Mobile]: gwes.exe error message Pin
madyastha26-Sep-08 2:56
madyastha26-Sep-08 2:56 
AnswerRe: [Windows Mobile]: gwes.exe error message Pin
Rajesh R Subramanian26-Sep-08 3:04
professionalRajesh R Subramanian26-Sep-08 3:04 
GeneralRe: [Windows Mobile]: gwes.exe error message [modified] Pin
madyastha26-Sep-08 3:24
madyastha26-Sep-08 3:24 
QuestionFunction calling from one class to other class Pin
MsmVc26-Sep-08 2:21
MsmVc26-Sep-08 2:21 
AnswerRe: Function calling from one class to other class Pin
David Crow26-Sep-08 2:35
David Crow26-Sep-08 2:35 
AnswerRe: Function calling from one class to other class Pin
CPallini26-Sep-08 4:05
mveCPallini26-Sep-08 4:05 
GeneralRe: Function calling from one class to other class Pin
MsmVc26-Sep-08 18:14
MsmVc26-Sep-08 18:14 
QuestionDialogBox() function problem Pin
ashishmax4726-Sep-08 2:16
ashishmax4726-Sep-08 2:16 
AnswerRe: DialogBox() function problem Pin
Prasann Mayekar26-Sep-08 2:28
Prasann Mayekar26-Sep-08 2:28 
Questionerror C2664: 'GetVolumeInformationW' : cannot convert parameter 2 from 'char [256]' to 'LPWSTR' Pin
VCProgrammer26-Sep-08 2:13
VCProgrammer26-Sep-08 2:13 
AnswerRe: error C2664: 'GetVolumeInformationW' : cannot convert parameter 2 from 'char [256]' to 'LPWSTR' Pin
Prasann Mayekar26-Sep-08 2:32
Prasann Mayekar26-Sep-08 2:32 
GeneralRe: error C2664: 'GetVolumeInformationW' : cannot convert parameter 2 from 'char [256]' to 'LPWSTR' Pin
VCProgrammer26-Sep-08 2:38
VCProgrammer26-Sep-08 2:38 

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.