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!

Search results for query: *

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

    Trying to use an extended type

    Hi. I have a piece of code that has several libraries sharing a common code base. The libraries are compiled from this common base plus their own bits of unique code. One piece of data that all the libraries share is a "Phase Type", a derived type containing several common pieces of data...
  2. narlytep

    passing pointer component of derived type into subroutine

    Hi. One of our users is having a problem and I'm a bit stumped as well. They're trying to pass a pointer component of a derived type into a subroutine and treating it as a normal array at the other end. However the data is ending up as garbage. Is this legal? module mod type deriv...
  3. narlytep

    Is this legal ?

    Hi there, I've got a bit of code that I've been given to work on. It uses a structure constructor to initialise a derived type, but it uses a function within the constructor to set a pointer. Is it legal to do this ? I'm getting different results on different compilers (Intel's compiler is...

Part and Inventory Search

Back
Top