OutputDebugString ?
Managed C++/CLI
2
Posts
2
Posters
2
Views
1
Watching
-
how to use OutputDebugString in managed code? r00d0034@yahoo.com
-
how to use OutputDebugString in managed code? r00d0034@yahoo.com
From Managed C++ you can include windows.h and then just call the function as you normally would. This will make use of the "IJW" or "it just works" interoperability feature of Managed C++. The following page has additional information on this: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmxspec/html/vcmg\_PlatformInvocationServices.asp Hope this helps! Tarek Madkour & Mark Lacey Microsoft Visual C++ Team This posting is provided "AS IS" with no warranties, and confers no rights.