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: *

  • Users: guenter
  • Content: Threads
  • Order by date
  1. guenter

    how to determine where sym-link points to

    hi, my question is about how to determine the filesystem of the current directory for example: I have 2 filesystems /opt and /u01 In Directoy /opt is a symlink 'mydir' which points to /u01/home/ now I would like to determine when I'm in /opt/mydir that my current filesystem is /u01 Is...
  2. guenter

    how to build textoutput like 'man' utility

    Hi, I would like to know how to build a program which cleans its outputted text up after completition like 'man' or vi-texteditor. when I start writing at stdout I found no chance of cleaning up the text when the program ends. I'd like to program a behavior like vi. ( when closing vi, the...
  3. guenter

    WIN32: *.c *.cpp compilation difference ???

    Hello, My Question is about what's the difference at naming my Sourcefiles *.c or *.cpp ? I'm using VC++ 6.0. I've written an Win32 Application that compiles fine using the *.c file-extension. Just after renaming the file to *.cpp I get some strange errors: error C2440: '=' : could not...
  4. guenter

    URGEND: accessing a voicemodem and playing *.wav file

    I have to develop an notification system which dials an Phonenumber over an voicemodem and plays an *.wav ( or any other filetype ) so that the person who gets called can hear the message . My Problem is 1. how to get a connection to the modem and 2. how to play the soundfile over the modem...
  5. guenter

    JBuilder 5 hangs at startup

    Hi, Has anybody made the same experience ? I downloaded a few days ago the Personal version. After Installation everything worked fine till I modified the monitor setting. thanks guenter guenter mail: porzer_guenter@hotmail.com
  6. guenter

    ADO <-> OLEDB difference

    Please, could someone explain me the main-differences between these two technologies. Do they have the same root-objects ? I started DB-programming using ODBC classes; what are the benefits using ADO, OLEDB ? Any help is appreciated ! thanks Guenter <p>guenter<br><a...
  7. guenter

    Calling a stored procedure with ODBC

    I'd like to call a stored procedure ( on an ORACLE DB) from ODBC and get the resulting params. I've read about &quot;?&quot; parameters but they all concern params for input params. thanks Guenter <p>guenter<br><a href=mailto:guenter.porzer@oekb.co.at>guenter.porzer@oekb.co.at</a><br>
  8. guenter

    What is *_iob*

    I encountered this line in a compression source code. FILE *stream = _iob; Are there any predefined pointers in C++ ??? thanks for helping Guenter
  9. guenter

    ZIP Compression library

    I'm looking for a compression library which can handle ZIP-files. On http://www.cs.uu.nl/pub/tex-archive/tools/info-zip/Zip.html there is an open source lib but it can only handle *.gz files. I've tried to use such a generated file with WinZip. It can extract but not import files. I'm not so...

Part and Inventory Search

Back
Top