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. alchemista

    Is there a way to hijack or force unreserve a file?

    Hi Greg, No I do not have this option. I am neither the person who has it checked out, nor am I a LiveLink administrator, just a "normal user". I believe that our LiveLink administrator also cannot unreserve, but I can't vouch for her as I don't know if she has checked for that option. The...
  2. alchemista

    Is there a way to hijack or force unreserve a file?

    We are working on a shared document in LiveLink. Our users use the "edit" command to reserve and edit a document and then are supposed to "finish edit". When a user forgets to do this, it leaves the file reserved. Is there any way for either a normal user or an administrator type to force...
  3. alchemista

    JNI crashes calling into C methods with structs

    Hello, I'm having a hellacious time trying to get JNI working for some non-trivial method calls (as in methods that take structure parameters, not simple ints). At first I was using JNI to call into Ada functions that were exported as C. This worked for a couple of functions that took no...
  4. alchemista

    How to nest global structure variables?

    I did think about that except for that if I then want to do some normal assignments, I don't think it'd work? For example... struct1_t a; a = NULL_STRUCT; or would that always work? Thanks for the reply.
  5. alchemista

    How to nest global structure variables?

    Hello, I'm trying to declare some global variables that are structures. However, some of them have nested structures and the compiler complains that the initializer is not a constant type. I thought this may be because the compiler may pad a structure, however it should be able to know this when...

Part and Inventory Search

Back
Top