Click here to Skip to main content
15,893,588 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralNeed help wif toggling check box Pin
fynox12-Oct-03 23:27
fynox12-Oct-03 23:27 
GeneralRe: Need help wif toggling check box Pin
Anand Paranjpe12-Oct-03 23:41
Anand Paranjpe12-Oct-03 23:41 
GeneralRe: Need help wif toggling check box Pin
peterchen12-Oct-03 23:48
peterchen12-Oct-03 23:48 
Questionhow to read unicode file Pin
YaronNir12-Oct-03 23:13
YaronNir12-Oct-03 23:13 
AnswerRe: how to read unicode file Pin
Anand Paranjpe12-Oct-03 23:36
Anand Paranjpe12-Oct-03 23:36 
GeneralRe: how to read unicode file Pin
YaronNir12-Oct-03 23:47
YaronNir12-Oct-03 23:47 
GeneralRe: how to read unicode file Pin
Anthony_Yio13-Oct-03 0:45
Anthony_Yio13-Oct-03 0:45 
GeneralMFC / ActiveX integration error Pin
przemm12-Oct-03 22:58
przemm12-Oct-03 22:58 
Hello,

(VC++ 6 SP5)

I have a simple MFC dialog-based app with ActiveX control in it.
This is a control written by friend of mine.
VC created a nice wrapper class for me.
Control displays just fine during execution.

THE PROBLEM:
When I try to access a method from the wrapper class, the program compiles
BUT during execution MFC throws exception : Wrong number of parameters.
BUT THE NUMBER OF PARAMETERS IS GOOD!!
Wrapper for the method has a good prototype etc.
This method can be invoked in ActiveX Control Test Container and in some other 3rd party tool.

So... what's going on??
The message pops out during Debug. In Release, no message, no action.

Thanks in advance for any input
Przem

BTW.
Original method prototype:
BOOL CPrismEdCtrl::LinkReport(long report_handle)

Wrapper class method prototype:
BOOL CPrismEd::LinkReport(long REPORT_HANDLE)

----------------------------
"Fate it'seems is not without a sense of irony"
Generaldebugging layered service providers Pin
andy dungey12-Oct-03 22:39
andy dungey12-Oct-03 22:39 
QuestionDifference btw MBCS and Unicode? Pin
fynox12-Oct-03 22:32
fynox12-Oct-03 22:32 
AnswerRe: Difference btw MBCS and Unicode? Pin
Anand Paranjpe12-Oct-03 23:05
Anand Paranjpe12-Oct-03 23:05 
AnswerRe: Difference btw MBCS and Unicode? Pin
Anthony_Yio13-Oct-03 1:05
Anthony_Yio13-Oct-03 1:05 
AnswerRe: Difference btw MBCS and Unicode? Pin
Michael Dunn13-Oct-03 4:37
sitebuilderMichael Dunn13-Oct-03 4:37 
GeneralRe: Difference btw MBCS and Unicode? Pin
fynox13-Oct-03 16:28
fynox13-Oct-03 16:28 
General100% CPU Usage problem in multithreading Pin
samhita12-Oct-03 22:32
samhita12-Oct-03 22:32 
GeneralRe: 100% CPU Usage problem in multithreading Pin
jmkhael12-Oct-03 22:49
jmkhael12-Oct-03 22:49 
GeneralRe: 100% CPU Usage problem in multithreading Pin
Anand Paranjpe12-Oct-03 22:51
Anand Paranjpe12-Oct-03 22:51 
GeneralRe: 100% CPU Usage problem in multithreading Pin
samhita13-Oct-03 2:51
samhita13-Oct-03 2:51 
GeneralRe: 100% CPU Usage problem in multithreading Pin
jhwurmbach13-Oct-03 3:19
jhwurmbach13-Oct-03 3:19 
GeneralRe: 100% CPU Usage problem in multithreading Pin
Michael Dunn13-Oct-03 4:40
sitebuilderMichael Dunn13-Oct-03 4:40 
GeneralRe: 100% CPU Usage problem in multithreading Pin
jhwurmbach13-Oct-03 4:46
jhwurmbach13-Oct-03 4:46 
Questionwho knows shared memory of command window? Pin
includeh1012-Oct-03 22:10
includeh1012-Oct-03 22:10 
AnswerRe: who knows shared memory of command window? Pin
Anthony_Yio13-Oct-03 1:13
Anthony_Yio13-Oct-03 1:13 
GeneralRemoving icon from header Pin
Chernobog112-Oct-03 21:51
Chernobog112-Oct-03 21:51 
GeneralRe: Removing icon from header Pin
Anand Paranjpe12-Oct-03 22:45
Anand Paranjpe12-Oct-03 22:45 

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.