Problem of Compilation cvirt

Hello

I
Programme of the United Nations for the compiler wishes to pay get a DLL usable RT
on a PXI case.

Here's
configuration of my: Labwindows cvi rt 6.1

Voila
the file that I can't seem to compile:

#include
 
#include
#include
#include
#include
#include "uut_sensordre_rt.h".
#include "global.h".
#include "init_test.h".
#include "tache_execution_test.h".
#include "tache_execution_test_util.h".
#include "tache_surveillance.h".
#include
#include

extern int CVIFUNC RTIsShuttingDown (void);
public static int nb_thread = 20;
void CVIFUNC_C RTmain (void)
{

int err = 0;
public static int
Fonction_tache_communication_ID = 0;
public static int Fonction_tache_surveillance_ID
= 0 ;
public static int
Fonction_tache_execution_test_ID = 0;

HANDLE
mainThreadhdl;
If (InitCVIRTE (0, 0, 0) == 0)
return;    / * of
memory * /.

/ * your initialization code * /.
GPRINT (printf ("Initialisation\n"));
iteration = 75;

Test_Fin = NOK;

vg_TR_exit = 0;
vg_TR_surveillance_init =
TACHE_NO_INITIALISATION;
vg_TR_communication_init =
TACHE_NO_INITIALISATION;
vg_TR_executionTest_init =
TACHE_NO_INITIALISATION;
vg_TR_Mode = MODE_INITIALISATION;

creating a lock
CmtNewLock (NULL, 0, & gMutex_etat_test);
creating a lock

CmtNewLock (NULL, 0, & gMutex_etat_mode);
creating a lock
CmtNewLock (NULL, 0, & gMutex_data_resultats);

passage of creating a memory use to the
MSG command
CmtNewTSQ (10, sizeof (t_TR_msg_cmd_data),)
OPT_TSQ_DYNAMIC_SIZE, & vg_TR_hdl_msg_cmd_set_queue);

passage of creating a memory use to the
test MSG command
CmtNewTSQ (10, sizeof (t_TR_msg_cmd_data),)
OPT_TSQ_DYNAMIC_SIZE, & vg_TR_hdl_cmd_test_set_queue);

initialization of maps
Init_test ();
   
principal of for low priority passage
mainThreadhdl = GetCurrentThread();
SetThreadPriority (mainThreadhdl, THREAD_PRIORITY_LOWEST);
//======================================
ORGANIZING TASKS
//======================================

4 creating a pool tasks
CmtNewThreadPool (4, & g_h_pool);

creating communication spot low level
   
ERR = CmtScheduleThreadPoolFunctionAdv (g_h_pool,
                                 
Fonction_tache_communication, NULL,
THREAD_PRIORITY_BELOW_NORMAL, NULL,
EVENT_TP_THREAD_FUNCTION_END,
NULL,
RUN_IN_SCHEDULED_THREAD,
(& Fonction_tache_communication_ID);

monitoring of creating stain
Normal level
ERR = CmtScheduleThreadPoolFunctionAdv
(g_h_pool,
Fonction_tache_surveillance, NULL,
THREAD_PRIORITY_NORMAL, NULL,
EVENT_TP_THREAD_FUNCTION_END, NULL,
RUN_IN_SCHEDULED_THREAD,
(& Fonction_tache_surveillance_ID);
    
creative task of execution tests of HIGHER level
           
            
CmtScheduleThreadPoolFunctionAdv
(g_h_pool,
Fonction_tache_execution_test, NULL,
THREAD_PRIORITY_HIGHEST, NULL,
EVENT_TP_THREAD_FUNCTION_END, NULL,
RUN_IN_SCHEDULED_THREAD,
(& Fonction_tache_execution_test_ID);

While (!.) RTIsShuttingDown ())
{
Sleep (1000);
}
vg_TR_exit = 1;
While (nb_thread! = 0)
{
(CmtGetThreadPoolAttribute
(g_h_pool, ATTR_TP_NUM_ACTIVE_THREADS, & nb_thread)) ;
}

/ * your cleanup code * /.
GPRINT (printf ("cleanup"));
ERR = CmtDiscardThreadPool (g_h_pool);
g_h_pool = 0;

destruction of the lock
CmtDiscardLock (gMutex_etat_test);
CmtDiscardLock (gMutex_etat_mode);
CmtDiscardLock (gMutex_data_resultats);

destruction of the memory
passage used for the results
CmtDiscardTSQ
(vg_TR_hdl_msg_cmd_set_queue);
     
destruction of the memory
passage used for the results
CmtDiscardTSQ
(vg_TR_hdl_cmd_test_set_queue);
STOP cards
Fin_Init_test ();
CloseCVIRTE ();

And
This is the result of the compilation:

Prototype of 90.7 missing
(pour CmtNewThreadPool)

97,11 missing prototype

100,35 undeclared identifier
'EVENT_TP_THREAD_FUNCTION_END '.

101,35 undeclared identifier
'RUN_IN_SCHEDULED_THREAD '.

106,11 missing prototype

122.5 missing prototype

140,10 missing prototype

140,48 undeclared identifier
'ATTR_TP_NUM_ACTIVE_THREADS '.

152,15
Missing prototype

The
PROBLEM is probably the utility file.

Have
you an idea?

Need
He I reload CVI 6.1?

Thank you

Thank you

Indeed it took to reload RT

Kind regards

Tags: NI Software

Similar Questions

  • BrowserFieldSampleApplication problems to compile SecondaryResourceFetchThread and utilities

    I'm testing a browser Embed field to the 4.6.1 version. And I will try this code example BrowserFieldSampleApplication:

    http://docs.BlackBerry.com/eng/deliverables//5648/integrating.PDF<--- page="">

    And I have problems to compile Eclipse not solved

    . Utility MakeConnection

    and

    SecondaryResourceFetchThread.enqueue (resource, sponsor);  --> _SecondaryResourceFetchThread_

    for utilities last example class:

    [...]

    class PrimaryResourceFetchThread extends Thread {
      
        private BrowserFieldSampleApplication _application;
      
        private Event _event;

    private byte[] _postData;

    private HttpHeaders _requestHeaders;

    private String _url;
      
        PrimaryResourceFetchThread(String url, HttpHeaders requestHeaders, byte[] postData,
                                      Event event, BrowserFieldSampleApplication application) {
          
            _url = url;
            _requestHeaders = requestHeaders;
            _postData = postData;
            _application = application;
            _event = event;
        }

    public void run() {
            HttpConnection connection = Utilities.makeConnection(_url, _requestHeaders, _postData);
            _application.processConnection(connection, _event);      
        }
    }

    Import:

    import java.io.IOException;

    Javax.microedition.io import. *;

    Net.rim.device.api.browser.field import. *;
    Net.rim.device.api.io.http import. *;
    Net.rim.device.api.system import. *;
    Net.rim.device.api.ui import. *;
    Net.rim.device.api.ui.component import. *;
    Net.rim.device.api.ui.container import. *;

    The example is the same.

    Thank you

    or just load the sample workspace. (sample.jdw) and it will take care of all the samples shipped with the JDE.

  • PROBLEM drivers compilation SMJ100

    Hello

    I have a problem about United Nations pilots (generator of signals SMJ100) when I want to compiler it shows me this error Undefined symbol "_main" referenced in "c:\program files (x 86) \national instruments\cvi90\bin\Msvc\cvistart.lib.

    Yet I have added all the sources as well as the .h files from the drivers to my project labwindows CVI 9.0.1

    Es - a compatibility problem I turn on a windows 7 64 bit machine?

    Thanks in advance for your answer.

    Kind regards

    Vincent

    It is possible that the problem comes from the driver in her even, it has not been officially tested and approved by the R & D of National Instruments team (see link).

    Kind regards

  • Problem with compiling QT application

    Hi people,

    Palybook is in general a nice tab, my wife a QA test lead on our society and she's like to test the new application and material, but after 1.5 hours of research, I look at and test drive android is crashes WOW... real QA. QNX works very well.

    But, I'm a developer, and I have a strange problem with QT env for Simulator playbook.

    I use manual http://wiki.qt-project.org/QNX to build qt for qnx env.

    Any compilation fine and installed in the directory prefix as well.

    Then I prepare simple program ' Hello world ' to test whether anything can build successfully.

    My system is gentoo with kernel 3.2.12

    my project as:

    /home/miha/playbook_simulator_2_0/qt/x86/bin/qmake -project
    
    which qcc
    /home/miha/playbook_simulator_2_0/bbndk-2.0/host/linux/x86/usr/bin/qcc
    
    which make
    /home/miha/playbook_simulator_2_0/bbndk-2.0/host/linux/x86/usr/bin/make
    

    chain of QCC

    qcc -Vgcc_ntox86 -c -fstack-protector -fstack-protector-all -Wno-psabi -O2 -Wall -W -D_REENTRANT -DQ_OS_BLACKBERRY -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I../../x86/mkspecs/unsupported/blackberry-x86-qcc -I. -I../../x86/include/QtCore -I../../x86/include/QtGui -I../../x86/include -I. -I. -I../../../bbndk-2.0/target/qnx6/usr/include -I../../../bbndk-2.0/target/qnx6/usr/include/freetype2 -o main.o main.c
    

    QNX variable:

    QNX_CONFIGURATION=/home/miha/.rim/bbndk
    QNX_TARGET=/home/miha/playbook_simulator_2_0/bbndk-2.0/target/qnx6
    QNX_HOST=/home/miha/playbook_simulator_2_0/bbndk-2.0/host/linux/x86
    

    and have a strange output in the console: (~ 2700 output lines)

    In file included from ../../x86/include/QtCore/qobjectdefs.h:45,                 from ../../x86/include/QtCore/qobject.h:47,                 from ../../x86/include/QtCore/qcoreapplication.h:45,                 from ../../x86/include/QtGui/qapplication.h:45,                 from ../../x86/include/QtGui/QApplication:1,                 from main.c:1:../../x86/include/QtCore/qnamespace.h:54: warning: return type defaults to 'int'../../x86/include/QtCore/qnamespace.h: In function 'QT_MODULE':../../x86/include/QtCore/qnamespace.h:54: error: expected declaration specifiers before 'namespace'../../x86/include/QtCore/qnamespace.h:1799: error: expected declaration specifiers before 'Q_DECLARE_OPERATORS_FOR_FLAGS'../../x86/include/QtCore/qnamespace.h:1820: error: expected declaration specifiers before 'class'../../x86/include/QtCore/qnamespace.h:1875: error: expected declaration specifiers before ';' tokenIn file included from ../../x86/include/QtCore/qobject.h:47,                 from ../../x86/include/QtCore/qcoreapplication.h:45,                 from ../../x86/include/QtGui/qapplication.h:45,                 from ../../x86/include/QtGui/QApplication:1,                 from main.c:1:../../x86/include/QtCore/qobjectdefs.h:51: error: expected declaration specifiers before 'QT_MODULE'../../x86/include/QtCore/qobjectdefs.h:55: error: expected declaration specifiers before 'class'../../x86/include/QtCore/qobjectdefs.h:143: error: expected declaration specifiers before 'template'../../x86/include/QtCore/qobjectdefs.h:146: error: expected declaration specifiers before 'template'../../x86/include/QtCore/qobjectdefs.h:217: error: expected declaration specifiers before 'Q_CORE_EXPORT'
    
    . . . . . . . . . .
    

    Can someone help me with this? or someone knows what is happening and how to fix this strange situation?

    Mike.

    Have you tried to compile it in Qt Creator?

    And did you use Qt download on: http://openbbnews.wordpress.com/2012/03/29/qt-update-2/

    There is no real need to compile by yourself

    SRY, I could not help you directly, cause I use Windows XP to compile for Playbook. The Linux installer does not work with my 32-bit Kubuntu.

    [edit]

    found this:

    http://StackOverflow.com/questions/7512433/error-expected-declaration-specifiers-before-namespace

    [/ Edit]

  • Problem with compiling SQLDeveloper?

    I noticed sometimes when I compile a PL/SQL package in SQLDeveloper (5440 v1.5.1 build) it tells me that the package was compiled successfully, even if there are errors in the package. Disconnect and reconnect seem to allow me to review the errors, but when I click on "compile" it tells me it is successful and shows as valid.

    Any ideas why it does this? The problem seemed to go away by himself before, but he doesn't want to go now, I even restarted my computer and it always tells me that everything's fine and dandy...

    I had this same problem awhile back.

    (Still do, but I've found a workaround.)  :))

    Do you get many warnings during compilation, but no error?

    If so, because it shows only the first X problems and if the X first issues are not errors and warnings, it won't show you errors. Apparently, it's a fault of the database.

    I found two workaround solutions.

    1. fix the reasons that cause the warnings is displayed. If you do this, eventually the errors will show.

    Unfortunately for plan #1 above, there is another flaw in the database that returns incorrect alerts. If so, move to the #2 plan.

    2. There is a setting that disables the feature that displays warnings from the compiler. If you do this, you won't see any warnings (even those you should be set!), but at least you will be able to see the mistakes.

    Hope that helps and that you have not found a new default instead!

  • Problem of compiler SP1 2013

    Hello

    I'm using LabWindows/CVI 2013 SP1. I built my application and there is no warnings or errors. When I ran my application, I found that one of my digital indicators was not being updated. When I looked at the code I saw my mistake, and I did not believe that the compiler did not this error during the generation.

    I recently stayed at the update function, that I used "SetCtrlVal" to "SetCtrlAttribute". My mistake was that I have does not add the additional argument that is necessary to "SetCtrlAttribute".

    The compiler must have caught that there are not enough arguments sent to the function.

    Hi John,.

    You do not get a compiler at compile-time error because SetCtrlAttribute take as the 4th parameter a list of Variable arguments.

    The prototype of the SetCtrlAttribute is:

    int CVIFUNC_C SetCtrlAttribute(int panel, int control, int attribute, ...);
    

    This means that after the first 3 parameters, you can pass 0 or more parameters of any type.

    It is the same case as printf; the prototype is:

    int  CVIFUNC_C printf(const char *, ...);
    

    You can write to printf ("Hello") as well as printf ("Hello %s", "Word)

    Although SetCtrlAttribute needs 4 parameters, the last parameter is declared as a variable argument list (va_arg) as the 4th parameter can be of different type, depending on the attribute or the data type of the control.

    However, if you do not put the 4th parameter or it has an incorrect type, you should get a runtime error in the Debug configuration with Runtime checking active (debug level Standard or extended in the compiler Options).

    Constantin

  • Problem with compiling under QNX Momentics IDE

    Hello! I developed a small application based on Qt for BlackBerry Playbook.

    When I try to build my app in debug mode of Simulator, NDK error reports:

    CC: cannot specify - P, - C, - E, - c or S - with o and multiple files

    How can I fix this error?

    You do not have a typing error:

    -DQ_MOC_OUTPUT_REVISION = 63
    

    If it should not be:

    -DQ_MOC_OUTPUT_REVISION=63
    
  • problem compiling with gcc 4.7.3 dbstl

    Hello

    my project uses dbstl and will not compile with gcc 4.7.3 und Linux x 86, unless I'm using - fpermissive. I tried different versions of db between 4.8 and 6.0.20 without success. In fact

    do exstl_advancedfeatures

    below, already, fails. There seems to be problems with name resolution. I couldn't find anything on the issue. Is it known? If not, where should I report it?

    Best,

    Andreas

    brand exstl_advancedfeatures output:

    . / libtool - mode = compilation g ++-I / examples/stl - c - I.-j' have... / SRC-D_GNU_SOURCE-D_REENTRANT-O3-I... / lang/cxx/STL... /examples/STL/StlAdvancedFeatures.cpp

    libtool: compile: g ++-I / examples/stl - c - I.-j' have... / SRC-D_GNU_SOURCE-D_REENTRANT-O3-I... / lang/cxx/STL... /examples/STL/StlAdvancedFeatures.cpp - fPIC - DPIC-o.libs/StlAdvancedFeatures.o

    In file included from... examples/STL/StlAdvancedFeatures.h:32:0.

    Of... /examples/STL/StlAdvancedFeatures.cpp:9:

    .. «/lang/cxx/STL/dbstl_vector.h: in the instantiation of the ' dbstl::db_vector_iterator < T, value_type_sub >: auto & dbstl::db_vector_iterator < T, value_type_sub >: operator ++ () [with T = char *; value_type_sub = dbstl::ElementHolder < char * >; < T, value_type_sub > dbstl::db_vector_iterator: auto = dbstl::db_vector_iterator < tank *, dbstl::ElementHolder < tank * > >]» :

    .. /examples/STL/StlAdvancedFeatures.h:663:26: required here

    .. /lang/cxx/STL/dbstl_vector.h:859:3: error: 'move_by' was not declared in this scope, and no declaration found by dependent on research of an argument when instantiating [-fpermissive]

    .. /lang/cxx/STL/dbstl_vector.h:859:3: Note: basic statements depending on "dbstl::db_vector_base_iterator < char * > ' cannot find search for the absolute

    .. /lang/cxx/STL/dbstl_vector.h:859:3: Note: use 'this-> move_by' instead

    [...]

    Hello

    We have fixed all the problems of compiling for dbstl in the development branch.

    So what version do you use?  Next, we'll create the patch for the specific version.

    Kind regards

    -Winter

  • I have problem with the compiler of forms

    HIII everyone
    I have problem to compile a simple form created in Forms Builder everything works fine... .i can cocnect with sql developer tailor I can connect with sql plu...
    I fllowed this steps just to complie simple form
    1-i run start an OC4J Instance and it show that
    **********************************************************************
    C:\Users\lotfi\Desktop > C:\oracle\DevSuiteHome\jdk\bin\java-Doracle.security.ja
    Zn.config=C:\oracle\DevSuiteHome\j2ee\DevSuite\config\jazn.XML-Doracle.home=C:\
    oracle\DevSuiteHome-DORACLE_HOME = C:\oracle\DevSuiteHome-jar C:\oracle\DevSuite
    Home\j2ee\home\oc4j.jar - userThreads - config C:\oracle\DevSuiteHome\j2ee\DevSuit
    e\config\server. XML
    07/12/11 11:39:57 oracle Application Server containers for J2EE 10 g (10.1.2.0.2)
    initialized
    ***********************************************************************
    2. I lance Forms Builder is run correctly I conect with 'hr' and my password and it connect properly... and I creat a simple form with datablock continues the table 'country '.
    3 - I save the form and run and it works correctly with mozila firefox as java applet... and just it ask me to login again with the same information that I entered at the beginning... but in the console of I 'Start an OC4J Instance', it adds the text
    ********************************************************************************
    07/12/11 11:59:32 FormsServlet init():
    configFileName: C:\oracle\DevSuiteHome/forms/server/formsweb.cfg
    testMode: false
    07/12/11 11:59:33 ListenerServlet init()

    *********************************************************************************
    4. now I want to compile my form just to not run as java applet... .i run forms 'Compiler' and I chose the form and I enter the information of the user and the database and type is FORM and and I press 'ok' * it take about 3 seconds and form compliler window disappear that's my problem gys how can I complete my form *.

    You cannot run the form without the applet on the client, and also there is no way or the need to create a file your application like .exe basically ask you a URL on the client.

    See this document for an explanation of the architecture of Web Forms: http://www.oracle.com/technetwork/developer-tools/forms/forms9iarchitecture-1-132221.pdf

    see you soon

  • Problem compiling with Xcode plugin sample

    Hi all

    I'm having a problem of compiling a sample plugin in the SDK ("BasicPlugin") using Xcode on Mac OS. Xcode build error is "name"CursHandle"unknown type". The error occurs in two source files: AVExpT.h and SafeResources.h. I can't find any header provided with the Acrobat SDK kit that defines the type of CursHandle.

    I'm on Mac OS 10.8.4 and Xcode 4.6.3.

    The SDK documentation says that the SDK is only compatible with Xcode 2.x; elsewhere in the documentation it says that it was compatible with Xcode 3.2 and 3.3. What is the reason for the above error? It is not possible for me to install the old version of Xcode, because I'm running 10.8 OX, and older versions are not compatible.

    I would be very grateful for any help.

    Paul

    Yes, the software SDK still uses characteristic of carbon (even if Acrobat itself does not use anything carbon).   Therefore, you need an older version of Xcode that talks about carbon.

    Consider using a virtual machine from a certain flavor to run an earlier version of Mac OS and Xcode.

  • Same code compiled for the cRIO-9074, but reports no diagram component calendar violation for cRIO-9067

    Hi, just got my new cRIO-9067. I have converted my project over the cRIO-9067 since the cRIO 9074. Same layout module, same engine, same scan code custom fpga, (hybrid mode).  I have no problem of compilation for the 9074, which is a lower performance FPGA architecting the 9067 FPGA.

    The final timetable for windows compilation shows that the timing is respected for all clocks - 40, 80 and 120 MHz (I use a clock derived for some code sctl). During the end of compilation, during the phase of gen bitfile, I get the dreaded time violation. Investigation of the breach indicates that it is not the custom code, it is not schema components. One of them seems to be linked to the card series OR 9870 I in the chassis.

    Why? Is there anything I can try with the compiler directives for this problem? You would think that it would be easier to compile for the highest performance FPGAS...

    OK, don't ask me how I thought this output - to run I changed nothing else than this: feed the I/O node a reference FPGA of e/s instead of configure the node via the menu "link to. It makes no sense, but the compilation succeeded when I did this.

    I know it is because I created a very simple test VI in my project and made sure it does not compile without it.

  • problem with a block of memory in labview 2009

    Hi all

    I have "ERROR: MapLib:979 - LUT4 symbol" during the compilation process (lots of errors like this), and I discovered that the reason of my problem is block of MEMORY.

    To be sure that the problem is in this block, I did a very simple project in LabView 2009 (on FPGA Target PCI5640R) only with the use of this block you can see in the photo, as well as in file test_memory block.lvproj attached link: https://www.dropbox.com/sh/u87f1oihelmm4dq/Jo_6-bICSf

    I have a problem with compiling VI with this block, and I have so many errors like:

    ERROR: MapLib:979 - LUT4 symbol
    "window/Thatcher/n_00000036/nSCTL_00000013_00000014/n_000000A3/cOutLoc<0>1.
    (output = window/Thatcher/res000001ed_wi<2>) is the input signal
    "window/Thatcher/res0000020d_wo<1>" that will be deleted. See Section 5 of the
    Map a report file to find out why the input signal will become conveyors.

    or

    ERROR: MapLib:978 - LUT4 symbol
    "window/Thatcher/n_00000036/nSCTL_00000013_00000014/n_000000A3/cOutLoc<23>1.
    (output = window/Thatcher/res000001ed_wi<25>) is an equation that uses
    input pin I2, which no longer has a connected signal. Make sure that all the
    the pins used in the equation for this LUT are signals that are not cut
    (see Section 5 of the report file map for details on which signals were
    adjusted).

    Entire report, you can see in the file report.txt on the attached link.

    I would appreciate if someone could take a look at my problem with simple project and suggest me a solution.

    I'm really stuck with my biggest project which need to have this memory block.

    I'm looking forward to hear from you,

    King looks

    ING. Damir Hamidovic

    Hi all

    I find a sollution to my problem.

    In memory-properties-general-setting up, I changed the block to look up Table memory, and I compile memory.vi and run it successfully.

    I did change as you can see on the picture:

    Just, can you tell me is it all "bad properties" and limits the use of this type of memory (Look up Table) of the implementation?

    King looks

  • Compiler error. Report to Technical Support OR: err c = 0xF1 ufppushop

    Compiler error. Report to Technical Support OR: err c = 0xF1 ufppushop

    When recording / runing a vi that performs calculations in a node formula containing several if and a switch statement. (LV6.1, WinNT)

    I solved the problem: the compile error occurred because a single formula node entry was an enum.
    When you insert a cast to digital, the problem has been resolved.

  • Problems with BPS

    I have a utility class that I use in my application. This utility class give me information on the device and his son in this utility class include a method returns if the device has or no internet access.

    I use the code in the tutorial BPS and take the class StatusEventHandler to my application. However, I had problems when compiling in this line:

    signals:
    void networkStatusUpdated (bool status, type QString);

    He only told me that there was a syntax error...

    I am also in the console:

    o-g/.obj/moc_BlackBerry10Utils.o: In function 'BlackBerry10Utils::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) ':
    C:\Users\ybracho\ndk-10.1.0-workspace\ProfitMovil\x86/o-g/. MOC / moc_BlackBerry10Utils.cpp:49: no reference to "BlackBerry10Utils::networkStatusUpdateHandler (bool, QString) '.

    A trick to solve this problem?

    TIA,

    You are missing a second settler within names for the AbstractBpsEventHandler.

  • Compile issues - undefined references

    So, I got my hands on the source code for a simple die rolling program that I found on the BlackBerry App World. I have already corrected some problems of compilation, but at this point, I think my best bet is to happen to you guys here on the forums. I'm at your mercy.

    According to my research in things, references that are not defined must be placed inside I included headers.

    Here are the results of the compilation:

    Thanks for the suggestions. It gives me something to try, I suppose, but I'm sure that my computer is not using up to 16GB.

    The only thing I can really think that I have not tried creates a project managed; I assumed that because the project was a makefile to use it. If I should or learn more about makefiles go try that.

    Might try if it suits him as well, I have this will mark as answered.

    Edit: After careful consideration I am sure I know what stupid thing, I do not yet consider... I have not linked all the library files...

    It was actually the lack of dynamic link libraries.

Maybe you are looking for

  • How to display the menu bar and address at the same level?

    Firefox 4 seems good, but a major problem is that the menu bar, the bar tabs and the Navigation has a bar a clean upper-left line in the window, with mainly two effects: Much space wasted on the top right The real web window being compressed very ver

  • No bars of tasks online, homepage, or otherwise.

    I had my Firefox server. Not now that there is no task bar. There is a tab with Firefox on it, but it does nothing. There is no bar to talk about that so I can't offline online. To stop manually. In the box is the homepage. Do not know where he was g

  • disable the lock button

    Hi all What should I do to disable the lock button? I did below, but forbid every button except the lock button! It is popular for any suggestoins? ... public boolean {return true ;} keyUp() public boolean keyDown (int keyCode, int time) {return true

  • App of indexation for the integration of Google search?

    With Google announcing the possibility of deep link in the content of the app, there will be possibilities for integration with DPS or publish?https://developers.Google.com/app-indexing/webmasters/app

  • SGA_TARGET question

    HelloIn this ALTER SYSTEM SET SGA_TARGET topic someone has replied:>Not sure understand your question. If you set SGA_TARGET with SCOPE = MEMORY or BOTH, it should be effective immediately....> And, as per the docs (http://docs.oracle.com/cd/E11882_0