Changeset 2657


Ignore:
Timestamp:
04/22/08 03:06:25 (16 years ago)
Author:
mattausch
Message:
 
Location:
GTP/trunk/Lib/Vis/Preprocessing/src
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/QtInterface/QtGlRenderer.h

    r2656 r2657  
    4949 
    5050 
    51 class __declspec(dllexport) QtGlRendererBuffer 
     51class QtGlRendererBuffer 
    5252: public QObject, public QGLPixelBuffer, public GlRendererBuffer 
    5353{ 
     
    8787 
    8888 
    89 class __declspec(dllexport) QtRendererControlWidget : public QWidget 
     89class QtRendererControlWidget : public QWidget 
    9090{ 
    9191  Q_OBJECT 
     
    170170 
    171171 
    172 class __declspec(dllexport) QtGlRendererWidget: public QGLWidget, public GlRendererWidget 
     172class QtGlRendererWidget: public QGLWidget, public GlRendererWidget 
    173173{ 
    174174        Q_OBJECT 
     
    569569 
    570570 
    571 class __declspec(dllexport) QtGlDebuggerWidget: public QGLWidget 
     571class QtGlDebuggerWidget: public QGLWidget 
    572572{ 
    573573        Q_OBJECT 
  • GTP/trunk/Lib/Vis/Preprocessing/src/QtInterface/QtGlViewer.h

    r2656 r2657  
    1313 
    1414 
    15 class __declspec(dllexport) QtGlViewer : public QGLWidget 
     15class QtGlViewer : public QGLWidget 
    1616{ 
    1717        //Q_OBJECT 
  • GTP/trunk/Lib/Vis/Preprocessing/src/QtInterface/QtInterface05.vcproj

    r2656 r2657  
    103103                        <Tool 
    104104                                Name="VCCLCompilerTool" 
    105                                 WholeProgramOptimization="false" 
     105                                WholeProgramOptimization="true" 
    106106                                AdditionalIncludeDirectories="..\src;..\..\src\;..\..\..\..\..\..\..\NonGTP\Zlib\include;&quot;$(QTDIR)\include\QtOpenGL&quot;;&quot;$(QTDIR)\include\Qt&quot;;&quot;$(QTDIR)\include\QtGui&quot;;&quot;$(QTDIR)\include\QtCore&quot;;&quot;$(QTDIR)\include&quot;;&quot;$(CG_INC_PATH)&quot;" 
    107107                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;GTP_INTERNAL;USE_QT;USE_VERBOSE_PVS;USE_CG" 
     
    163163                        <File 
    164164                                RelativePath="QtGlRenderer.cpp" 
    165                                 > 
    166                         </File> 
    167                         <File 
    168                                 RelativePath="QtGlRendererDll.cpp" 
    169165                                > 
    170166                        </File> 
  • GTP/trunk/Lib/Vis/Preprocessing/src/QtInterface/QtPreprocessorThread.h

    r2656 r2657  
    1111class Preprocessor; 
    1212 
    13 class __declspec(dllexport) QtPreprocessorThread : public PreprocessorThread, public QThread 
     13class QtPreprocessorThread: public PreprocessorThread, public QThread 
    1414{ 
    1515public: 
  • GTP/trunk/Lib/Vis/Preprocessing/src/TestPreprocessor05.vcproj

    r2656 r2657  
    123123                                Name="VCCLCompilerTool" 
    124124                                Optimization="2" 
    125                                 InlineFunctionExpansion="2" 
     125                                InlineFunctionExpansion="0" 
    126126                                EnableIntrinsicFunctions="false" 
    127127                                FavorSizeOrSpeed="1" 
    128                                 OmitFramePointers="true" 
    129                                 EnableFiberSafeOptimizations="true" 
    130                                 WholeProgramOptimization="false" 
     128                                OmitFramePointers="false" 
     129                                EnableFiberSafeOptimizations="false" 
     130                                WholeProgramOptimization="true" 
    131131                                AdditionalIncludeDirectories="..\src;..\include;..\..\..\..\..\..\NonGTP\Boost;..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces;&quot;$(QTDIR)\include\QtOpenGl&quot;;&quot;$(QTDIR)\include\Qt&quot;;&quot;$(QTDIR)\include\QtCore&quot;;&quot;$(QTDIR)\include&quot;;QtInterface;..\src\sparsehash\src\;..\src\ootl\src\include\ootl;..\src\ootl\src\include\ootl\sandbox;$(NOINHERIT)" 
    132132                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;GTP_INTERNAL;USE_QT;USE_CG;USE_VERBOSE_PVS" 
     
    157157                                LinkIncremental="1" 
    158158                                AdditionalLibraryDirectories="&quot;$(QTDIR)\lib&quot;;..\src\GL;&quot;..\..\lib05\$(ConfigurationName)&quot;;..\..\..\..\..\..\NonGTP\Boost\lib;..\..\..\..\..\..\NonGTP\Xerces\xercesc\lib;..\..\..\..\..\..\NonGTP\Zlib\lib;..\..\..\..\..\..\NonGTP\Devil\lib;&quot;..\MultiLevelRayTracing\RTScene\$(ConfigurationName)&quot;;&quot;..\MultiLevelRayTracing\RTWorld\$(ConfigurationName)&quot;;&quot;QtInterface\$(ConfigurationName)&quot;;&quot;$(CG_LIB_PATH)&quot;" 
    159                                 GenerateDebugInformation="false" 
     159                                GenerateDebugInformation="true" 
    160160                                SubSystem="1" 
    161161                                LargeAddressAware="2" 
  • GTP/trunk/Lib/Vis/Preprocessing/src/main.cpp

    r2647 r2657  
    2828#include "ViewCellsManager.h" 
    2929 
    30 //#include "testrt.h" 
    31  
    3230 
    3331#ifdef USE_QT   
     
    141139  return 0; 
    142140#endif 
    143  
     141cout<<"hello world"<<endl; 
    144142  int returnCode = 0; 
    145143 
Note: See TracChangeset for help on using the changeset viewer.