Click here to Skip to main content
15,914,317 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionMemory, speed and MSXML Pin
Argonia18-Jun-13 5:32
professionalArgonia18-Jun-13 5:32 
QuestionRe: Memory, speed and MSXML Pin
David Crow18-Jun-13 6:13
David Crow18-Jun-13 6:13 
AnswerRe: Memory, speed and MSXML Pin
Argonia18-Jun-13 7:52
professionalArgonia18-Jun-13 7:52 
GeneralRe: Memory, speed and MSXML Pin
David Crow18-Jun-13 9:55
David Crow18-Jun-13 9:55 
QuestionDoes ActiveX ctrl work as seperate process? Pin
Vaibhav Gupt18-Jun-13 0:41
Vaibhav Gupt18-Jun-13 0:41 
AnswerRe: Does ActiveX ctrl work as seperate process? Pin
_AnsHUMAN_ 18-Jun-13 3:41
_AnsHUMAN_ 18-Jun-13 3:41 
GeneralRe: Does ActiveX ctrl work as seperate process? Pin
Jonathan Davies18-Jun-13 5:19
Jonathan Davies18-Jun-13 5:19 
QuestionAssertion error Winocc.cpp line 345 While testing self made unlicensed ActiveXctrl. Pin
Vaibhav Gupt18-Jun-13 0:38
Vaibhav Gupt18-Jun-13 0:38 
I am using vc++ 6.0. I Have made an unlicensed activex ctrl application from app wizard (MFC activeX ctrl wizard for generating random drawing). When I am testing this Activex by ActiveX control test container, all functions are working fine, but when I am testing it with dialog application, On calling any method of ActiveX it is giving error debug assertion failed. Program ......
File: winocc.cpp; line: 345

I am making an object of this ActiveX ctrl wrapper class in my testing dialog application and then calling method defined in this ActiveX ctrl.

My code:

CNewSquiggleAcX m_ClNewSquigg;
CFileDialog m_ldFile(TRUE);
// Show the File open dialog and capture the result
if(m_ldFile.DoModal()== IDOK)
{
CString m_sResults;
m_sResults = m_ldFile.GetFileName();
//m_ClNewSquigg.GetSquiggleLength();
m_ClNewSquigg.LoadDrawing(m_sResults); // Error comes in this line calling any activex function
}

Calling any method of this self created unlicensed ActiveX ctrl is giving error.

Please help.
QuestionRemote Accessing Pin
john563217-Jun-13 20:42
john563217-Jun-13 20:42 
GeneralRe: Remote Accessing Pin
Richard MacCutchan17-Jun-13 21:16
mveRichard MacCutchan17-Jun-13 21:16 
AnswerRe: Remote Accessing Pin
vr99999999917-Jun-13 22:47
vr99999999917-Jun-13 22:47 
Questionzero copy approach in windows and unix using C++ Pin
vr99999999917-Jun-13 20:13
vr99999999917-Jun-13 20:13 
AnswerRe: zero copy approach in windows and unix using C++ Pin
Richard MacCutchan17-Jun-13 21:15
mveRichard MacCutchan17-Jun-13 21:15 
GeneralRe: zero copy approach in windows and unix using C++ Pin
vr99999999917-Jun-13 21:30
vr99999999917-Jun-13 21:30 
GeneralRe: zero copy approach in windows and unix using C++ Pin
Richard MacCutchan17-Jun-13 21:53
mveRichard MacCutchan17-Jun-13 21:53 
GeneralRe: zero copy approach in windows and unix using C++ Pin
CPallini17-Jun-13 23:45
mveCPallini17-Jun-13 23:45 
GeneralRe: zero copy approach in windows and unix using C++ Pin
vr99999999918-Jun-13 1:04
vr99999999918-Jun-13 1:04 
GeneralRe: zero copy approach in windows and unix using C++ Pin
David Crow18-Jun-13 3:59
David Crow18-Jun-13 3:59 
AnswerRe: zero copy approach in windows and unix using C++ Pin
David Crow18-Jun-13 3:57
David Crow18-Jun-13 3:57 
QuestionIntel Compiler Error on declaration [Solved] Pin
ErfanNoury17-Jun-13 8:07
ErfanNoury17-Jun-13 8:07 
AnswerRe: Intel Compiler Error on declaration Pin
Maximilien17-Jun-13 8:31
Maximilien17-Jun-13 8:31 
GeneralRe: Intel Compiler Error on declaration Pin
ErfanNoury17-Jun-13 8:40
ErfanNoury17-Jun-13 8:40 
GeneralRe: Intel Compiler Error on declaration Pin
Maximilien17-Jun-13 8:47
Maximilien17-Jun-13 8:47 
GeneralRe: Intel Compiler Error on declaration Pin
ErfanNoury17-Jun-13 9:02
ErfanNoury17-Jun-13 9:02 
AnswerRe: Intel Compiler Error on declaration Pin
CPallini17-Jun-13 8:43
mveCPallini17-Jun-13 8:43 

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.