CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2002
    Location
    Spain
    Posts
    5

    Question SDK compatibility

    Hi all

    Is the Microsoft Platform SDK compatible with Windows 98? In sysem requirements says that isn't compatible, but I install in my win98 and seems that it works

    Thx

  2. #2
    Join Date
    Jun 2002
    Location
    Letchworth, UK
    Posts
    1,020
    Which one is the platform SDK? I'm using Visual Studio 6 Enterprise Editon. It appears to work on 95, 98, NT and XP.

    Some of the DLLs depend on which version of Explorer you are running. For instance, if you install NT4 or 95, it defaults to IE3 and some of the stuff in Common Controls don't work. If you then upgrade to IE4 or better, they magically start working. It is probaby the controls like splitters, calendars and dates that don't work.
    Succinct is verbose for terse

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