Search:

Type: Posts; User: csonx_p

Page 1 of 20 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    2,895

    Configuring a debugger for Eclipse CDT

    Do i need to install a plugin to debug in Eclipse. When i create a new debug launcher i have Cygwin gdb option, or MinGW gdb. But when i debug i get ...


    Error creating session
    Cannot run...
  2. Replies
    4
    Views
    5,298

    Can you please tell me how you solved this,...

    Can you please tell me how you solved this, getting same linking problems
  3. I'm thinking if i rather user the boost Windows...

    I'm thinking if i rather user the boost Windows Installer, it should do all the compilation for me. Currently i'm using the boost folder which came with MinGW perhaps thats the cause of the probelm....
  4. I though so but not sure how to .. I know it...

    I though so but not sure how to .. I know it probably looking for a '.a' file which needs to be added to MinGW Linker in eclipse ... Do i do this in command prompt, and how?
  5. Error: undefined reference to 'boost::gregorian::greg_month::get_month_map_ptr() '

    Hi i get this error on Eclipse CDT with MinGW compiler ... Here's my Little program




    #include "boost/date_time/gregorian/gregorian.hpp"
    #include <iostream>

    int main()
    {
  6. Please delete this thread, need to check...

    Please delete this thread, need to check something first, then will repost correctly.. My apologies
  7. Defining my own clear_screen for command app

    Hello, using Eclipse CDT and MinGW compiler am using my old code which compiled in VS2005 to try compile under this new environment but unsuccessfully ... Here are my files

    Screen.h


    #ifndef...
  8. Replies
    0
    Views
    3,657

    eclipse CDT and boost

    Hi, trying to configure boost lib with eclipse CDT. I used boost_installer which installed boost on c:\Program Files\boost\boost_1_38\boost\.. Tried Project>Properties>Paths and Symbols>GNU C++\ but...
  9. Replies
    44
    Views
    11,706

    where do i get oraociei10.dll file as it seems to...

    where do i get oraociei10.dll file as it seems to be the only file not present according to your list.....
  10. Replies
    44
    Views
    11,706

    Please check the attached files for project...

    Please check the attached files for project properties and libraries ... the file listing image is the location "C:\oraclexe\app\oracle\product\10.2.0\server\OCI\lib\MSVC\vc8" which is added as...
  11. Replies
    44
    Views
    11,706

    this statement ... sqlExcp.getMessage() ...

    this statement ...


    sqlExcp.getMessage()

    its what's throwing "Access violation reading location 0xcccccccc", i doubt if it has anything to do with the libraries ...

    This code
  12. Replies
    44
    Views
    11,706

    How do i attach files here? would like to show...

    How do i attach files here? would like to show you my project environmental settings ....
  13. Replies
    44
    Views
    11,706

    unzipped to...

    unzipped to C:\oraclexe\app\oracle\product\10.2.0\server\OCI\lib\MSVC\Vc8
    got the needed lib/dll there ... went to project properties and added other dependencies pointing to this path
  14. Replies
    44
    Views
    11,706

    XE = (DESCRIPTION = (ADDRESS = (PROTOCOL...

    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = officepc)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    )
    )
    ...
  15. Replies
    44
    Views
    11,706

    "Unhandled exception at 0x104f1795 (msvcp80d.dll)...

    "Unhandled exception at 0x104f1795 (msvcp80d.dll) in dbtester.exe: 0xC0000005: Access violation reading location 0xcccccccc."
  16. Replies
    44
    Views
    11,706

    Environment * env =...

    Environment * env = Environment::createEnvironment();
    Connection * conn = NULL;
    const string strUser = "example"; // User we connect as
    const string strConn = "XE"; // Database...
  17. Replies
    44
    Views
    11,706

    I seem to be getting an unhandled exception...

    I seem to be getting an unhandled exception though... Throws an exception when trying to connect... My Username : example Password : example Conn : XE are all correct because i can access the DB
  18. Replies
    44
    Views
    11,706

    i ran SELECT ora_database_name FROM dual; and...

    i ran SELECT ora_database_name FROM dual; and got the db name (XE) which is the same as yo indicate from the tns file ..thanks a lot
  19. Replies
    44
    Views
    11,706

    is this const string strConn =...

    is this


    const string strConn = "Driver={Oracle ODBC Driver}, Dbq=example, Uid=example, Pwd=example" ;


    about right?
  20. Replies
    44
    Views
    11,706

    cool thanks, will give this a shout and see how...

    cool thanks, will give this a shout and see how it goes...

    Cheers :)
  21. Replies
    44
    Views
    11,706

    Thanx, i thought u were giving me your own code...

    Thanx, i thought u were giving me your own code examples in the file you attached. I realized i already have those headers ... If you look at the example i just provided it uses DbManager which of...
  22. Replies
    44
    Views
    11,706

    Using an example, i tried including occi.h, but i...

    Using an example, i tried including occi.h, but i get the following error



    1>c:\c++ folder\dbtester\dbtester\connect.cpp(1) : fatal error C1083: Cannot open include file: 'occi.h': No such file...
  23. Replies
    44
    Views
    11,706

    Thanks hk, will try this out!

    Thanks hk, will try this out!
  24. Replies
    44
    Views
    11,706

    from the occi readme file, could someone please...

    from the occi readme file, could someone please explain step 3 & 4?



    Am really struggling to understand what they mean
  25. Replies
    44
    Views
    11,706

    losing my mind here, when i build the properties...

    losing my mind here, when i build the properties i get lots of errors ... some of them are



    3>c1xx : fatal error C1083: Cannot open source file: '..\..\..\src\backends\firebird\blob.cpp': No...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4