Search:

Type: Posts; User: techi_talk

Search: Search took 0.01 seconds.

  1. visual studio 5: exporting functions in a dll

    How to export function in c/c++ dll built in visual studio 5? How can I use
    .def file for that? What is the format of .def file?

    Any pointers?

    TIA,
    Vivek.
  2. I have the filename in UTF8 encoding. Hence I...

    I have the filename in UTF8 encoding. Hence I need to convert it to the encoding which fopen() understands for the first argument, i.e. const char*. If I convert it to locale encoding lets say...
  3. fopen and encoding of "*filename" argument.

    Hi,

    I have a c program which opens a file and copies bytes in this file to another. This can be run in many locales. It uses fopen() to open the file. The first argument to fopen() is const char*...
  4. [XP] some controls are hidden in "Windows Classic Style"

    I have a program which uses some dialog boxes. If I use "Windows Classic Style" (Control Panel => Display => Appearance => ' Windows Classic Style' (from the 'Windows and buttons:' drop down list))...
  5. Thread: SDK headers

    by techi_talk
    Replies
    1
    Views
    1,166

    SDK headers

    Microsoft Visual C++ includes copies of the Windows header files that were current at the time Visual C++ was released.

    you will receive the following error code when compiling code that uses...
  6. Replies
    2
    Views
    1,898

    localization with string table

    Hi, I am beginner to windows programming. I am trying with a sample program that displays a localized string. I folllowed the steps below:
    1. Created a win32 application in VC6. Set _UNICODE and...
  7. Replies
    5
    Views
    4,009

    I didnt get any function/mechanism for...

    I didnt get any function/mechanism for determining the codepage of application's locale. Most of the function descriptions talk about system default locale. My need is to get the code page of the...
  8. Replies
    5
    Views
    4,009

    locale information on windows

    On windows how can we determine the charset used by the application? On Unix we can use nl_langinfo(CODESET). Is there any similar mechanism on windows?

    TIA,
    Vivek.
Results 1 to 8 of 8