Search:

Type: Posts; User: decohk

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    4,634

    Opening files with UNICODE file names

    Hi all,

    I would like to know how to open files with UNICODE file names. Is there any function that accepts a wchar_t as file name and returns a file descriptor of that file?

    Thanks,
    Alan
  2. Thanks for your reply. I have tried your...

    Thanks for your reply. I have tried your solutions, but I am afraid that they cannot change the path to the shared library files during runtime. I am trying to get a path from the user, and load the...
  3. Setting the path to find shared libraries files during runtime

    Hi all,

    I am trying to use shared libraries in Linux. I use dlopen to load a .so file, and it worked if I set LD_LIBRARY_PATH before running my program. However, I want to set the LD_LIBRARY_PATH...
Results 1 to 3 of 3