Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Win32::API

by Sniper (Scribe)
on Aug 13, 2001 at 00:16 UTC ( [id://104304]=note: print w/replies, xml ) Need Help??


in reply to Win32::API

Win32::API::Prototype is a very good module to use with Win32::API.
Just Copy/Paste the function declaration in msdn for example) and call the function with its functionname!!!
the use of Win32::API is really simple then!
see it at Win32::API::Prototype

David "Sniper" Rigaudiere

Replies are listed 'Best First'.
Re^2: Win32::API
by Anonymous Monk on Sep 21, 2007 at 06:59 UTC
    Hi, i want to use fuctions in my vc++ program that are declared in windows dll file. im beginner. can u suggest me that from where can i find the very basic information about that. i must be very simple. coz im totally new to this.
      i mean to say. using windows dll fucntions in vc++ programs. like GetSystemInfo() function of kernel32.dll how can i use this and many othre functions in my vc++. plz suggest me very simple articles or tutorials. thanks

        This is a Perl forum. Do you have a Perl interpreter embedded in your C++ program? Then you can simply use the Win32::API module as discussed in this thread. If you don't have a Perl interpreter in your C++ program, I guess you will have to import the header files and just use the functions from your C++ program. But that's something people on a C++ forum know far better than we do.

        this is the wrong place to ask, and besides, doesn't vc++ come with tons of support and documentation

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://104304]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (5)
As of 2024-04-24 07:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found