Thread: Get strange warning, when close the program:Invalid wide character string....

  1. #1
    Registered User
    Join Date
    Apr 2017
    Posts
    51

    Get strange warning, when close the program:Invalid wide character string....

    I have a problem with C program. It is small test program, but when I try to close it, the warning says:

    Invalid wide character string, conversion failed. [Warning - conn_oci_isi.c is incomplete]


    I have never met such warning. It doesn't let me close the program. Could you please help me? If need I will place the source code. It is with OCI (Oracle calls interface)

    Thanks

  2. #2
    Registered User
    Join Date
    Jun 2015
    Posts
    1,640
    You are presumably on windows using Visual Studio and it's standard compiler, etc. Correct?

    Are you compiling with Unicode support?
    Can you try compiling without it?

    Also, ensure that you're closing the program down properly, calling the proper oci functions to do so.

    BTW, conn_oci_isi.c doesn't yield any google results. Is it spelled correctly?
    Last edited by algorism; 06-05-2017 at 10:46 AM.

  3. #3
    Registered User
    Join Date
    Apr 2017
    Posts
    51
    I am UNIX AIX. The problem was that I am using one function , copy from another program and it calls some other functions. I deleted them.
    Thank you for your help

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Simple program, stopping invalid character infinite loop
    By samwillc in forum C++ Programming
    Replies: 16
    Last Post: 01-06-2013, 03:18 PM
  2. get wide character and multibyte character value
    By George2 in forum C++ Programming
    Replies: 27
    Last Post: 01-27-2008, 05:10 AM
  3. wide character (unicode) and multi-byte character
    By George2 in forum Windows Programming
    Replies: 6
    Last Post: 05-05-2007, 12:46 AM
  4. about wide character and multiple byte character
    By George2 in forum C Programming
    Replies: 3
    Last Post: 05-22-2006, 08:11 PM
  5. W B : Invalid or incomplete multibyte or wide character
    By SoFarAway in forum C Programming
    Replies: 1
    Last Post: 02-19-2005, 12:40 AM

Tags for this Thread