Click here to Skip to main content
15,903,385 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: NT Services Pin
udaybhaskar_nori19-Jan-06 17:52
udaybhaskar_nori19-Jan-06 17:52 
GeneralRe: NT Services Pin
Prakash Nadar19-Jan-06 17:57
Prakash Nadar19-Jan-06 17:57 
General[Message Deleted] Pin
kakan19-Jan-06 19:44
professionalkakan19-Jan-06 19:44 
GeneralRe: NT Services Pin
ThatsAlok19-Jan-06 21:05
ThatsAlok19-Jan-06 21:05 
GeneralRe: NT Services Pin
ThatsAlok19-Jan-06 21:11
ThatsAlok19-Jan-06 21:11 
GeneralRe: NT Services Pin
udaybhaskar_nori20-Jan-06 0:26
udaybhaskar_nori20-Jan-06 0:26 
GeneralRe: NT Services Pin
ThatsAlok20-Jan-06 0:41
ThatsAlok20-Jan-06 0:41 
QuestionQuestion about MFC ActiveX Control Function Pin
godspeed12319-Jan-06 17:11
godspeed12319-Jan-06 17:11 
Hi,

I have used the MFC Wizard to create a function such as this one, and it produced the following,
when I run the ActiveX it crashes the program, I had posted a similar problem before using variants and it fixed when Steve mentioned that a [out] is required in from of a pointer so I attempted it here and I got an error

Before Steve's fix
[id(10), helpstring("method testing")] void testing(BSTR * test );

After Steve's Fix
[id(10), helpstring("method testing")] void testing([out]BSTR * test );

This didnt do it for this case, I havent done anything else to the function, all I'm doing is assigning a fixed BSTR to the pointer, but even with this comment I get an error telling me that there is a type mismatch

Any help would be greatly appreciated



Questionbuild project with chosen icon Pin
leenmie19-Jan-06 15:54
leenmie19-Jan-06 15:54 
AnswerRe: build project with chosen icon Pin
Ryan Binns19-Jan-06 17:23
Ryan Binns19-Jan-06 17:23 
AnswerRe: build project with chosen icon Pin
Rajesh R Subramanian19-Jan-06 17:50
professionalRajesh R Subramanian19-Jan-06 17:50 
GeneralRe: build project with chosen icon Pin
leenmie19-Jan-06 22:10
leenmie19-Jan-06 22:10 
GeneralRe: build project with chosen icon Pin
Shraddhan22-Jan-06 17:49
Shraddhan22-Jan-06 17:49 
Questiondefine macro Pin
ILoveCS19-Jan-06 14:19
ILoveCS19-Jan-06 14:19 
AnswerRe: define macro Pin
Ryan Binns19-Jan-06 17:24
Ryan Binns19-Jan-06 17:24 
Questionmax file name length? Pin
nm_11419-Jan-06 12:06
nm_11419-Jan-06 12:06 
AnswerRe: max file name length? Pin
Stephen Hewitt19-Jan-06 12:27
Stephen Hewitt19-Jan-06 12:27 
GeneralRe: max file name length? Pin
nm_11419-Jan-06 13:56
nm_11419-Jan-06 13:56 
GeneralRe: max file name length? Pin
Stephen Hewitt19-Jan-06 13:59
Stephen Hewitt19-Jan-06 13:59 
AnswerRe: max file name length? Pin
Shraddhan22-Jan-06 17:54
Shraddhan22-Jan-06 17:54 
QuestionHow to use custom framebuffer in Win32 Pin
pninja00519-Jan-06 11:01
pninja00519-Jan-06 11:01 
AnswerRe: How to use custom framebuffer in Win32 Pin
Stephen Hewitt19-Jan-06 11:34
Stephen Hewitt19-Jan-06 11:34 
GeneralRe: How to use custom framebuffer in Win32 Pin
pninja00519-Jan-06 11:36
pninja00519-Jan-06 11:36 
GeneralRe: How to use custom framebuffer in Win32 Pin
Stephen Hewitt19-Jan-06 11:38
Stephen Hewitt19-Jan-06 11:38 
Questioncheck status of window Pin
Perestroyka19-Jan-06 10:04
Perestroyka19-Jan-06 10:04 

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.