Search Result

Collapse
9 results in 0.0014 seconds.
Keywords
Members
Tags
compile
  •  

  • TheMusician
    started a topic Free function compiling error
    in C

    Free function compiling error

    Error:

    Code:
    Undefined                       first referenced
     symbol                             in file
    die()                               /var/tmp//cckddR2X.o
    ld: fatal: symbol referencing errors. No output written to a.out
    collect2: ld returned 1 exit status
    This is my die.cpp:

    Code:
    #include <math.h>
    #include <string>
    #include <iostream>
    ...
    See more | Go to post

  • Easy way to Compile old g++ 2,95.3 code with newer g++ 3.4

    I have some piece of code compiled earlier with g++ 2.95.3. When I try to compile the code in new g++ version 3.4.3, the compilation fails with error
    "error: invalid in-class initialization of static data member of non-integral type `const char* const'".
    I recognize the problem. I have header files with variables initialized inside the class definition. When I move the variable initialization to class constructor, it compiles...
    See more | Go to post

  • Lauren Serra
    started a topic Merging Access Databases

    Merging Access Databases

    I'm attempting to merge multiple Access databases into one. They are all of the exact same format but with different datasets. Using the append tool, I can get all of the data into a single database, but the relationships are lost. Does anyone know how to append related data from multiple tables?
    See more | Go to post

  • [pyinstaller] how to compile Python script importing module

    Hi,

    I need to compile a pyhton tool into an executable as the destination plateform (Solaris, Linux) are not deployed with Python or not all needed modules.

    I found pyinstaller and follow the classical tutorial.

    First executable starts correctly under Linux but not under windows.

    Second it crashes right after due to unknown module that haev to be loaded.

    Here is a view of...
    See more | Go to post

  • Deekay
    started a topic TableDefs not recognized (I think?)

    TableDefs not recognized (I think?)

    I am writing some code to seen if an import error table has been created.

    When using the VBA editor in Access and I type in lowerrcase the following two statements
    dim db as DAO.database
    dim td as DAO.tabledef

    it corrects it to
    Dim db As DAO.Database
    Dim td As DAO.TableDef
    recognising the reserved words each time. However typing
    Dim mydefs As DAO.TableDefs
    ...
    See more | Go to post

  • AlienAdy
    started a topic Add "compile" option into an application
    in .NET

    Add "compile" option into an application

    Hi guys!

    I am coding a free software that will have 2 parts. Part 1. is an admin panel where a user will be able to select some options. Part 2. is a finished new application which a user can send to some other user, so a standalone application that has nothing to do with the admin panel. Now, the problem is, I don't know how to connect those two parts. I want to add an option in the admin panel that says "build" which will...
    See more | Go to post

  • How do I find missing ref for User Defined Type not Defined when not highlighted

    Hi. I'm getting a User Defined Type not defined error when attempting to compile. I've check all references and nothing is missing. No code is highlighted when the compile stops. The only other thing I could think of outside a missing reference would be the fact that I have some enumeration in my classes using IUnknown. Not sure where else to dig. Thanks for any help.
    See more | Go to post

  • robygus
    started a topic Postgres create a new index

    Postgres create a new index

    Hello
    I'm a student and I'm tring to undestand the easier way to create a new index ( ARB-Tree ) into Postgres 8.4. I found information about all tables ( PG_AM , PG_CLASS ...) to use and I found some C code sample but I need information about this points :
    - What do I need to compile code in Windows XP ?
    - How can I debug code while I'm using DB ?
    - Where do I have to put my "extension" in database directory...
    See more | Go to post

  • error: expected identifier or â(â before â{â token ??

    I am using a program called putty to write basic programs in C/ C++ for an introduction to computer programming class. I am very new at programming and am just getting started writing very simple programs. When I try to compile my programs, I receive an error message saying

    error: expected identifier or â(â before â{â token

    and am directed to the line in the program where the program actually starts, the beginning...
    See more | Go to post
Working...