Click here to Skip to main content
15,881,588 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
My regards to all:

Does anyone around here know if it's possible
to use some Win32 functions in C++ CLI?
I'm interested in using them,
mainly this one:

<pre lang="C++">TextOut ( hdc, 140, 10, L"Help if possible", 20 );


What I have tried:

Does anyone around here know if it's possible
to use some Win32 functions in C++ CLI?
I'm interested in using them,
mainly this one:
Posted
Updated 16-Sep-21 8:19am

1 solution

 
Share this answer
 
Comments
sam_lima10@yahoo.com.br 16-Sep-21 14:26pm    
I'll try to understand what the link you gave me. Thank you very much!
CPallini 17-Sep-21 2:11am    
You are welcome.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900