Search:

Type: Posts; User: kellydj

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,372

    Hint: Object Ada, VC

    Don't have an exact answer
    but Object Ada has files that convert from Ada to c++
    types like the one excerpted below:
    --...
  2. Replies
    10
    Views
    10,159

    Mfc42.lib

    I added Mfc42.lib to my list of library linker options
    (I also removed _DEBUG definition option from settings
    and got rid of any libraries ending in "d" on the list)

    and now it links...
  3. Replies
    10
    Views
    10,159

    ignore LIBC.lib

    I ignored LIBC.lib and got this :

    ________________________

    nafxcwd.lib(afxmem.obj) : error LNK2005: "void * __cdecl operator new(unsigned int)" (??2@YAPAXI@Z) already defined in...
  4. Replies
    10
    Views
    10,159

    Re: win2_32.lib

    I've included that in my libraries, but I'm still getting
    linker warnings such as this:

    nafxcwd.lib(afxmem.obj) : warning LNK4006: "void * __cdecl operator new(unsigned int)" (??2@YAPAXI@Z)...
  5. Replies
    10
    Views
    10,159

    re: winsock

    Winsock IS explicitly included in my files.
  6. Replies
    10
    Views
    10,159

    linking with the winsock library?

    The correct path to the winsock library("WSock32.lib" )
    is shown in the
    Tools/Options/Library Directories options box.

    and The program does use winsock.

    the linker should be...
  7. Replies
    10
    Views
    10,159

    MSVis-Studio C++ libraries and linker errors

    I am trying to link a program made of about 30 files,
    all in the same directory (a few use MFC classes) on
    Microsoft Visual C++.
    There appear to be some conflicts between libraries
    I...
  8. Replies
    2
    Views
    5,544

    boldface, underline in file output

    can I output boldface and underlined characters to a
    file in C++? How?
    I see that normal ASCII does not include boldface or
    underlined characters. Right now I am using standard
    C++ stream...
Results 1 to 8 of 8