News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Just stuck on coloring hyperlink

Started by Don57, December 07, 2012, 02:55:45 AM

Previous topic - Next topic

Donkey

Your probably better off just to write a hyperlink custom control, here's an old masm example I did of a hyperlink control.

"Ahhh, what an awful dream. Ones and zeroes everywhere...[shudder] and I thought I saw a two." -- Bender
"It was just a dream, Bender. There's no such thing as two". -- Fry
-- Futurama

Donkey's Stable

dedndave

you must use environment variables for inc/lib paths   :P
after i set those, it built and ran fine   :t

Donkey

Thanks Dave,

Many many years ago I wrote in MASM, not sure what the requirements were to assemble it anymore, thanks for pointing that out.
"Ahhh, what an awful dream. Ones and zeroes everywhere...[shudder] and I thought I saw a two." -- Bender
"It was just a dream, Bender. There's no such thing as two". -- Fry
-- Futurama

Donkey's Stable

dedndave

i have thought about setting mine up that way, as well
but - i want to maintain compatibility with other members, for now

jj2007

Quote from: dedndave on January 08, 2013, 01:03:26 PM
you must use environment variables for inc/lib paths   :P

That does work indeed but it creates new problems, such as being obliged to do the same for each computer you are using.

The "forum-compatible" solution is to edit Hyperlink.inc as follow:
include \masm32\include\masm32rt.inc
include windows.inc
...
includelib gdi32.lib



P.S.: Remarkably elegant solution, Edgar :t

hfheatherfox07

Quote from: dedndave on January 08, 2013, 02:27:47 PM
i have thought about setting mine up that way, as well
but - i want to maintain compatibility with other members, for now


I use RadASM IDE (that I love ),and it compiles with out paths ....
But I use Bach file too so I always add path ...
Your code and your skills will be assimilated. Your programming language is irrelevant.
We are the ASM Borg and you will become part of us. Compile and be assembled.