guh 0 Newbie Poster

hi! how can I make this run? I got lots of errors about the shellexcute part... i need help...

.386
.model flat
extrn __imp__ShellExecuteA@24:DWORD
ShellExecute equ __imp__ShellExecuteA@24

.const

URL db 'http://www.sfogs.com/', 0

.code

_rasengan:

push 0
push 0
push 0
push offset URL
push 0
push 0
call ShellExecute

sub eax, eax

ret

end _rasengan

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.