Relatively basic introduction to what win32 is

  • Thread starter Thread starter ehrenfest
  • Start date Start date
  • Tags Tags
    Introduction
AI Thread Summary
Win32 refers to the Windows API (Application Programming Interface) used for developing 32-bit applications that interface with the Windows operating system. It is commonly associated with Windows versions starting from Windows 95. The discussion emphasizes the importance of understanding Win32 for application development on these systems. Participants noted that searching "win32" on Google typically yields relevant resources, including the official Windows API documentation. Overall, Win32 is crucial for developers working with 32-bit Windows applications.
ehrenfest
Messages
2,001
Reaction score
1
Could someone give me a relatively basic introduction to what win32 is or link me to a site that does the same?

Thanks.
 
Computer science news on Phys.org
Could you be more specific? Do you mean the 32 bit windows operating system? Some file with that name (there are lots with variations of it)? What exactly do you want to know and why?
 
ehrenfest said:
Could someone give me a relatively basic introduction to what win32 is or link me to a site that does the same?

Thanks.
It's the Windows API (application programming interfaces) for developing 32-bit applications.

It allows applications to interface with the windows operating system.
 
Art said:
It's the Windows API (application programming interfaces) for developing 32-bit applications.

It allows applications to interface with the windows operating system.
yea that's if you're talking about the win32 api

win32 is just short for saying Windows 32 bit operating system... as in Windows 95 and on.

werd.


and yes I saw that google had Windows API as the first link when searching "win32". ;)
 
Sorry if 'Profile Badge' is not the correct term. I have an MS 365 subscription and I've noticed on my Word documents the small circle with my initials in it is sometimes different in colour document to document (it's the circle at the top right of the doc, that, when you hover over it it tells you you're signed in; if you click on it you get a bit more info). Last night I had four docs with a red circle, one with blue. When I closed the blue and opened it again it was red. Today I have 3...
Thread 'ChatGPT Examples, Good and Bad'
I've been experimenting with ChatGPT. Some results are good, some very very bad. I think examples can help expose the properties of this AI. Maybe you can post some of your favorite examples and tell us what they reveal about the properties of this AI. (I had problems with copy/paste of text and formatting, so I'm posting my examples as screen shots. That is a promising start. :smile: But then I provided values V=1, R1=1, R2=2, R3=3 and asked for the value of I. At first, it said...
Back
Top