Re: Win32 function call using GNU assembler
Brian Raiter <[email protected]> Wed, 2 Sep 2009 11:35:06 -0700
| Newsgroups | org.kernel.vger.linux-assembly |
|---|---|
| Message-ID | <[email protected]> |
> The following assembly source is not working. Really not sure where > I'm going wrong. Well, you're posting a windows programming question to a list called linux-assembly. So that's the first thing I'd say that you're doing wrong. But, marshalling my vestigial Windows programming knowledge, it looks like you're defining a WinMain function that calls CreateWindowEx and then immediately exits, thus destroying the window well before it has a chance to display itself. So that's your central problem. b