Results 1 to 6 of 6

Thread: OCX question

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2000
    Location
    Austria
    Posts
    9
    hello,

    i have an application with uses the "swflash.ocx"

    is it possible to put the ocx in the same directory as the exe file and force the exe file to use the ocx in the same directory and not the ocx in "c:\windows\system\macromed\flash\swflash.ocx"?

    ...so the user doesn't need to have the swflash.ocx installed...

    ?

  2. #2
    Guest
    I think it is possible, just Register the OCX in that directory and make sure it isnt going to be moved.

  3. #3

    Thread Starter
    New Member
    Join Date
    Aug 2000
    Location
    Austria
    Posts
    9
    thank you,

    but that's like as i would install the ocx in the system directory... i want an exe file which doesn't have to install anything...

    is it possible somehow to include/link the ocx into the exe file? i tried FUSION (www.bit-arts.com) but that didn't work -> the resulting exe always had an error... anyway FUSION costs 200$... :-(

    maybe it is possible in delphi / visual c++?

    does anybody know that?

    the reason i want to know this:
    i want to create an application with the same functionality as JUGGLOR (www.flashjester.com) -> jugglor costs 99$
    but i think if somebody has a little bit of programming experience (and linking of ocx files works somehow) it's possible to write a program like JUGGLOR in an half an hour. -> with many more functions than JUGGLOR...

  4. #4
    Junior Member
    Join Date
    Feb 2000
    Location
    Gig Harbor, WA, USA
    Posts
    25

    Fusion

    Fusion is a horribly done program, but a great idea. You need to make a copy of swfalsh.ocx in another directory and link that copy to the exe. Linking the 'active' (reigstered w/the system) copy of the OCX results in an error in Fusion.

    Boycott far-too-expensive-for-their-actual-value programs. Find a nice Warez site.
    (¯`·.¸¸.·´¯`·->Cromas<-·´¯`·.¸¸.·´¯)
    Teenage Programmer
    Formerly known as ShadowCrawler

    E-Mail: [email protected]
    ICQ: 9872708
    AIM: VotchOut

  5. #5

    Thread Starter
    New Member
    Join Date
    Aug 2000
    Location
    Austria
    Posts
    9
    thanks, i will try it...

  6. #6

    Thread Starter
    New Member
    Join Date
    Aug 2000
    Location
    Austria
    Posts
    9
    :-) it works!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width