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
    Location
    Stockholm\Sweden
    Posts
    16

    Q: Dial up Networking

    Hi !...

    I found some dial up networking example code here, I used some parts of that code in a new project but
    when i tryed to make a release build i got the following error.

    LINK : warning LNK4089: all references to "RASAPI32.DLL" discarded by /OPT:REF

    Does anyone have some good tips... ?!?!?!?



  2. #2
    Join Date
    Apr 1999
    Posts
    19

    Re: Q: Dial up Networking

    oh..may be you use win9X to compile it,
    I use NT ,all is ok


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