Time: 2009-01-05, 11:32pm
Please
login or
register to post a reply.
Subject: offset function · Posted: 2006-04-09, 10:23am
Rank: ? (37)
Member #: 26960
Hope you don't mind me post so frequently. I'm a teenager with loads of problems.
Code:
window_class_register_procedure proc instance_handle:HINSTANCE
LOCAL window_class:WNDCLASSEX
:
: Filling in the window_class member
:
push offset window_class
call RegisterClassEx
Why can't I use offset with window_class?
Subject: Re: offset function · Posted: 2006-08-26, 06:13am
Rank: ? (119)
Member #: 28292
You should use the directive addr instead. The offset can not be used pointing to the variable created by the derective local. You can read the second iczelion's tutorial, he explains it more detailed.
»
Post edited 2006-08-26, 09:21am by
igorok .
Forum Quick Jump - Free2Code - Anything and Everything - Suggestions - Challenges & Awards - Chat - Community Projects - Bugs - Programming Languages - PHP - C/C++ - Visual Basic - Other - Java - Assembler - Perl - Python - Programming - 3D Graphics - Database design and management - Physics - Encryption and compression - Networking - Operating Systems - Web Development - Graphics - Web Design - HTML/CSS - Website Help/Review - Flash - Computing & Operating Systems - Hardware/Electronics - Security - Linux/UNIX - Microsoft Windows - Apple Mac - Other OSs - General Computing - Life/Other - Religion - Politics/World Events - Debate - Arts & Entertainment - Books++ - Music - Movies - Humor - Games - Sports - Arts - Archives - Tutorial Request - Old Bugs 2 - Free2Host Hosting - Ada - Functional Languages - Career - Old Bugs
Pages: 1
Please
login or
register to post a reply.