CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: karimkhan

Search: Search took 0.03 seconds.

  1. using dbms_pipe with C++ to perform daabase operation

    using dbms_pipe with C++ to perform database operation
    I am getting two result: string and int in c++ code. That I want to store into database. The request which generates result is very...
  2. using dbms_pipe with C++ to perform daabase operation

    I am getting two result: string and int in c++ code. That I want to store into database. The request which generates result is very frequent. So each time performing db operation to store the result...
  3. Re: Why Visual c++ 6.0 getting closed on clean , build or any action?

    building using nmake is same as we do generally ? for using nmake do I have to install or use anything else then command line?
  4. Re: Why Visual c++ 6.0 getting closed on clean , build or any action?

    Dear I dont like even to use it , but where im working their project is in that version ...thats why I need to work in it....
  5. Why Visual c++ 6.0 getting closed on clean , build or any action?

    Hi Every one ,

    I was doing my project and due to battery failure my system got shutdown ,

    now after that when I started my system again and started my project in vc ++ 6.0 when ever I compile...
  6. Replies
    11
    Views
    7,029

    Re: CFITSIO unresolved external symbol error

    I mean now after adding this cfitsio.lib file when I compile source file at last it gives
    "
    Linking...

    cfitsio.lib - 0 error(s), 4 warning(s)


    While before I added fitsio it was giving me
  7. Replies
    11
    Views
    7,029

    Re: CFITSIO unresolved external symbol error

    In short when I add C:\3270\cfitsio.lib to the object/library modules it compiles successfully only fitsio.lib and not my original pixcel.exe
  8. Replies
    11
    Views
    7,029

    Re: CFITSIO unresolved external symbol error

    Oh thank you Sir , I think it is progressing now

    I added full library name x:\3270.lib to the "object/library module" in project setting

    Now its not giving me error , but before I added this...
  9. Replies
    11
    Views
    7,029

    Re: CFITSIO unresolved external symbol error

    thanks for your reply Sir ,
    But I already have given the path "C:\3270\cfitsio.lib' for additional library...this doesn's solve the problem.
  10. Replies
    11
    Views
    7,029

    Re: CFITSIO unresolved external symbol error

    I already tried out with mentioning the library file name there in project setting ...is it necessary to keep library location at particular location?

    After compiling and checking all the files...
  11. Replies
    11
    Views
    7,029

    Re: CFITSIO unresolved external symbol error

    I already done with linking the cfitsio library by project setting/link/path of .lib file

    and I also added environment variable

    In runtime library multithreaded dll is also set , and also added...
  12. Replies
    11
    Views
    7,029

    CFITSIO unresolved external symbol error

    I am compiling my source code which is calling "fitsio.h" file from fits library , and then in fitsio.h another header file is getting called named longname.h , this ffclos , ffgpxv all are defined...
  13. Replies
    16
    Views
    2,195

    Visual C++ linker error

    Hi frnds ,

    I am working on one s/f whose source code is in vc++ , contains 3 folders(cgui , gci , gci2) for gui , source code and some header files .

    3 folders interlinked , I have added some...
Results 1 to 13 of 13





Click Here to Expand Forum to Full Width

Featured