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 strongm 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. cnjihia

    DLL writing

    Hi, To inetd and others asking the question inetd asked please visit the following site also. http://www.temporaldoorway.com/programming/cbuilder/basics/simpledll.htm
  2. cnjihia

    Ord and round functions

    Hi What are the C++ equivalents for the ord and round functions in delphi?What header file do I need to access them?
  3. cnjihia

    Type declaration

    Hi, How would you declare a new data type withou having to create a class for it.For example a new data type Tdata of type array[1..4] of string? Thanks.
  4. cnjihia

    Writing a DLL?

    Hi, Select file->new->Dll wizard in the builder IDE for C++ 5.0 then declare the function name as follows extern 'C' __declspec(dllexport)<datatype> <function <name>(<parameter list>); write the function as with all other functions. <datatype> <function <name>(<parameter list>) { //statements }...

Part and Inventory Search

Back
Top