Win32 - CompWisdom
About us  |  Why use us?  |  Press  |  Contact us

 

Topic: Win32



  
 Windows API - Wikipedia, the free encyclopedia
The version of Win32 that was shipped with Windows 95 was initially referred to as Win32c, with the 'c' standing for 'compatibility', but this term was later abandoned by Microsoft in favour of Win32.
Win64 is the 64-bit version of Win32, which includes extension functions for use on 64-bit computers.
Win32s is an extension for the Windows 3.1x family of Microsoft Windows that implemented a subset of the Win32 API for these systems.
http://en.wikipedia.org/wiki/Win32   (1497 words)

  
 Win32 Tutorial - Lesson 1: Introduction to Win32
In reality the Win32 library is written in C, which is also the primary language of the Microsoft Windows operating systems.
To create a Win32 application using Microsoft Visual C++, display the New (5 and 6 versions) or New Project (.Net version) dialog box and select Win32 application (5 and 6) or Win32 Project (.Net) item.
The Win32 library provides two classes for creating the main window and you can use any one of them.
http://www.functionx.com/win32/Lesson01.htm   (4266 words)

  
 The Old Joel on Software Forum - Win32 Programming
Rector and Newcomer's "Win32 Programming" is described as the definitive win32 programming guide, but it was published in 1997.
Rector and Newcomer is basically an exhaustive treatment of Win32 user-interface programming done the really hard way.
It really depends on what aspect of Win32 programming you're interested in.
http://discuss.fogcreek.com/joelonsoftware?cmd=show&ixPost=124034   (221 words)

  
 Amazon.com: Books: Programming Windows, Fifth Edition
Win32 is officially deprecated, and will be available in future versions of Windows (i.e.
To the reviewer who complains about no c++ examples, the author clearly states in the first few pages of the book that his intention is to give an understanding of windows programming based on C and the underlying win32 API, which is the fundamental knowledge required for windows programming.
I have been a Windows developer since 1997, when Win32 was still fairly fresh and Windows 95 was just entering into its SR2 phase.
http://www.amazon.com/exec/obidos/tg/detail/-/157231995X?v=glance   (2051 words)

  
 Win32 Extensions (Perl in a Nutshell, 2nd Edition)
Returns the last error value generated by a call to a Win32 API function.
Returns true (nonzero) if the Win32 subsystem is Windows 95.
Returns the last error value generated by a call to a Win32 OLE API function.
http://wziemer.cnsm.csulb.edu/perlCD/perlnut/ch22_19.htm   (495 words)

  
 Win32 Extensions Index
Here is the source code for the entire win32 package, in zip format.
The win32 Performance Data Helper module and utility.
Note that the Win32 Extensions are now released in the win32all installation package.
http://www.python.org/windows/win32   (641 words)

  
 Amazon.com: Books: Win32 Perl Programming: The Standard Extensions
Win32 Perl Programming: The Standard Extensions is, without question, the best scripting book I have ever owned.
This is about interfacing with the Win32 platform, not really about how to program in PERL.
Anyone contemplating using Perl for administrative tasks in the Windows environment would do well to add a copy of this book to his or her Perl bookshelf.
http://www.amazon.com/exec/obidos/tg/detail/-/1578700671?v=glance   (1078 words)

  
 OpenGL Win32 Tutorial
Console applications are nice for GLUT apps, but the example is a Win32 windows aplication, If you get an error saying that linker couldn't find _main, then here is where you messed up.
Since we're drawing to a window, we simply use the Win32 API function GetDC.
The first step to initializing OpenGL under Win32 is to grab a device context (DC).
http://www.nullterminator.net/opengl32.html   (1526 words)

  
 ActivePerl Help - Online Docs : Win32
module is not part of the Perl source distribution; it is distributed in the libwin32 bundle of Win32::* modules on CPAN.
Win32 - Interfaces to some Win32 API Functions
[CORE] Returns the last error value generated by a call to a Win32 API function.
http://aspn.activestate.com/ASPN/docs/ActivePerl-5.6/lib/Win32.html   (1633 words)

  
 TracePlus/Win32
Supported API functions that fail are indicated in the Diagnostics View along with the Win32 error code describing the failure
Registry accesses that fail are indicated in the Registry View along with the Win32 error code describing the failure
Works with most Win32 Services on platforms that support services (Windows NT 4.x, Windows 2000, Windows XP, Windows 2003 Server)
http://www.sstinc.com/windows.html   (827 words)

  
 The Win32 GTKWave Homepage
You also need the following ZIP files, containing the some DLL's required by Win32 GTKWave: DLL-19990828.zip and zlib114.zip (zlib is required only for GTKwave version the 1.3.19 and up).
Tor Lillqvist (tml), who ported GTK+, GLIB and all the other required libraries to Win32, making this GTKWave port possible (and trivial!).
I've tried to get versions 1.2.35 and up compile under using GCC/Cygwin library to get the "Open New Viewer" feature to work under Win32, but I didn't have much success, so at the moment this feature is not available in the Win32 port.
http://www.geocities.com/SiliconValley/Campus/3216/GTKWave/gtkwave-win32.html   (624 words)

  
 The Great Win32 Computer Language Shootout
Since most of the programming languages are implemented on Win32 without many differences, I started taking his source code and let it run on my Win32 box.
The benchmark results are somewhat more reliable (especially memory usage): I've used some Win32 API tricks to determine the process start time, end time and peak memory usage AFTER the process has finished, so we have data even for very quick processes.
As stated in the note above, this is a port of the Great Computer Language Shootout by Doug Bagley on the Win32 platform.
http://dada.perl.it/shootout   (714 words)

  
 Eric Gunnerson's C# Compendium : Win32 to .NET Cross Reference
Microsoft Win32 to Microsoft.NET Framework API MapMicrosoft Win32 to Microsoft.NET Framework API Map
One or more relevant.NET Framework APIs are shown for each Win32 function listed.
Eric Gunnerson points out a reference on MSDN mapping Win32 functions to the relevant.NET API's.
http://blogs.msdn.com/ericgu/archive/2004/04/15/114386.aspx   (138 words)

  
 CodeGuru: Win32
An intro to concepts such as access tokens and some facets of the Win32 API, to aid the beginner-intermediate level Windows developer.
The main purpose of the article is to understand how committed and uncommitted memory blocks are distributed.
Use this method to create a self-deleting executable This works by invoking the command shell as a serialized process to delete the program file.
http://www.codeguru.com/Cpp/W-P/win32   (593 words)

  
 Resources for Topic Lists
Shared memory is the fastest mechanism by wich server developers can etablish interprocess communication between the cooperating tasks of an application program,with this module you can map files or memory into virtual address space, Perl processes or threads can gain access to mapped memory via naming mechanism.
The Win32::AdminMisc extension is used for a small variety of miscellaneous administrative tasks that were not addressed in the standard Win32::NetAdmin extension that comes with Win32 Perl from ActiveState.
Win32_AdminMisc, which is a NetAdmin extension for NT Win32odbc, which is an ODBC extension for Win32 Perl.
http://www.perl.com/cs/user/query/q/6?id_topic=3   (1601 words)

  
 search.cpan.org: Win32::API - Perl Win32 API Import Facility
Also note that many Win32 APIs are exported twice, with the addition of a final A or W to their name, for - respectively - the ASCII and the Unicode version.
The first parameter is the name of the library file that exports this function; our function resides in the KERNEL32.DLL system file.
The type of the value returned by the function.
http://search.cpan.org/~acalpini/Win32-API-0.41/API.pm   (1588 words)

  
 Index of /dist/httpd/binaries/win32
The Apache HTTP Project strongly encourages all Win32 users to migrate from Apache 1.3 to Apache 2.0, which was designed from the ground up to run on any modern operating system, including Microsoft Windows.
There is also a -symbols.zip archive of the binary diagnostic symbol files which are not required for the typical user.
Because a small but significant number of users have encountered problems running the Win32 installer, we have provided the TROUBLESHOOTING page to help you diagnose and fix most installation problems.
http://www.apache.org/dist/httpd/binaries/win32   (1417 words)

  
 Windows Gaim - Gaim
Introducing cygwin dlls into the native win32 environment is a very bad idea, and is likely to cause problems with other programs.
From now on, Gaim will use the win32 aspell distribution from aspell.net/win32.
The solution is to remove cygwin's bin directory from your path.
http://gaim.sourceforge.net/win32/index.php   (1409 words)

  
 Welcome to Roth Consulting
The 2nd edition of our Win32 Perl Programming: Standard Extensions is available.
Our Win32 Perl Programming: The Standard Extensions book is also available through Amazon.com.
Packed with hundreds of new pages and over 150 new code examples Win32 Perl Programming: The Standard Extensions, Second Edition helps decode the complexities of Win32 Perl programming.
http://www.roth.net   (1067 words)

  
 Berkeley DB Reference Guide: Building for Win32
These project files can be used to build Berkeley DB for any Win32 platform: Windows/XP, Windows/2000, Windows/NT, Windows/98 and Windows/95.
Building Berkeley DB with Visual C++ 6.0 for Win32
The build_win32 directory in the Berkeley DB distribution contains project files for Microsoft Visual C++:
http://www.sleepycat.com/docs/ref/build_win/intro.html   (1488 words)

  
 Sylpheed / Win32
Complete Sylpheed-Claws for Win32 installer and development version.
Additional binaries (Releases, Gtk engines) can be found at the old project page.
The development version will be updated quite regularly.
http://claws.sylpheed.org/win32   (2083 words)

  
 Win32 Programming - FunctionX
Keep in mind that everything you can do with Win32 using a C++ compiler, you can also do using Borland Delphi.
This site's goal is to provide a few lessons on Win32 programming.
This site provides an object-oriented approach to Windows programming
http://www.functionx.com/win32   (181 words)

  
 Tor Lillqvist--GTK+ (not GIMP) for Windows--Downloads
GNU gettext deveoper files and tools for Win32, containing the header libintl.h, msgfmt.exe, other programs, documentation, and various other files.
(Just the Win32 backend has had some fixes now and then.) The GTK+ API is still mostly like GTK+ 1.2.7, which is what was current when this branch was created.
The inpatient can find Win32 binaries for them at
http://www.gimp.org/~tml/gimp/win32/downloads.html   (1573 words)

  
 Win32 Programming - CoderSource.net
Win32 dll Creation and usage - Creating a Win32 dll and using it
Ip address of a computer using winsock - Ip address of a computer using winsock - CoderSource.net
Win32 File Sample - Explains how to use CreateFile, ReadFile and WriteFile for Win32 File manipulation
http://www.codersource.net/codersource_win32prog.html   (474 words)

  
 The Furrygoat Experience: Win32 to .NET API Map
» Win32 to.NET API Map from BufferOverrun [Feb 16, 2005 7:05:23 PM]
» Win32 to.NET API Map from BufferOverrun [Feb 16, 2005 7:55:48 PM]
Listed below are links to weblogs that reference Win32 to.NET API Map:
http://www.furrygoat.com/2005/02/win32_to_net_ap.html   (179 words)

  
 Roth Consulting's Official Win32::ODBC Home Page
It has been ported to the most popular platforms (Win32, UNIX, Mac) and is so ubiquitous that you may be using it without knowing it.
ODBC has gained so much momentum over the years that it is now considered to be the standard Call Level Interface (CLI) for many database engines.
http://www.roth.net/perl/odbc   (377 words)

  
 dada's perl lab
Win32::API is a perl extension to import and call functions from any 32-bit DLL (Dynamic Link Library); its main use is to perform "quick and dirty" calls to non otherwise implemented Win32 APIs or third-party or even homegrown DLLs.
http://dada.perl.it/#ppm   (594 words)

  
 Functional Developer 2.1 for Win32 Snapshot Release
This is an interim snapshot of Functional Developer for Win32.
First snapshot release of 2.1 alpha 4 for Win32.
The freely downloadable Pelles C for Windows (version 2.90.1 and later) is fully supported, as its linker produces debugging information in the older format.
http://www.gwydiondylan.org/~housel/fundev-snapshot.html   (537 words)

  
 What is Win32? - A Word Definition From the Webopedia Computer Dictionary
Win32 is built into Windows 95 and Windows NT so applications that rely on the API (Win32 applications) should run equally well in both environments.
You are in the: Small Business Computing Channel
It is also possible to run some Win32 applications under older 16-bit versions of windows by installing the Win32s runtime system.
http://www.pcwebopaedia.com/TERM/W/Win32.html   (105 words)

  
 Win32 Tools
This is a Win32 version of the GNU emacs editor.
The download links (below) are to directories containing binaries, source code, license, a Readme file for the application and a Readme for Win32.
This is a Win32 version of bison (see above).
http://www.interopsystems.com/tools/Win32Tools.htm   (318 words)

  
 Nate Robins - OpenGL - GLUT for Win32
GLUT for Win32 dll, lib and header file (everything you need to get started programming with GLUT).
Please send bug reports/comments to nate@pobox.com, and be sure to check out the README-win32.txt provided in the distribution for installation instructions, and Win32 specific information.
For general information about GLUT, see opengl.org's GLUT page or opengl.org's GLUT FAQ.
http://www.xmission.com/~nate/glut.html   (119 words)

  
 theForger's Win32 API Tutorial
This tutorial attempts to get you started developing with the Win32 API as quickly and clearly as possible.
Welcome to Version 2.0 of theForger's Win32 API Tutorial
Appendix B: Why you should learn the API before MFC
http://winprog.org/tutorial   (168 words)

  
 Shining Light Productions - Win32 OpenSSL
Bug Reports: To report a bug in the Win32 OpenSSL Installation Project, send an e-mail to Shining Light Productions describing your system setup, pertinent configuration information, what your intended goal is, and provide all related information (no matter how irrelevant it seems) to the bug.
As such, if you find it useful, a time-saver, or helps to solve a frustrating problem, seriously consider giving a donation to continue developing this software.
LEGAL NOTICE: This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit.
http://www.slproweb.com/products/Win32OpenSSL.html   (757 words)

  
 Lynx for DOS 386+ or Win32
It also demonstrates the fact that although there is a Win32 version it still works in text mode and NOT as a GUI.
--> If you use Vocal-Eyes with a.set file for the win32 version of lynx, then you may need to name the file conagent.set.
The Win32 version will work on Win95, Win98 or WinNT using the standard winsock.
http://www.fdisk.com/doslynx/lynxport.htm   (709 words)

  
 oreilly.com -- Online Catalog: Perl Resource Kit -- Win32 Edition, First Edition
The Perl Resource Kit -- Win32 Edition is an essential tool for Perl programmers who are expanding their platform expertise to include Win32, and for Win32 Webmasters and system administrators who have discovered the power and flexibility of Perl.
The Kit contains some of the latest commercial Win32 Perl software from Dick Hardt's ActiveState Tool Corp., along with a collection of Perl modules that run on Win32, and a definitive documentation set from O'Reilly.
oreilly.com -- Online Catalog: Perl Resource Kit -- Win32 Edition, First Edition
http://www.oreilly.com/catalog/prkwin32   (125 words)

  
 Debian Mailing Lists -- Index for debian-win32
Porting the Debian distribution to Win32 systems (Debian GNU/Win32).
This list is not moderated, posting is allowed to anyone.
http://lists.debian.org/debian-win32   (124 words)

  
 OpenLDAP for Win32 - Software - Lucas Bergman
So, I've taken this on strictly as a volunteer, and my job is no longer “porting” OpenLDAP so much as it is making it easier for Windows developers to get started and for Windows users to get binaries without a bunch of hassle.
OpenLDAP for Win32 - Software - Lucas Bergman
2004-04-05: I've finally finished a testing release of OpenLDAP 2.1.29 for Win32.
http://lucas.bergmans.us/hacks/openldap   (610 words)

  
 LCC-Win32: A free compiler system for Windows Operating Systems by Jacob Navia
The system is self contained: you do not need anything else to get started programming in C in the Win32 environment.
Here you can download the lcc-win32 C compiler system.
http://www.cs.virginia.edu/~lcc-win32   (453 words)

  
 Open Directory - Computers: Software: Operating Systems: Unix: Win32
- U/WIN is software that lets Unix programs be recompiled and run on Win32 systems: Windows 95-98-Me/NT-2000-XP.
Open Directory - Computers: Software: Operating Systems: Unix: Win32
PW32 the POSIX-over-Win32 layer - Implementation and subset of POSIX/Unix API for Win32 systems.
http://dmoz.org/Computers/Software/Operating_Systems/Unix/Win32   (325 words)

  
 Native Win32 ports of some GNU utilities
In this context, native means the executables do only depend on the Microsoft C-runtime (msvcrt.dll) and not an emulation layer like that provided by Cygwin tools.
The home of vim, has a Win32 version:
If it does not find one, it switches to win32 make mode that is it uses intermediate batch files for command processing.
http://unxutils.sourceforge.net   (560 words)

  
 GNU Emacs FAQ for Windows
How do I use revision/source control with Emacs?
What do I need to do to get vc-mode (version control) working?
Is there a version of CVS for Win32?
http://www.gnu.org/software/emacs/windows/ntemacs.html   (806 words)

  
 WIN32 port of snort
The source for the project is all mesed up.
* Updated WIN32 port to the new 1.6.3 code base.
* Updated WIN32 port to the new 1.6.2.2 code base.
http://www.datanerds.net/~mike/snort.html   (796 words)

  
 X-Win32
An error logging capability has been added to X-Win32, which allows the user to visually examine the request, reply, and error messages generated by X-Win32.
Double clicking the file will now install the sessions correctly in X- Win32.
http://www.extralan.co.uk/products/Windows-Server/Xwin/Xwin.htm   (2723 words)

  
 TinyCC-Win32 Dev Nexus :: Home of the Win32 version of TinyCC
My general project vision had changed from just getting TinyCC into the Win32 arena, to a cross-platform version that also had extensibility embedded into it.
TinyCC-Win32 Dev Nexus :: Home of the Win32 version of TinyCC
Someday I may write up a little document about how I had intended to make the extensibility work.
http://tinycc-win32.sourceforge.net   (1625 words)

  
 search.cpan.org: Gurusamy Sarathy / libwin32-0.191
Powerful and easy ways to manipulate a registry [on Win32 for now].
Low-level access to Win32 system API calls for files/dirs.
Low-level access to Win32 system API calls from WINREG.H
http://search.cpan.org/~gsar/libwin32-0.191   (94 words)

  
 Win32 Progamming FAQ
Are there any on line introductions to Windows programming?
Why does a Win32 API call keep failing?
Can I write programs using NT's Posix API?
http://www.iseran.com/Win32/FAQ/section0.html   (803 words)

  
 Python for Windows Extensions
For some overviews of the Win32 API as exposed to Python, see
To run Pythonwin, you may need a copy of the Microsoft MFC DLLs.
For some details on Pythonwin (including embedding it in your own MFC application and some MFC concepts) see
http://starship.python.net/crew/mhammond/win32   (201 words)

  
 Win32 Programming FAQ
This is a Frequently Asked Questions list about the Win32 API.
http://www.iseran.com/Win32/FAQ   (56 words)

  
 Date
The install also includes all 3 PK3 files, because the original "pak1.pk3" was not included in the final 1.16 release for Mac and Win32 builds.
This will address some pure server connection issues.
http://www.bluesnews.com/files/idstuff/quake3/win32/q3pointrelease_117.shtml   (237 words)

  
 Tor Lillqvist--GTK+ for Windows
Any mirror sites are out of my control, and you should be aware that they might not have the latest version.
GtkAda, an Ada graphical toolkit that uses GTK+ and runs on Win32.
http://www.gimp.org/~tml/gimp/win32   (518 words)

Compwisdom
 About us   |  Why use us?   |  Press   |  Contact us

 Copyright © 2006 CompWisdom.com Usage implies agreement with terms.