Click here to Skip to main content
15,895,256 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCross-Process Subclassing Pin
Force Code30-Jan-07 0:47
Force Code30-Jan-07 0:47 
QuestionI need help with win32 api edit controls Pin
asp.netProgrammer30-Jan-07 0:20
asp.netProgrammer30-Jan-07 0:20 
AnswerRe: I need help with win32 api edit controls Pin
_AnsHUMAN_ 30-Jan-07 0:28
_AnsHUMAN_ 30-Jan-07 0:28 
AnswerRe: I need help with win32 api edit controls [modified] Pin
Naveen30-Jan-07 0:38
Naveen30-Jan-07 0:38 
AnswerRe: I need help with win32 api edit controls Pin
S Douglas30-Jan-07 1:21
professionalS Douglas30-Jan-07 1:21 
GeneralRe: I need help with win32 api edit controls Pin
asp.netProgrammer30-Jan-07 4:39
asp.netProgrammer30-Jan-07 4:39 
GeneralRe: I need help with win32 api edit controls Pin
Michael Dunn30-Jan-07 7:29
sitebuilderMichael Dunn30-Jan-07 7:29 
QuestionNeed help with CXX0033: Error: error in OMF type information Pin
Sebastian Schneider29-Jan-07 23:48
Sebastian Schneider29-Jan-07 23:48 
Hi guys,

I am currently trying to get a MFC-application underway. The whole system is compilable and runs smoothly on any computer with VS2005 Pro and Intel Visual Fortran 9.1.

I am having some trouble debugging, though. The app contains several data structures (see below).

<br />
struct one{<br />
double d11, double d12, double d13, ...};<br />
struct two{<br />
double d21, double d22, double d23, ...};<br />
...<br />
struct main{<br />
one onearray[FIRST_CONSTANT],<br />
two twoarray[SECOND_CONSTANT]...<br />
}<br />




Whenever I try to debug, I can get anything from the onearray, but instead of display twoarray, I get an error CXX0033.

I tried everything that came into my mind, from disabling PCH (a very old cause of this error that should be fixed) to cleaning all intermediate files automatically/by hand and rebuilding the application.

Any suggestions?



Cheers,
Sebastian

--
Contra vim mortem non est medicamen in hortem.

AnswerRe: Need help with CXX0033: Error: error in OMF type information Pin
Sebastian Schneider30-Jan-07 1:37
Sebastian Schneider30-Jan-07 1:37 
QuestionReading disk data from multiple processes. Pin
Bartosz Bien29-Jan-07 22:08
Bartosz Bien29-Jan-07 22:08 
JokeRe: Reading disk data from multiple processes. Pin
Nibu babu thomas29-Jan-07 22:14
Nibu babu thomas29-Jan-07 22:14 
GeneralRe: Reading disk data from multiple processes. Pin
Bartosz Bien29-Jan-07 22:28
Bartosz Bien29-Jan-07 22:28 
AnswerRe: Reading disk data from multiple processes. Pin
Michael Dunn29-Jan-07 22:38
sitebuilderMichael Dunn29-Jan-07 22:38 
AnswerRe: Reading disk data from multiple processes. Pin
James R. Twine30-Jan-07 1:08
James R. Twine30-Jan-07 1:08 
QuestionAuto view CD Pin
hoa_nguyen29-Jan-07 21:59
hoa_nguyen29-Jan-07 21:59 
AnswerRe: Auto view CD Pin
_AnsHUMAN_ 29-Jan-07 22:03
_AnsHUMAN_ 29-Jan-07 22:03 
AnswerRe: Auto view CD Pin
Hamid_RT30-Jan-07 2:11
Hamid_RT30-Jan-07 2:11 
AnswerRe: Auto view CD Pin
David Crow30-Jan-07 2:19
David Crow30-Jan-07 2:19 
GeneralRe: Auto view CD Pin
jhwurmbach30-Jan-07 2:47
jhwurmbach30-Jan-07 2:47 
GeneralRe: Auto view CD Pin
Hamid_RT30-Jan-07 18:26
Hamid_RT30-Jan-07 18:26 
AnswerRe: Auto view CD Pin
Maximilien30-Jan-07 3:06
Maximilien30-Jan-07 3:06 
QuestionSet own cursor in application? Pin
bosfan29-Jan-07 21:58
bosfan29-Jan-07 21:58 
AnswerRe: Set own cursor in application? Pin
_AnsHUMAN_ 29-Jan-07 22:05
_AnsHUMAN_ 29-Jan-07 22:05 
AnswerRe: Set own cursor in application? Pin
KarstenK30-Jan-07 1:22
mveKarstenK30-Jan-07 1:22 
AnswerRe: Set own cursor in application? Pin
Hamid_RT30-Jan-07 2:16
Hamid_RT30-Jan-07 2:16 

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.