CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2001
    Location
    Germany
    Posts
    1,384

    Set Env var on Solaris

    Hi!
    I want to set enviourment var on Soalris8 programatically. Does anyone knows the API for that????
    Thanks,
    Usman.

  2. #2
    Join Date
    May 2000
    Location
    Phoenix, AZ [USA]
    Posts
    1,347
    I don't have a Solaris box for testing, but does your Solaris box
    have putenv()? It's a unix-type function available on all of our
    other unix boxes.

    --Paul

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