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: DMMIG
  • Content: Threads
  • Order by date
  1. DMMIG

    sprintf issue

    Can some body please help me here. I am just lost. #include <stdio.h> #include<stdlib.h> main (){ char mr[18],wmr[18];int imr = 0;char pcs[] = "H5146B2";char pi[]="210023610512918234"; printf("Id = %s, pcs = %s \n",pi,pcs); imr = atoi((char *)(strncpy((char *)(mr),(char *)pi+7,2))) + 2000...
  2. DMMIG

    Execution Error

    I need a small information. I got the following error when I executed on of my programs. Can you please help me in debugging this? Program received signal SIGBUS, Bus error si_code: 1 - BUS_ADRALN - Invalid address alignment. 0x9fffffffec0f8be0:0 in lfind+0x40 () from...
  3. DMMIG

    C compiling questions

    I am getting the following warnings, compiling C programs. 1)warning #2225-D: the format string ends before this argument 2)procedure main: warning #11013-D: Exceeding memory limits; some optimizations skipped. There is no override...
  4. DMMIG

    Begginer

    Can somebody suggest a good start for me on XML? I am a C programmer. I have a little idea of Java programming as well. Thanks in Advance.
  5. DMMIG

    ld: Can't find library or mismatched ABI

    Hi, I am getting this error when I am compiling C programs. Can somebody help me in this regard. Thanks in advance.
  6. DMMIG

    HP-UX B.11.23 U ia64

    Hi, I compiled thie object library (liboBW.a) on a HP-UX B.11.23 U ia64. I am trying to link it to a machine (B.11.00 U 9000/800), when I got this error. Can somebody help me? /usr/ccs/bin/ld: /opt/mms/wvs/Kom/liboBW.a: Not a valid library (invalid magic n umber). Possibly a 64-bit PA archive...

Part and Inventory Search

Back
Top