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

C / C++ / MFC

 
QuestionRead/Write Files(ex:music files) meta data Pin
A&Ms6-May-09 18:49
A&Ms6-May-09 18:49 
AnswerRe: Read/Write Files(ex:music files) meta data Pin
Stuart Dootson6-May-09 20:22
professionalStuart Dootson6-May-09 20:22 
AnswerRe: Read/Write Files(ex:music files) meta data Pin
A&Ms6-May-09 21:11
A&Ms6-May-09 21:11 
QuestionFile Deletion using SHFILEOPSTRUCT & SHFileOperation Pin
Padmanabha_M6-May-09 18:35
Padmanabha_M6-May-09 18:35 
AnswerRe: File Deletion using SHFILEOPSTRUCT & SHFileOperation Pin
«_Superman_»6-May-09 19:17
professional«_Superman_»6-May-09 19:17 
GeneralRe: File Deletion using SHFILEOPSTRUCT & SHFileOperation Pin
Padmanabha_M6-May-09 20:08
Padmanabha_M6-May-09 20:08 
GeneralRe: File Deletion using SHFILEOPSTRUCT & SHFileOperation Pin
David Crow7-May-09 3:31
David Crow7-May-09 3:31 
QuestionNeed help on Dock Window Pin
nick2reg6-May-09 17:22
nick2reg6-May-09 17:22 
QuestionVery difficult problem about CExplorer1. Pin
cwj_6-May-09 15:38
cwj_6-May-09 15:38 
QuestionRe: Very difficult problem about CExplorer1. Pin
Madhu Nair6-May-09 17:36
Madhu Nair6-May-09 17:36 
AnswerRe: Very difficult problem about CExplorer1. Pin
Stuart Dootson6-May-09 20:06
professionalStuart Dootson6-May-09 20:06 
AnswerRe: Very difficult problem about CExplorer1. Pin
virusest31-Dec-10 18:13
virusest31-Dec-10 18:13 
Questionmatrix in window Pin
kiemxai6-May-09 14:45
kiemxai6-May-09 14:45 
AnswerRe: matrix in window Pin
Stuart Dootson6-May-09 19:41
professionalStuart Dootson6-May-09 19:41 
GeneralRe: matrix in window Pin
kiemxai6-May-09 23:19
kiemxai6-May-09 23:19 
GeneralRe: matrix in window Pin
Stuart Dootson6-May-09 23:22
professionalStuart Dootson6-May-09 23:22 
QuestionInclude order issues Pin
__DanC__6-May-09 9:53
__DanC__6-May-09 9:53 
AnswerRe: Include order issues Pin
Stuart Dootson6-May-09 10:40
professionalStuart Dootson6-May-09 10:40 
GeneralRe: Include order issues Pin
__DanC__6-May-09 11:00
__DanC__6-May-09 11:00 
GeneralRe: Include order issues Pin
Stuart Dootson6-May-09 11:14
professionalStuart Dootson6-May-09 11:14 
GeneralRe: Include order issues Pin
__DanC__6-May-09 21:06
__DanC__6-May-09 21:06 
Questionhelp extracting data Pin
dunlapjw6-May-09 7:42
dunlapjw6-May-09 7:42 
AnswerRe: help extracting data Pin
Madhu Nair6-May-09 8:41
Madhu Nair6-May-09 8:41 
QuestionRe: help extracting data Pin
David Crow6-May-09 8:42
David Crow6-May-09 8:42 
QuestionByte alignement - qt Pin
yaronillouz6-May-09 7:21
yaronillouz6-May-09 7:21 
I work in windows xp with visual studio c++ 6, by default byte alignment is 8, and qt 3.2.2. i have a program with the default byte alignment that work well.

I need to change byte alignement of my qt program to 4. Changing alignemnt of the program result in a popup error window, in the call of the show qt function of the window. If i don't call the show function the program doesn't produce no error and run ok .

I've tried both: changing byte alignemnt of all the projects (in the settings dialog), and just changing the alignment of a struct by writting pragma pack(4) before definition of the class.

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.