Author Topic: how do i use activex controls in nasm  (Read 9820 times)

Offline TheToastIsALie

  • Jr. Member
  • *
  • Posts: 6
how do i use activex controls in nasm
« on: December 26, 2010, 10:47:34 PM »
how do i use active x controls in nasm?

Offline Frank Kotler

  • NASM Developer
  • Hero Member
  • *****
  • Posts: 2667
  • Country: us
Re: how do i use activex controls in nasm
« Reply #1 on: December 29, 2010, 07:13:18 AM »
I have no clue (nor about Atl.dll you asked about earlier). Ask MicroSoft! If you can come up with an example in any language, we may be able to help you convert it to Nasmese.

Best,
Frank


Offline Keith Kanios

  • Full Member
  • **
  • Posts: 383
  • Country: us
    • Personal Homepage
Re: how do i use activex controls in nasm
« Reply #2 on: December 29, 2010, 04:09:12 PM »
If you can handle translating MASM to NASM, there are examples HERE.

Offline TheToastIsALie

  • Jr. Member
  • *
  • Posts: 6
Re: how do i use activex controls in nasm
« Reply #3 on: December 30, 2010, 12:16:35 AM »
How do i convert Masm to Nasm
and what is different in Masm & Nasm

i shall search for an example of  ocx use in masm and find out how to convert it to nasm