CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Location
    Tampa, FL
    Posts
    114

    Need >Working< sample Active X control for Win 95

    After taking the time to download a few active X control samples for VC6, I build them only to find they can't be registered, with a message stating something about the DLL using "unicode features only available on NT". We'll I have Win 95, and I know Microsoft loves to waste my time and wouldn't think of adding a simple readme file or a description explaining which sample will work on which OS.So does anyone have a pointer to some active X controls samples I can actually use? Just trying to learn something despite Microsoft's best efforts &lt;grin&gt;. Thanks!

    --Randy C
    * * * Second star to the Right!

  2. #2
    Join Date
    May 1999
    Location
    Seattle, WA USA
    Posts
    423

    Re: Need >Working< sample Active X control for Win 95

    You are probably building unicode versions. Try building normal old ascii versions and see if they work. Goto to the build menu & click Set Active Configuration. Choose the Win32 Debug version and then build that. There is also a build toolbar that allows you to choose which version you are building.

    HTH
    --michael


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

Featured