Related topics

Confused: Win32 App vs Win32 Console
Tim Roberts t...@probo.com microsoft public masm "Lynn McGuire" <win...@winsim.com> wrote: I have just inherited a Win16 app written in 25000 lines of somewhat commented assembly code using MASM. I would like to convert this to a Win32 app. Does anyone have any recommendations on how to accomplish this with minimum

Word not a Win32 app?
I have created a Win32 application that captures images from a webcam and saves the image to a file. I need to be able to incorporate this code into a basic C++ file or code, as in calling it to run at certain points in my main(). I only learned Windows programming basics so far. Someone I know mentioned creating a

Semaphore compare between VXD and WIN32 APP
Phil Frisbie, Jr. p...@hawksoft.com microsoft public vc language ymling wrote: I've got a win32 MFC application. How to port it to win32 console application (which also supports MFC) to preserve the original functionalities? It depends on why you think you need to port it. A console app will still only run in a DOS

Another app in full-screen mode?
Bart Lateur bart.lat...@skynet.be comp lang perl misc GuaRDiaN wrote: Does anybody knows how I could start an external win32 application using a perl script? I'm usign Active State Perl under Win2k Advanced Server ... Just like on any other OS: using `...`, system() or possibly exec(). In addition, you might like

ActiveX controls in a Win32 console app?
The splash screen should be shown as soon as the app is launched, rather than when the app's code is first executed (I know that I can NGEN the app - but this does not seem to significantly speed up the load time). My idea is to write a normal win32 app that launches the .NET app. The win32 app will show a splash

translating WIN32 app to hebrew
Matt Arnold marn...@garbage.com microsoft public win32 programmer kernel Bob Wu wrote in message ... Now i need share large memorys buffer for VXD and WIN32 APP, regards this memorys allocate in VXD or WIN32 APP, because i need fast process speed, so i can't using memorys copy or memorys move process, i need DIRECT

Firefox 2.0.0.12
Tomas Restrepo tom...@mvps.org microsoft public vc language Dan, What are the differences betwwen win32 app and win32 console app? Thanks for any input :) a Win32 Application is one that usually creates a GUI, not one that runs as a text-based (console) application. OTOH, a Win32 Console app is one that runs in the

Adding TCL to an existing win32 app
Otherwise, if my app is Win16 it needs to launch winhlp32.exe to view the Win32 .hlp. If my app is Win32, it needs to use winhelp.exe to view the Win16 .hlp file. Does this seem reasonable? Does the "-K" command-line option apply to winhelp.exe as well, or just to winhlp32.exe? A few words about WinHelp() here.

linking to a win32 app
Brab...@csl.sni.be comp os ms-windows programmer tools mfc What is the best way for win32 app. to communicate with Win16 one ? It depends on what you mean by "communicate". There are numerous solutions going from file sharing to OLE2. Is it possible to send Win16 message from Win32 application and vice-versa? Yes.

win16 asm to win32 asm or c code
my idea is to write a Win32 application that will handle the socket communications and to find a way to pass messages back and forth between the Win32 app and the DOS app. How can this be done? If possible, I'd like to use some sort of existing software, as it's getting hard to find tools and documentation for

Clearing screen
hProcess); It works in WIN32 with any application and works in WINCE when the application launched is the HelloWorld example created by evc4 using the new project wizard. However, it does not work in WINCE when I call other applications, like iexplore, notes, pword, fexplore, etc... Instead of waiting, the function

Win32 file globbing (was Re: Capturing stderr ...
The problem is that, from a Win32 app, both of these go to the Wow64 directory. joe On Wed, 6 Sep 2006 00:17:58 -0700, "Mark Findlay" <mfind...@speakeasy.org> wrote: Thanks Joe, But something's not quite right here. I modified my source code to try to GetFileAttributes() for ntevt.dll which is a WMI file that

how do I print messages to the output window of the IDE
gmail.com> wrote: Hello I wish to make a small program (MFC win32 app) which displays text and clears screen, pauses and repeats all over again. In short, the screen must display "something" and make it blink. How do i do this? I tried this: [code] #include <afxwin.h> #include "Messagebox.h" #include <windows.h> cm

Running native D7 apps on Vista?
R.Wieser addr...@not.available comp os ms-windows programmer win32 Christian ASTOR <casto...@club-internet.fr> schreef in berichtnieuws 47c93456$0$21143$7a628...@news.club-internet.fr... I've re-tested by adding the ListView in a basic win32 dlg app, it also works. (without DWL_MSGRESULT (no WM_NOTIFY)) Thanks for

issues with service application
I get this error message - "C: \Program Files\Mozilla Firefox\firefox.exe is not a valid Win32 application". I have been very happily using Firefox for years and I have never had this problem before. Wonder if anyone can help? Thanks Haven't had that happen before, but have read about it here.

Custom filetype association with regular Win32 app
XP keeps insisting that "PAF5EnglishSetup.exe is not a valid Win32 application." NOT!!!! It's been Win32 since version 5.0.0. Incidentally, when I try to attach the file, I get a message saying that it doesn't exist, and then telling me to abort the message. What the $#@!*&^ is wrong with XP that it refuses to

What 's the difference between win32 app and MFC
What I've got is a win32 app written in C with VC 4.2 to the SDK, (no C++, no MFC). On Windows 95 the program calls RegisterServiceProcess(), so that it can continue servicing hardware during using log out. (Once in WinMain to register the Service, and again when processing WM_CLOSE to unregister - if an

Clearing screen
We need to create a web app that allows users to go in and do search just like this: select xxxx (10,20,30,...) miles away from zip code (12345). Wen need to retrun pages just like many darting sites, ie match.com. You can do just about anything in an IntraWeb app that you can in a Delphi Win32 app.

Communicate btwn DOS app & Win32 app
example.invalid> wrote: I want to have some debugging in my win32 app and when I run in the debugger. I would like my output messages (printf style messages) to be shown to the output window of the IDE. I am programming in visual C. Can I do this? OutputDebugString is the API to do this. Dave Thank you!

sending output to stdout in a NON console app
JPG NOT A VALID WIN32 APPLICATION. Yet, they were downloaded as such. I searched and found Everything on a computer is a file and nearly all files are one of 1 -- device driver (to make the PC go OK) 2 -- application: a program that does something 3 -- data file eg a document or a picture The way Win98 works,