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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. 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...
  2. 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
  3. 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...
  4. 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...
  5. 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...
  6. UnknownPerson

    make: error 1

    What does an Error 1 mean when make fails? I can't seem to find it. Thanks
  7. 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...
  8. 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...
  9. UnknownPerson

    CHM reader for Palm

    Does anyone know a converter for Windows compiled help files (.CHM extension)?
  10. 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?
  11. 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
  12. UnknownPerson

    Enum users on Domain

    How could I enumerate users on a Domain? LookupAccountName? LookupAccountSid? Thanks
  13. UnknownPerson

    Text based GUI

    I was lookinbg for a toolkit or something which offered me some kind of text-based GUI frontend. Anyone know of any? P.S. En example of what the GUI would be like: remember Turbo C++ and Turbo Pascal frfom Borland??
  14. UnknownPerson

    Control/Restrict network traffic

    I heard that in the 2.4 Kernel we have the ability to control the network traffic with more precission. I work at a school were we have about 25 computers which constantly get infected by the "background" processors found in some trojans which take 99% of our CPU time (according to...
  15. UnknownPerson

    Change from US PalmOS to Japanese

    How can I change the PalmOS from english to Japanese? I buyed my Palm in USA and I want to use it in my native language. Where to download PalmOS Japanese? Thanks!
  16. UnknownPerson

    gethostbyname timeout needed!!

    How can I set a timeout for gethostbyname()????
  17. UnknownPerson

    Win32 API reference for assembly programming

    Anyone knows of the Win32 API reference for assembly programming? I am reversing an algorithm and I need the params, returns and all in the stack/register descriptions. Thanks to anyone who can help
  18. UnknownPerson

    Setup Factory Decompiler

    Does anyone know of any Setup Factory decompiler? Thanks in advance.
  19. UnknownPerson

    Is there a Linux MS .NET alike?

    I recently looked at the .NET technology that MS claims to be spectacular. The simple fact of creating database web pages visually (something I've never seen in Linux) is enough to pay what they ask for the Visual Studio .NET environment. So the question is: Is there any Linux alike for Visual...
  20. UnknownPerson

    Setting registry values for GUEST

    I work on a small school here in Brazil and we renamed the Guest account on our Win2k workstations to "Student". The problem is that we want to define certain registry values as a default for the account, wich Win2k doesn't let us configure, since all registry settings seem to get lost...

Part and Inventory Search

Back
Top