flat assembler
Message board for the users of flat assembler.

Index > Windows > Undefine?

Author
Thread Post new topic Reply to topic
Plue



Joined: 15 Dec 2005
Posts: 151
Plue 02 Jul 2007, 12:01
Is it possible to undefine an extrn declaration?

_________________
Roses are red
Violets are blue
Some poems rhyme
And some don't.
Post 02 Jul 2007, 12:01
View user's profile Send private message Reply with quote
bitRAKE



Joined: 21 Jul 2003
Posts: 4073
Location: vpcmpistri
bitRAKE 01 Jun 2009, 16:54
Maybe, something like this:
Code:
macro extrn s,lbl {
  local nm
  extrn s As nm:dword
  lbl equ nm
}

extrn '__imp__ExitProcess@4',ExitProcess
restore ExitProcess ; undefine?    
Sorry, almost two years without a response. Confused
Post 01 Jun 2009, 16:54
View user's profile Send private message Visit poster's website Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.