Related topics

New to VB .NET, can't compile as Win32 app
I have an existing DOS app that runs in a DOS-box under Windows 98, and have a new requirement to add some Ethernet-TCP/IP communications functionality. Since the Ethernet interface and stack are under control of Win98 (the same interface is used for an FTP server, etc.), my idea is to write a Win32 application

Console app reading INI
Rob Kennedy m...@privacy.net borland public delphi nativeapi win32 Charles Collins wrote: I have a console app reading 2 parameters from an INI file: Ini := TIniFile. Create('DateDir.INI'); Try DirStub := Ini.ReadString('DateDir','BaseDir','D:\'); DateOffset := Ini.ReadInteger('DateDir','DateOffset',1);

"...is not a valid Win32 application"
It looks like I forgot to mention I'm using a DialogBoxParam instead of a CreateWindow(Ex). It sometimes(?) seems to return certain results a bit different than in the EAX-register. I've re-tested by adding the ListView in a basic win32 dlg app, it also works. (without DWL_MSGRESULT (no WM_NOTIFY))

Is it safe to close a handle multiple times?
Alexandre Brousseau bro...@hotmail.com comp os ms-windows programmer win32 I'm looking for a way to convert my win32 MFC application to a command line tool. I can already start the application from within a command box (dos console window). It then starts with its own window but cannot access the console anymore

virtual methods in win32 app?
The Win32 Console App is the only kind that allows selecting "Add Support For: ATL". This defaults to "Static Link to ATL" for "Use of ATL" in project properties. The app did include atlbase.h. However, atlbase.h can be included in a Win32 non-console app and also, in project properties, "Static Link to ATL" for

how do I print messages to the output window of the IDE
Chris Smith cdsm...@twu.net comp lang java programmer Aaron Boxer wrote: Is there a way for a Java application to share memory with a second, Win32 application? No, or in any case, not a pure Java app. If you're open to JNI, the easiest way to accomplish this would be a direct-mapped NIO ByteBuffer.

Win32 app has problems running on 64-bit edition of XP ...
Is there a problem using C++ virtual methods in a non-MFC win32 application? Of course not, virtual methods are a feature of C++ not MFC. They work identically in MFC and non-MFC applications. I'm trying to create a class heirarchy of graphical objects, and I want the Display() method (among others) to be virtual.

not a valid Win32 application?
Christian ASTOR casto...@club-internet.fr comp os ms-windows programmer win32 jeff wrote: The Windows Live Messenger application includes the following option: [x] Show me as "Busy" and block my alerts when I'm running a full-screen program or presentation settings are turned on Does anyone know how to figure out

Communication between filter driver and win32 app
Susan B. Eric Mamet wrote: None of the services shown in The SBS Admin Console start It looks like they fail to start as they are "not a valid Win32 application" Any idea where to look? I installed 2 (accounting) softwares recently. Would de-install help? Cheers.

Clearing screen
A usual, one can associate a Win32 app with a MIME type. I would like that app to be just a launcher for a native Linux app that would be specified as one argument to the launcher I have tried this using a script to launch Netscape 4.7 for Linux and it worked fine. I think that the detail should be available with

virtual methods in win32 app?
The files all seem to be there but I can't open any of it's application files to execute it or uninstall or reinstall it. When I try to open any application I get error message "not a valid win32 application" or that it has caused an error in "MSVCIRT". HELP !!! and thanks, Bob bobbyboyh...@email2me.com.

HELP: how to start Win32 app from a vxd
Rob Kennedy m...@privacy.net borland public delphi language delphi win32 Tom Conlon wrote: I've got to communicate from an LAN-based apache web server running linux (by default using PHP) to a D7 win32 application running on the network. To cut a long story short: 1. A D7 win32 app has a button that launch a browser

Is it safe to close a handle multiple times?
They want it to look as identical as possible to the Win32 app. What is the least painful way to approach this job? It is not possible to "webify" a Win32 app so that it is accessible to any browser. ActiveForms only work on Windows boxes and would require the client to download the entire VCL library.

win32 app vs win32 console app?
VC++ 7.0 with managed class and be able to call from a !legacy WIN32 app.(VC++6.0) without have to change the code !of the WIN32 app. but without luck. ! ! I was able to develop a DLL using the native C++ in !the .NET environment and was able to call from the WIN32 !app. But this is not I want.

JPG not a valid Win32 App
const * const char ME smakjasd...@iuyd.com borland public delphi ide general I have a win32 app (NOT a console app). I want to be able to send output to the cmd window if the exe is launched with certain CL parameters. Is this possible? TIA.

Rising Kingdoms
On Wed, 13 Feb 2008 07:14:15 -0800 (PST), MC Felon <paec....@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?

porting from win32 app to win32 console app
Cookie...@Bakery.com Do...@attinet.com microsoft public dotnet general Hello, I try to find some sample of a DLL that developed using VC++ 7.0 with managed class and be able to call from a legacy WIN32 app.(VC++6.0) without have to change the code of the WIN32 app. but without luck. I was able to develop a DLL

Wrapping a Win32 app in an MFC class
http://www.joeware.net "AeroZ" <wdi...@mediaone.net> wrote in message news:3b4c4088_2@dnews... anyone have any ideas for getting a DOS32 application to "share" information with a WIN32 application? what im trying to do (and in the future i will need speed...) is: have DOS send something like a string of text

VC++ 6.0 Win32 Application & VC++7.0 DLL
Wesley Vogel 123WVogel...@comcast.net microsoft public windowsxp general Richard, Not a valid win32 application http://www.computerhope.com/issues/ch000726.htm Did you do an Advanced Search for cmd.* to find every possible file? The PATHEXT variable is the order that extensions are searched when you do not type one

sending output to stdout in a NON console app
I built a Win32 app, removed the standard code replaced it with the copied code and added the #include <windows.h>. I get Error: illegial precompiled header version (after I deleted some .libs that were in the project but couldn't be found). I don't know much about Win32 API so I may be going about it all wrong?