Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by UnknownPerson

  1. UnknownPerson

    Using extensionless header filenames

    Ok, I understood what you said. That helped me to understand a bit more about how it highlights the code... But, I'm talking about _my_headers. For example, imagine my application has a custom CInterfaceDescription class. I would have to add it to the langext.dat file? That wouldn't make sense...
  2. UnknownPerson

    Using extensionless header filenames

    I use MS Visual Studio 6.0 and .NET 2003 and have an annoying problem. The environment doesn't recognize the standard extensionless header filenames, so I lose all syntax highlights that are really helpful for visual people like me. In VS 6.0 I can force it manually and for each file (which is...
  3. UnknownPerson

    Stunnel use

    I need to connect to a ssl server. My client doesn't speak ssl, so I need something like stunnel to speak ssl for me and then my client uses the local to connect. Thanks
  4. UnknownPerson

    XFree86: Multiple monitors on one computer

    Hello, I hereby come to ask for help in my necessity of developping a open-source money-saving project for educational purposes in our poor communities. The main goal is to be able to use one computer with 5 monitors. That way, we can buy one computer and use it with five different monitors to...
  5. UnknownPerson

    SSL doesnt flush the stream.

    Hi to all. I am writting a daemon with OpenSSL apis. Its kind of a textual questions and answers type of daemon. The problem is that when I BIO_write("something") it doesnt send it immediatly. It has a intermediate buffer and it keeps it there *even* if I BIO_flush(). How do I flush the SSL...
  6. UnknownPerson

    RPM package install problem

    When I try to recompile a package like 'rpm -ba some_spec_file' sometimes the prep and build process succeed but the install process fails. Only the install process, not the build process. I have checked the dirs and they seem perfectly built. There seems to be a problem somewhere in the...
  7. UnknownPerson

    make: error 1

    What does an Error 1 mean when make fails? I can't seem to find it. Thanks
  8. UnknownPerson

    Enum domain users

    What about Win98 users?? How can I support this operation on Win9x machines!?!?
  9. UnknownPerson

    Enum domain users

    Found it... no more help needed anymore =) Thanks anyway for reading it!!
  10. UnknownPerson

    Enum domain users

    When I use Windows NT (or 2k) in the permissions of a file object (directory or file) there is the option of adding users or groups to access the file/dir. What I can't find out is how to enumerate these users with code. I want to have a domain name (i.e.: MYDOMAIN) and be able to enumerate...
  11. UnknownPerson

    RDP vs. VNC

    Okay, but let's now think of a **__ D E C E N T __** configuration... I heard that the terminal server NEEDS a base 128MB of RAM, plus 21MB for each user... okay, but what about the network traffic?? What's the tipical usage for applications? Now let's suppose that we are going to use a...
  12. UnknownPerson

    RDP vs. VNC

    In a computer lab where we want to build thin cleints, we are in doubt of the RDP vs. VNC protocols... Which one best suits for a school computer lab? (Word, Excel, Powerpoint, Web and Dreamweaver) I believe that MS Terminal Server only allows RDP connections... and on the other hand, VNC only...
  13. UnknownPerson

    CHM reader for Palm

    Does anyone know a converter for Windows compiled help files (.CHM extension)?
  14. UnknownPerson

    What to use? STL or MS Containers?

    Anyone know what would be best companion for MFC? The Standard STL or the proprietary MS containers and classes for data?
  15. UnknownPerson

    Access to IE History

    How would be a good way to view (and possibly manage) the IE history? To manage files directly, or is there any kind of special History IE API function?? Thanks

Part and Inventory Search

Back
Top