Re: Win32 function call using GNU assembler
Brian Raiter <[email protected]>
| Newsgroups | gmane.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 -- To unsubscribe from this list: send the line "unsubscribe linux-assembly" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html