Click here to Skip to main content
15,890,973 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
QuestionCopyFile method and String conversions Pin
paul903825-Jan-10 4:11
paul903825-Jan-10 4:11 
AnswerRe: CopyFile method and String conversions Pin
Covean25-Jan-10 5:13
Covean25-Jan-10 5:13 
AnswerRe: CopyFile method and String conversions Pin
Mark Salsbery25-Jan-10 6:24
Mark Salsbery25-Jan-10 6:24 
AnswerRe: CopyFile method and String conversions Pin
zhushaolin200531-Jan-10 17:41
zhushaolin200531-Jan-10 17:41 
Questionerror deploying setup file managed clr form application to another pc using vc++ 2005 Pin
ajaxswan23-Jan-10 8:35
ajaxswan23-Jan-10 8:35 
AnswerRe: error deploying setup file managed clr form application to another pc using vc++ 2005 Pin
dybs23-Jan-10 18:43
dybs23-Jan-10 18:43 
AnswerRe: error deploying setup file managed clr form application to another pc using vc++ 2005 Pin
neyerMat26-Jan-10 12:24
neyerMat26-Jan-10 12:24 
QuestionUsing 64-bit IAccessible from managed code Pin
Ivo Beltchev22-Jan-10 15:38
Ivo Beltchev22-Jan-10 15:38 
Hi
I have a simple Win32 application with one window. It implements the IAccessible interface to expose some functionality to screen readers.

If I compile it for 32-bit, everything works fine. AccExplorer32, UISpy and Narrator all recognize my interface and the data it provides.

If I compile for 64-bit, AccExplorer32 works fine, but UISpy and Narrator don't. The difference is that AccExplorer32 is native code and UISpy/Narrator are managed. BTW, I believe both UISpy and Narrator are 64-bit applications.

They successfully request my IAccessible object, but after that only QueryInterface, AddRef and Release are getting called. None of the IAccessible or IDispatch methods are being accessed.

So my current theory is that there is some trick to getting 64-bit COM interfaces accessed by managed code. Am I on the right track? What can I do to fix this problem or at least understand what is happening?

Thanks
Ivo
QuestionSaving Bitmap image data to HGLOBAL [modified] Pin
alleyes19-Jan-10 9:40
professionalalleyes19-Jan-10 9:40 
GeneralRe: Saving Bitmap image data to HGLOBAL [modified] Pin
Andreoli Carlo19-Jan-10 21:00
professionalAndreoli Carlo19-Jan-10 21:00 
QuestionRe: Saving Bitmap image data to HGLOBAL Pin
alleyes20-Jan-10 1:38
professionalalleyes20-Jan-10 1:38 
AnswerRe: Saving Bitmap image data to HGLOBAL Pin
Andreoli Carlo20-Jan-10 3:17
professionalAndreoli Carlo20-Jan-10 3:17 
GeneralRe: Saving Bitmap image data to HGLOBAL Pin
alleyes20-Jan-10 3:52
professionalalleyes20-Jan-10 3:52 
GeneralRe: Saving Bitmap image data to HGLOBAL Pin
alleyes20-Jan-10 5:27
professionalalleyes20-Jan-10 5:27 
AnswerRe: Saving Bitmap image data to HGLOBAL Pin
Mark Salsbery20-Jan-10 7:01
Mark Salsbery20-Jan-10 7:01 
GeneralRe: Saving Bitmap image data to HGLOBAL Pin
alleyes20-Jan-10 7:08
professionalalleyes20-Jan-10 7:08 
GeneralRe: Saving Bitmap image data to HGLOBAL Pin
Mark Salsbery20-Jan-10 7:18
Mark Salsbery20-Jan-10 7:18 
GeneralRe: Saving Bitmap image data to HGLOBAL Pin
alleyes20-Jan-10 7:29
professionalalleyes20-Jan-10 7:29 
GeneralRe: Saving Bitmap image data to HGLOBAL Pin
Mark Salsbery20-Jan-10 7:36
Mark Salsbery20-Jan-10 7:36 
GeneralRe: Saving Bitmap image data to HGLOBAL Pin
alleyes20-Jan-10 7:48
professionalalleyes20-Jan-10 7:48 
GeneralRe: Saving Bitmap image data to HGLOBAL Pin
Mark Salsbery20-Jan-10 8:03
Mark Salsbery20-Jan-10 8:03 
GeneralRe: Saving Bitmap image data to HGLOBAL [modified] Pin
alleyes20-Jan-10 8:34
professionalalleyes20-Jan-10 8:34 
GeneralRe: Saving Bitmap image data to HGLOBAL Pin
alleyes20-Jan-10 9:17
professionalalleyes20-Jan-10 9:17 
GeneralRe: Saving Bitmap image data to HGLOBAL Pin
Mark Salsbery20-Jan-10 9:42
Mark Salsbery20-Jan-10 9:42 
GeneralRe: Saving Bitmap image data to HGLOBAL Pin
alleyes20-Jan-10 9:58
professionalalleyes20-Jan-10 9:58 

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.