CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Posts
    13

    OS/2 visualAge -> winNT visualStudio

    Hello,
    I'm porting a OS/2 visualAge application to a winNT visualStudio environment. In the visualAge sources there are api calls like WinQueryObject, WinBeginEnumWindows, etc..
    These should have their counterparts in winNT visualStudio. I can't find proper documentation...

    Any hits/tips/suggestion/url's?


  2. #2
    Join Date
    Apr 1999
    Location
    Germany
    Posts
    418

    Re: OS/2 visualAge -> winNT visualStudio

    I remember a porting guide from OS/2 to Windows on the MSDN, but didn't found it on the January CD's. Anyways, you can look at the OS/2 API project under http://www.edm2.com/os2api/index.html. Most API calls are explained there.


    Martin

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