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!

Recent content by GraemeOswald

  1. GraemeOswald

    windows OS user name

    Hmmm. Trouble is that you can invoke the java program with -Duser.name=SomeoneElse or put this in a properties file and then you don't get the windows OS user name, but "SomeoneElse" instead, so this can't be relied upon. So I'm still looking for a way to do it - I suspect native code is...
  2. GraemeOswald

    JNI crashes calling into C methods with structs

    Hi, I'm not sure I can be much help, because JNI is hopeless at reporting errors. I would check immediately after your GetIntField calls to see if you've actually retrieved the values you expect. It could be that you've passed a null object at this stage (or something else). If not, then trace...
  3. GraemeOswald

    setgenfilter with a boolean/logical value

    Hi, I've just "inherited" a paradox application, and there are a few bugs in it which I'm trying to fix. The one which looks like it should be easy, but I've had a real struggle with is represented by the following snippet: var arRangeInfo DynArray[] AnyType tblTC TCursor...

Part and Inventory Search

Back
Top