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 Mike Lewis 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. cunsanfran

    How do you read from an .INI file?

    See the following thread - HELP PLEASE!!! Have to use .ini file (REALLY - HELP!) You might have to hit NEXT a couple of times.
  2. cunsanfran

    HELP PLEASE!!! Have to use .ini file (REALLY - HELP!)

    I believe the best way to handle reading and writing to INI files is to use functions in the kernal32 Windows API. INI files are set up with a sections and keys. Sections are strings delimited with "[" and "]". Keys are strings within each section and located to the left of...
  3. cunsanfran

    Setting environment variables and making DLL function calls

    Situation: We have developed a custom set of client "C" DLLs that connect to an off the shelf middleware product (Tuxedo, TopEnd). We have several test programs (drivers) some written in VB and some written in "C". There are environment variables that are set by the test...

Part and Inventory Search

Back
Top