brechtsanders / pedeps

Cross-platform C library to read data from PE/PE+ files (the format of Windows .exe and .dll files)
MIT License
42 stars 8 forks source link

Library does not find all dependencies #5

Closed CaeruleusAqua closed 5 years ago

CaeruleusAqua commented 5 years ago

I tried to develop an automated packaging process under Windows. But this library is not able to find all the necessary libraries! I'm not talking about dependencies of dependencies! Dependency Walker is able to detect the missing DLL.

Here is one example with my OSGSYSTEM.DLL

grafik

C:\Users\scholle\Projects\pedeps\cmake-build-debug\listpedeps.exe c:\users\scholle\projects\common_cmake\build\x64-release\bin\OSGSYSTEM.DLL pedeps library version: 0.1.5 [c:/users/scholle/projects/common_cmake/build/x64-release/bin/OSGSYSTEM.DLL] architecture: x86_64 machine name: AMD AMD64 (x64) subsystem: Windows GUI minimum Windows version: 6.0 IMPORTS OSGBase.dll: ?empty@?$MField@V?$Point@N$01@osg@@$0A@@osg@@QEBA_NXZ OSGBase.dll: ?swap@?$MField@V?$Point@N$01@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ??A?$MField@V?$Point@N$01@osg@@$0A@@osg@@QEAAAEAV?$Point@N$01@1@I@Z OSGBase.dll: ??A?$MField@V?$Point@N$01@osg@@$0A@@osg@@QEBAAEBV?$Point@N$01@1@I@Z OSGBase.dll: ?syncWith@?$MField@V?$Point@N$01@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?getBinSize@?$MField@V?$Point@N$01@osg@@$0A@@osg@@QEBAIXZ OSGBase.dll: ?copyToBin@?$MField@V?$Point@N$01@osg@@$0A@@osg@@QEBAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?copyFromBin@?$MField@V?$Point@N$01@osg@@$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ??0?$MField@V?$Point@F$02@osg@@$0A@@osg@@QEAA@AEBV01@@Z OSGBase.dll: ??1?$MField@V?$Point@F$02@osg@@$0A@@osg@@UEAA@XZ OSGBase.dll: ?setValues@?$MField@V?$Point@F$02@osg@@$0A@@osg@@QEAAXAEBV12@@Z OSGBase.dll: ?begin@?$MField@V?$Point@F$02@osg@@$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@V?$P oint@F$02@osg@@@std@@@std@@@std@@XZ OSGBase.dll: ?clear@?$MField@V?$Point@F$02@osg@@$0A@@osg@@QEAAXXZ OSGBase.dll: ?insert@?$MField@V?$Point@F$02@osg@@$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@V?$ Point@F$02@osg@@@std@@@std@@@std@@V34@V?$Point@F$02@2@@Z OSGBase.dll: ?push_back@?$MField@V?$Point@F$02@osg@@$0A@@osg@@QEAAXV?$Point@F$02@2@@Z OSGBase.dll: ?resize@?$MField@V?$Point@F$02@osg@@$0A@@osg@@QEAAX_KV?$Point@F$02@2@@Z OSGBase.dll: ?size@?$MField@V?$Point@F$02@osg@@$0A@@osg@@QEBAIXZ OSGBase.dll: ?empty@?$MField@V?$Point@F$02@osg@@$0A@@osg@@QEBA_NXZ OSGBase.dll: ?swap@?$MField@V?$Point@F$02@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ??A?$MField@V?$Point@F$02@osg@@$0A@@osg@@QEAAAEAV?$Point@F$02@1@I@Z OSGBase.dll: ??A?$MField@V?$Point@F$02@osg@@$0A@@osg@@QEBAAEBV?$Point@F$02@1@I@Z OSGBase.dll: ?syncWith@?$MField@V?$Point@F$02@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?getBinSize@?$MField@V?$Point@F$02@osg@@$0A@@osg@@QEBAIXZ OSGBase.dll: ?copyToBin@?$MField@V?$Point@F$02@osg@@$0A@@osg@@QEBAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?copyFromBin@?$MField@V?$Point@F$02@osg@@$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ??0?$MField@V?$Point@M$02@osg@@$0A@@osg@@QEAA@AEBV01@@Z OSGBase.dll: ??1?$MField@V?$Point@M$02@osg@@$0A@@osg@@UEAA@XZ OSGBase.dll: ?setValues@?$MField@V?$Point@M$02@osg@@$0A@@osg@@QEAAXAEBV12@@Z OSGBase.dll: ?begin@?$MField@V?$Point@M$02@osg@@$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@V?$P oint@M$02@osg@@@std@@@std@@@std@@XZ OSGBase.dll: ?clear@?$MField@V?$Point@M$02@osg@@$0A@@osg@@QEAAXXZ OSGBase.dll: ?insert@?$MField@V?$Point@M$02@osg@@$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@V?$ Point@M$02@osg@@@std@@@std@@@std@@V34@V?$Point@M$02@2@@Z OSGBase.dll: ?push_back@?$MField@V?$Point@M$02@osg@@$0A@@osg@@QEAAXV?$Point@M$02@2@@Z OSGBase.dll: ?resize@?$MField@V?$Point@M$02@osg@@$0A@@osg@@QEAAX_KV?$Point@M$02@2@@Z OSGBase.dll: ?size@?$MField@V?$Point@M$02@osg@@$0A@@osg@@QEBAIXZ OSGBase.dll: ?empty@?$MField@V?$Point@M$02@osg@@$0A@@osg@@QEBA_NXZ OSGBase.dll: ?swap@?$MField@V?$Point@M$02@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ??A?$MField@V?$Point@M$02@osg@@$0A@@osg@@QEAAAEAV?$Point@M$02@1@I@Z OSGBase.dll: ??A?$MField@V?$Point@M$02@osg@@$0A@@osg@@QEBAAEBV?$Point@M$02@1@I@Z OSGBase.dll: ?syncWith@?$MField@V?$Point@M$02@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?getBinSize@?$MField@V?$Point@M$02@osg@@$0A@@osg@@QEBAIXZ OSGBase.dll: ?copyToBin@?$MField@V?$Point@M$02@osg@@$0A@@osg@@QEBAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?copyFromBin@?$MField@V?$Point@M$02@osg@@$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ??0?$MField@V?$Point@N$02@osg@@$0A@@osg@@QEAA@AEBV01@@Z OSGBase.dll: ??1?$MField@V?$Point@N$02@osg@@$0A@@osg@@UEAA@XZ OSGBase.dll: ?setValues@?$MField@V?$Point@N$02@osg@@$0A@@osg@@QEAAXAEBV12@@Z OSGBase.dll: ?begin@?$MField@V?$Point@N$02@osg@@$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@V?$P oint@N$02@osg@@@std@@@std@@@std@@XZ OSGBase.dll: ?clear@?$MField@V?$Point@N$02@osg@@$0A@@osg@@QEAAXXZ OSGBase.dll: ?insert@?$MField@V?$Point@N$02@osg@@$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@V?$ Point@N$02@osg@@@std@@@std@@@std@@V34@V?$Point@N$02@2@@Z OSGBase.dll: ?push_back@?$MField@V?$Point@N$02@osg@@$0A@@osg@@QEAAXV?$Point@N$02@2@@Z OSGBase.dll: ?resize@?$MField@V?$Point@N$02@osg@@$0A@@osg@@QEAAX_KV?$Point@N$02@2@@Z OSGBase.dll: ?size@?$MField@V?$Point@N$02@osg@@$0A@@osg@@QEBAIXZ OSGBase.dll: ?empty@?$MField@V?$Point@N$02@osg@@$0A@@osg@@QEBA_NXZ OSGBase.dll: ?swap@?$MField@V?$Point@N$02@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ??A?$MField@V?$Point@N$02@osg@@$0A@@osg@@QEAAAEAV?$Point@N$02@1@I@Z OSGBase.dll: ??A?$MField@V?$Point@N$02@osg@@$0A@@osg@@QEBAAEBV?$Point@N$02@1@I@Z OSGBase.dll: ?syncWith@?$MField@V?$Point@N$02@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?getBinSize@?$MField@V?$Point@N$02@osg@@$0A@@osg@@QEBAIXZ OSGBase.dll: ?copyToBin@?$MField@V?$Point@N$02@osg@@$0A@@osg@@QEBAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?copyFromBin@?$MField@V?$Point@N$02@osg@@$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ??0?$MField@V?$Point@F$03@osg@@$0A@@osg@@QEAA@AEBV01@@Z OSGBase.dll: ??1?$MField@V?$Point@F$03@osg@@$0A@@osg@@UEAA@XZ OSGBase.dll: ?setValues@?$MField@V?$Point@F$03@osg@@$0A@@osg@@QEAAXAEBV12@@Z OSGBase.dll: ?begin@?$MField@V?$Point@F$03@osg@@$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@V?$P oint@F$03@osg@@@std@@@std@@@std@@XZ OSGBase.dll: ?clear@?$MField@V?$Point@F$03@osg@@$0A@@osg@@QEAAXXZ OSGBase.dll: ?insert@?$MField@V?$Point@F$03@osg@@$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@V?$ Point@F$03@osg@@@std@@@std@@@std@@V34@V?$Point@F$03@2@@Z OSGBase.dll: ?push_back@?$MField@V?$Point@F$03@osg@@$0A@@osg@@QEAAXV?$Point@F$03@2@@Z OSGBase.dll: ?resize@?$MField@V?$Point@F$03@osg@@$0A@@osg@@QEAAX_KV?$Point@F$03@2@@Z OSGBase.dll: ?size@?$MField@V?$Point@F$03@osg@@$0A@@osg@@QEBAIXZ OSGBase.dll: ?empty@?$MField@V?$Point@F$03@osg@@$0A@@osg@@QEBA_NXZ OSGBase.dll: ?swap@?$MField@V?$Point@F$03@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ??A?$MField@V?$Point@F$03@osg@@$0A@@osg@@QEAAAEAV?$Point@F$03@1@I@Z OSGBase.dll: ??A?$MField@V?$Point@F$03@osg@@$0A@@osg@@QEBAAEBV?$Point@F$03@1@I@Z OSGBase.dll: ?syncWith@?$MField@V?$Point@F$03@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?getBinSize@?$MField@V?$Point@F$03@osg@@$0A@@osg@@QEBAIXZ OSGBase.dll: ?copyToBin@?$MField@V?$Point@F$03@osg@@$0A@@osg@@QEBAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?copyFromBin@?$MField@V?$Point@F$03@osg@@$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ??0?$MField@V?$Point@M$03@osg@@$0A@@osg@@QEAA@AEBV01@@Z OSGBase.dll: ??1?$MField@V?$Point@M$03@osg@@$0A@@osg@@UEAA@XZ OSGBase.dll: ?setValues@?$MField@V?$Point@M$03@osg@@$0A@@osg@@QEAAXAEBV12@@Z OSGBase.dll: ?begin@?$MField@V?$Point@M$03@osg@@$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@V?$P oint@M$03@osg@@@std@@@std@@@std@@XZ OSGBase.dll: ?clear@?$MField@V?$Point@M$03@osg@@$0A@@osg@@QEAAXXZ OSGBase.dll: ?insert@?$MField@V?$Point@M$03@osg@@$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@V?$ Point@M$03@osg@@@std@@@std@@@std@@V34@V?$Point@M$03@2@@Z OSGBase.dll: ?push_back@?$MField@V?$Point@M$03@osg@@$0A@@osg@@QEAAXV?$Point@M$03@2@@Z OSGBase.dll: ?resize@?$MField@V?$Point@M$03@osg@@$0A@@osg@@QEAAX_KV?$Point@M$03@2@@Z OSGBase.dll: ?size@?$MField@V?$Point@M$03@osg@@$0A@@osg@@QEBAIXZ OSGBase.dll: ?empty@?$MField@V?$Point@M$03@osg@@$0A@@osg@@QEBA_NXZ OSGBase.dll: ?swap@?$MField@V?$Point@M$03@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ??A?$MField@V?$Point@M$03@osg@@$0A@@osg@@QEAAAEAV?$Point@M$03@1@I@Z OSGBase.dll: ??A?$MField@V?$Point@M$03@osg@@$0A@@osg@@QEBAAEBV?$Point@M$03@1@I@Z OSGBase.dll: ?syncWith@?$MField@V?$Point@M$03@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?getBinSize@?$MField@V?$Point@M$03@osg@@$0A@@osg@@QEBAIXZ OSGBase.dll: ?copyToBin@?$MField@V?$Point@M$03@osg@@$0A@@osg@@QEBAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?copyFromBin@?$MField@V?$Point@M$03@osg@@$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ??0?$MField@V?$Point@N$03@osg@@$0A@@osg@@QEAA@AEBV01@@Z OSGBase.dll: ??1?$MField@V?$Point@N$03@osg@@$0A@@osg@@UEAA@XZ OSGBase.dll: ?setValues@?$MField@V?$Point@N$03@osg@@$0A@@osg@@QEAAXAEBV12@@Z OSGBase.dll: ?begin@?$MField@V?$Point@N$03@osg@@$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@V?$P oint@N$03@osg@@@std@@@std@@@std@@XZ OSGBase.dll: ?clear@?$MField@V?$Point@N$03@osg@@$0A@@osg@@QEAAXXZ OSGBase.dll: ?insert@?$MField@V?$Point@N$03@osg@@$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@V?$ Point@N$03@osg@@@std@@@std@@@std@@V34@V?$Point@N$03@2@@Z OSGBase.dll: ?push_back@?$MField@V?$Point@N$03@osg@@$0A@@osg@@QEAAXV?$Point@N$03@2@@Z OSGBase.dll: ?resize@?$MField@V?$Point@N$03@osg@@$0A@@osg@@QEAAX_KV?$Point@N$03@2@@Z OSGBase.dll: ?size@?$MField@V?$Point@N$03@osg@@$0A@@osg@@QEBAIXZ OSGBase.dll: ?empty@?$MField@V?$Point@N$03@osg@@$0A@@osg@@QEBA_NXZ OSGBase.dll: ?swap@?$MField@V?$Point@N$03@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ??A?$MField@V?$Point@N$03@osg@@$0A@@osg@@QEAAAEAV?$Point@N$03@1@I@Z OSGBase.dll: ??A?$MField@V?$Point@N$03@osg@@$0A@@osg@@QEBAAEBV?$Point@N$03@1@I@Z OSGBase.dll: ?syncWith@?$MField@V?$Point@N$03@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?getBinSize@?$MField@V?$Point@N$03@osg@@$0A@@osg@@QEBAIXZ OSGBase.dll: ?copyToBin@?$MField@V?$Point@N$03@osg@@$0A@@osg@@QEBAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?copyFromBin@?$MField@V?$Point@N$03@osg@@$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ??0?$MField@V?$Color3@M@osg@@$0A@@osg@@QEAA@AEBV01@@Z OSGBase.dll: ??1?$MField@V?$Color3@M@osg@@$0A@@osg@@UEAA@XZ OSGBase.dll: ?setValues@?$MField@V?$Color3@M@osg@@$0A@@osg@@QEAAXAEBV12@@Z OSGBase.dll: ?begin@?$MField@V?$Color3@M@osg@@$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@V?$Col or3@M@osg@@@std@@@std@@@std@@XZ OSGBase.dll: ?clear@?$MField@V?$Color3@M@osg@@$0A@@osg@@QEAAXXZ OSGBase.dll: ?insert@?$MField@V?$Color3@M@osg@@$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@V?$Co lor3@M@osg@@@std@@@std@@@std@@V34@AEBV?$Color3@M@2@@Z OSGBase.dll: ?push_back@?$MField@V?$Color3@M@osg@@$0A@@osg@@QEAAXAEBV?$Color3@M@2@@Z OSGBase.dll: ?resize@?$MField@V?$Color3@M@osg@@$0A@@osg@@QEAAX_KV?$Color3@M@2@@Z OSGBase.dll: ?size@?$MField@V?$Color3@M@osg@@$0A@@osg@@QEBAIXZ OSGBase.dll: ?empty@?$MField@V?$Color3@M@osg@@$0A@@osg@@QEBA_NXZ OSGBase.dll: ?swap@?$MField@V?$Color3@M@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ??A?$MField@V?$Color3@M@osg@@$0A@@osg@@QEAAAEAV?$Color3@M@1@I@Z OSGBase.dll: ??A?$MField@V?$Color3@M@osg@@$0A@@osg@@QEBAAEBV?$Color3@M@1@I@Z OSGBase.dll: ?syncWith@?$MField@V?$Color3@M@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?getBinSize@?$MField@V?$Color3@M@osg@@$0A@@osg@@QEBAIXZ OSGBase.dll: ?copyToBin@?$MField@V?$Color3@M@osg@@$0A@@osg@@QEBAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?copyFromBin@?$MField@V?$Color3@M@osg@@$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ??0?$MField@V?$Color4@M@osg@@$0A@@osg@@QEAA@AEBV01@@Z OSGBase.dll: ??1?$MField@V?$Color4@M@osg@@$0A@@osg@@UEAA@XZ OSGBase.dll: ?setValues@?$MField@V?$Color4@M@osg@@$0A@@osg@@QEAAXAEBV12@@Z OSGBase.dll: ?begin@?$MField@V?$Color4@M@osg@@$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@V?$Col or4@M@osg@@@std@@@std@@@std@@XZ OSGBase.dll: ?clear@?$MField@V?$Color4@M@osg@@$0A@@osg@@QEAAXXZ OSGBase.dll: ?insert@?$MField@V?$Color4@M@osg@@$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@V?$Co lor4@M@osg@@@std@@@std@@@std@@V34@AEBV?$Color4@M@2@@Z OSGBase.dll: ?push_back@?$MField@V?$Color4@M@osg@@$0A@@osg@@QEAAXAEBV?$Color4@M@2@@Z OSGBase.dll: ?resize@?$MField@V?$Color4@M@osg@@$0A@@osg@@QEAAX_KV?$Color4@M@2@@Z OSGBase.dll: ?size@?$MField@V?$Color4@M@osg@@$0A@@osg@@QEBAIXZ OSGBase.dll: ?empty@?$MField@V?$Color4@M@osg@@$0A@@osg@@QEBA_NXZ OSGBase.dll: ?swap@?$MField@V?$Color4@M@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ??A?$MField@V?$Color4@M@osg@@$0A@@osg@@QEAAAEAV?$Color4@M@1@I@Z OSGBase.dll: ??A?$MField@V?$Color4@M@osg@@$0A@@osg@@QEBAAEBV?$Color4@M@1@I@Z OSGBase.dll: ?syncWith@?$MField@V?$Color4@M@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?getBinSize@?$MField@V?$Color4@M@osg@@$0A@@osg@@QEBAIXZ OSGBase.dll: ?copyToBin@?$MField@V?$Color4@M@osg@@$0A@@osg@@QEBAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?copyFromBin@?$MField@V?$Color4@M@osg@@$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ??0?$MField@V?$Color3@E@osg@@$0A@@osg@@QEAA@AEBV01@@Z OSGBase.dll: ??1?$MField@V?$Color3@E@osg@@$0A@@osg@@UEAA@XZ OSGBase.dll: ?setValues@?$MField@V?$Color3@E@osg@@$0A@@osg@@QEAAXAEBV12@@Z OSGBase.dll: ?begin@?$MField@V?$Color3@E@osg@@$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@V?$Col or3@E@osg@@@std@@@std@@@std@@XZ OSGBase.dll: ?clear@?$MField@V?$Color3@E@osg@@$0A@@osg@@QEAAXXZ OSGBase.dll: ?insert@?$MField@V?$Color3@E@osg@@$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@V?$Co lor3@E@osg@@@std@@@std@@@std@@V34@AEBV?$Color3@E@2@@Z OSGBase.dll: ?push_back@?$MField@V?$Color3@E@osg@@$0A@@osg@@QEAAXAEBV?$Color3@E@2@@Z OSGBase.dll: ?resize@?$MField@V?$Color3@E@osg@@$0A@@osg@@QEAAX_KV?$Color3@E@2@@Z OSGBase.dll: ?size@?$MField@V?$Color3@E@osg@@$0A@@osg@@QEBAIXZ OSGBase.dll: ?empty@?$MField@V?$Color3@E@osg@@$0A@@osg@@QEBA_NXZ OSGBase.dll: ?swap@?$MField@V?$Color3@E@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ??A?$MField@V?$Color3@E@osg@@$0A@@osg@@QEAAAEAV?$Color3@E@1@I@Z OSGBase.dll: ??A?$MField@V?$Color3@E@osg@@$0A@@osg@@QEBAAEBV?$Color3@E@1@I@Z OSGBase.dll: ?syncWith@?$MField@V?$Color3@E@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?getBinSize@?$MField@V?$Color3@E@osg@@$0A@@osg@@QEBAIXZ OSGBase.dll: ?copyToBin@?$MField@V?$Color3@E@osg@@$0A@@osg@@QEBAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?copyFromBin@?$MField@V?$Color3@E@osg@@$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ??0?$MField@V?$Color4@E@osg@@$0A@@osg@@QEAA@AEBV01@@Z OSGBase.dll: ??1?$MField@V?$Color4@E@osg@@$0A@@osg@@UEAA@XZ OSGBase.dll: ?setValues@?$MField@V?$Color4@E@osg@@$0A@@osg@@QEAAXAEBV12@@Z OSGBase.dll: ?begin@?$MField@V?$Color4@E@osg@@$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@V?$Col or4@E@osg@@@std@@@std@@@std@@XZ OSGBase.dll: ?clear@?$MField@V?$Color4@E@osg@@$0A@@osg@@QEAAXXZ OSGBase.dll: ?insert@?$MField@V?$Color4@E@osg@@$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@V?$Co lor4@E@osg@@@std@@@std@@@std@@V34@AEBV?$Color4@E@2@@Z OSGBase.dll: ?push_back@?$MField@V?$Color4@E@osg@@$0A@@osg@@QEAAXAEBV?$Color4@E@2@@Z OSGBase.dll: ?resize@?$MField@V?$Color4@E@osg@@$0A@@osg@@QEAAX_KV?$Color4@E@2@@Z OSGBase.dll: ?size@?$MField@V?$Color4@E@osg@@$0A@@osg@@QEBAIXZ OSGBase.dll: ?empty@?$MField@V?$Color4@E@osg@@$0A@@osg@@QEBA_NXZ OSGBase.dll: ?swap@?$MField@V?$Color4@E@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ??A?$MField@V?$Color4@E@osg@@$0A@@osg@@QEAAAEAV?$Color4@E@1@I@Z OSGBase.dll: ??A?$MField@V?$Color4@E@osg@@$0A@@osg@@QEBAAEBV?$Color4@E@1@I@Z OSGBase.dll: ?syncWith@?$MField@V?$Color4@E@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?getBinSize@?$MField@V?$Color4@E@osg@@$0A@@osg@@QEBAIXZ OSGBase.dll: ?copyToBin@?$MField@V?$Color4@E@osg@@$0A@@osg@@QEBAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?copyFromBin@?$MField@V?$Color4@E@osg@@$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ??0DynamicVolume@osg@@QEAA@W4Type@01@@Z OSGBase.dll: ??1DynamicVolume@osg@@UEAA@XZ OSGBase.dll: ?getMax@Volume@osg@@QEBA?AV?$Point@M$02@2@XZ OSGBase.dll: ??0DynamicVolume@osg@@QEAA@AEBV01@@Z OSGBase.dll: ??4DynamicVolume@osg@@QEAAAEAV01@AEBV01@@Z OSGBase.dll: ?transform@DynamicVolume@osg@@UEAAXAEBV?$TransformationMatrix@M@2@@Z OSGBase.dll: ??0?$SField@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$0A@@osg@@QEAA@AEBV01@@Z OSGBase.dll: ??1?$SField@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$0A@@osg@@UEAA@XZ OSGBase.dll: ?syncWith@?$SField@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?getBinSize@?$SField@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$0A@@osg@@QEAAIXZ OSGBase.dll: ?copyToBin@?$SField@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$0A@@osg@@QEAAXAEAVBinary DataHandler@2@@Z OSGBase.dll: ?copyFromBin@?$SField@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$0A@@osg@@QEAAXAEAVBina ryDataHandler@2@@Z OSGBase.dll: ?getValue@?$SField@V?$Color3@M@osg@@$0A@@osg@@QEAAAEAV?$Color3@M@2@XZ OSGBase.dll: ?getValue@?$SField@V?$Color3@M@osg@@$0A@@osg@@QEBAAEBV?$Color3@M@2@XZ OSGBase.dll: ?setValue@?$SField@V?$Color3@M@osg@@$0A@@osg@@QEAAXAEBV?$Color3@M@2@@Z OSGBase.dll: ?getValue@?$SField@V?$Color4@M@osg@@$0A@@osg@@QEAAAEAV?$Color4@M@2@XZ OSGBase.dll: ?getValue@?$SField@V?$Color4@M@osg@@$0A@@osg@@QEBAAEBV?$Color4@M@2@XZ OSGBase.dll: ?setValue@?$SField@V?$Color4@M@osg@@$0A@@osg@@QEAAXAEBV?$Color4@M@2@@Z OSGBase.dll: ?getValue@?$SField@I$00@osg@@QEAAAEAIXZ OSGBase.dll: ?getValue@?$SField@I$00@osg@@QEBAAEBIXZ OSGBase.dll: ?setValue@?$SField@I$00@osg@@QEAAXI@Z OSGBase.dll: ??0?$SField@PEAX$0A@@osg@@QEAA@AEBV01@@Z OSGBase.dll: ??1?$SField@PEAX$0A@@osg@@UEAA@XZ OSGBase.dll: ?syncWith@?$SField@PEAX$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?getBinSize@?$SField@PEAX$0A@@osg@@QEAAIXZ OSGBase.dll: ?copyToBin@?$SField@PEAX$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?copyFromBin@?$SField@PEAX$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?intersect@osg@@YA_NAEBVFrustumVolume@1@AEBVVolume@1@AEAE@Z OSGBase.dll: ??A?$MField@H$0A@@osg@@QEAAAEAHI@Z OSGBase.dll: ??A?$MField@H$0A@@osg@@QEBAAEBHI@Z OSGBase.dll: ?getValue@?$SField@V?$Vector@M$02@osg@@$0A@@osg@@QEAAAEAV?$Vector@M$02@2@XZ OSGBase.dll: ?getValue@?$SField@V?$Vector@M$02@osg@@$0A@@osg@@QEBAAEBV?$Vector@M$02@2@XZ OSGBase.dll: ?setValue@?$SField@V?$Vector@M$02@osg@@$0A@@osg@@QEAAXV?$Vector@M$02@2@@Z OSGBase.dll: ?getValue@?$SField@V?$Vector@M$03@osg@@$0A@@osg@@QEAAAEAV?$Vector@M$03@2@XZ OSGBase.dll: ?getValue@?$SField@V?$Vector@M$03@osg@@$0A@@osg@@QEBAAEBV?$Vector@M$03@2@XZ OSGBase.dll: ?setValue@?$SField@V?$Vector@M$03@osg@@$0A@@osg@@QEAAXV?$Vector@M$03@2@@Z OSGBase.dll: ??0Line@osg@@QEAA@XZ OSGBase.dll: ??0Line@osg@@QEAA@AEBV01@@Z OSGBase.dll: ??1Line@osg@@QEAA@XZ OSGBase.dll: ??4Line@osg@@QEAAAEAV01@AEBV01@@Z OSGBase.dll: ??6osg@@YAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AEAV12@AEBVIDString@0@@Z OSGBase.dll: ??0IDString@osg@@QEAA@PEBDW4MemType@01@@Z OSGBase.dll: ??1IDString@osg@@UEAA@XZ OSGBase.dll: ?getName@TypeBase@osg@@QEBAAEBVIDString@2@XZ OSGBase.dll: ?getClassType@?$SField@_N$01@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ??0?$SField@_N$01@osg@@QEAA@AEBV01@@Z OSGBase.dll: ??0?$SField@_N$01@osg@@QEAA@_N@Z OSGBase.dll: ??1?$SField@_N$01@osg@@UEAA@XZ OSGBase.dll: ?syncWith@?$SField@_N$01@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?getBinSize@?$SField@_N$01@osg@@QEAAIXZ OSGBase.dll: ?copyToBin@?$SField@_N$01@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?copyFromBin@?$SField@_N$01@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ??1MemoryObject@osg@@UEAA@XZ OSGBase.dll: ??0MemoryObject@osg@@IEAA@XZ OSGBase.dll: ?GlobalSystemState@osg@@3W4SystemState@1@A OSGBase.dll: ??0DataType@osg@@QEAA@PEBD0I@Z OSGBase.dll: ??1DataType@osg@@UEAA@XZ OSGBase.dll: ??0FieldType@osg@@QEAA@PEBD0AEBVDataType@1@P6APEAVField@1@XZW4Cardinality@01@@Z OSGBase.dll: ??1FieldType@osg@@UEAA@XZ OSGBase.dll: ??0Field@osg@@IEAA@AEBV01@@Z OSGBase.dll: ?begin@?$MField@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$0A@@osg@@QEAA?AV?$_Vector_it erator@V?$_Vector_val@U?$_Simple_types@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@std@@@std@@@std@@X Z OSGBase.dll: ?end@?$MField@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$0A@@osg@@QEAA?AV?$_Vector_iter ator@V?$_Vector_val@U?$_Simple_types@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@std@@@std@@@std@@XZ OSGBase.dll: ?begin@?$MField@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$0A@@osg@@QEBA?AV?$_Vector_co nst_iterator@V?$_Vector_val@U?$_Simple_types@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@std@@@std@@@ std@@XZ OSGBase.dll: ?end@?$MField@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$0A@@osg@@QEBA?AV?$_Vector_cons t_iterator@V?$_Vector_val@U?$_Simple_types@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@std@@@std@@@st d@@XZ OSGBase.dll: ?find@?$MField@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$0A@@osg@@QEBA?AV?$_Vector_con st_iterator@V?$_Vector_val@U?$_Simple_types@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@std@@@std@@@s td@@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@4@@Z OSGBase.dll: ?push_back@?$MField@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$0A@@osg@@QEAAXAEBV?$basi c_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z OSGBase.dll: ??A?$MField@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$0A@@osg@@QEAAAEAV?$basic_string@ DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@Z OSGBase.dll: ??A?$MField@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$0A@@osg@@QEBAAEBV?$basic_string@ DU?$char_traits@D@std@@V?$allocator@D@2@@std@@I@Z OSGBase.dll: ?getClassType@?$MField@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$0A@@osg@@SAAEBVFieldT ype@2@XZ OSGBase.dll: ??0?$MField@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$0A@@osg@@QEAA@XZ OSGBase.dll: ??0?$MField@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$0A@@osg@@QEAA@AEBV01@@Z OSGBase.dll: ??1?$MField@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$0A@@osg@@UEAA@XZ OSGBase.dll: ?syncWith@?$MField@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?getBinSize@?$MField@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$0A@@osg@@QEBAIXZ OSGBase.dll: ?copyToBin@?$MField@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$0A@@osg@@QEBAXAEAVBinary DataHandler@2@@Z OSGBase.dll: ?copyFromBin@?$MField@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$0A@@osg@@QEAAXAEAVBina ryDataHandler@2@@Z OSGBase.dll: ??0IDStringLink@osg@@QEAA@AEBV01@@Z OSGBase.dll: ?addRef@MemoryObject@osg@@QEAAXXZ OSGBase.dll: ?subRef@MemoryObject@osg@@QEAAXXZ OSGBase.dll: ?addInitFunction@osg@@YAXP6A_NXZ@Z OSGBase.dll: ?addSystemExitFunction@osg@@YAXP6A_NXZ@Z OSGBase.dll: ?the@ThreadManager@osg@@SAPEAV12@XZ OSGBase.dll: ?getLock@ThreadManager@osg@@QEAAPEAVLock@2@PEBD0@Z OSGBase.dll: ??0Exception@osg@@QEAA@XZ OSGBase.dll: ?getCardinality@FieldType@osg@@QEBA?AW4Cardinality@12@XZ OSGBase.dll: ?getFieldType@FieldFactory@osg@@SAPEAVFieldType@2@I@Z OSGBase.dll: ?getFieldType@FieldFactory@osg@@SAPEAVFieldType@2@PEBD@Z OSGBase.dll: ?the@FieldFactory@osg@@SAAEAV12@XZ OSGBase.dll: ?getLockPool@ThreadManager@osg@@QEAAPEAVLockPool@2@PEBD0@Z OSGBase.dll: ??0IDString@osg@@QEAA@AEBV01@W4MemType@01@@Z OSGBase.dll: ?getLength@IDString@osg@@QEBAIXZ OSGBase.dll: ??0DataType@osg@@IEAA@AEBV01@@Z OSGBase.dll: ?size@?$MField@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$0A@@osg@@QEBAIXZ OSGBase.dll: ?getCardinality@Field@osg@@QEBA?AW4Cardinality@FieldType@2@XZ OSGBase.dll: ?setValid@Volume@osg@@QEAAX_N@Z OSGBase.dll: ?setEmpty@Volume@osg@@QEAAX_N@Z OSGBase.dll: ?getClassType@?$SField@VDynamicVolume@osg@@$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ??0?$SField@VDynamicVolume@osg@@$0A@@osg@@QEAA@XZ OSGBase.dll: ??0?$SField@VDynamicVolume@osg@@$0A@@osg@@QEAA@AEBV01@@Z OSGBase.dll: ??1?$SField@VDynamicVolume@osg@@$0A@@osg@@UEAA@XZ OSGBase.dll: ?setValue@?$SField@VDynamicVolume@osg@@$0A@@osg@@QEAAXAEBVDynamicVolume@2@@Z OSGBase.dll: ??0?$SField@I$0A@@osg@@QEAA@AEBV01@@Z OSGBase.dll: ??0?$SField@I$0A@@osg@@QEAA@I@Z OSGBase.dll: ??1?$SField@I$0A@@osg@@UEAA@XZ OSGBase.dll: ?getClassType@?$SField@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$0A@@osg@@SAAEBVFieldT ype@2@XZ OSGBase.dll: ??0?$SField@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$0A@@osg@@QEAA@XZ OSGBase.dll: ?getValue@?$SField@V?$basic_string@DU?$chartraits@D@std@@V?$allocator@D@2@@std@@$0A@@osg@@QEAAAEAV?$basic string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ OSGBase.dll: ?getClassType@?$SField@PEAX$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ??0?$SField@PEAX$0A@@osg@@QEAA@XZ OSGBase.dll: ?getValue@?$SField@PEAX$0A@@osg@@QEAAAEAPEAXXZ OSGBase.dll: ?setValue@?$SField@PEAX$0A@@osg@@QEAAXPEAX@Z OSGBase.dll: ??0MPThreadType@osg@@QEAA@PEBD0P6APEAVBaseThread@1@0I@ZP6AXXZ@Z OSGBase.dll: ??1MPThreadType@osg@@UEAA@XZ OSGBase.dll: ?init@BaseWinThreadBase@osg@@MEAAXXZ OSGBase.dll: ?getCurrent@BaseThread@osg@@SAPEAV12@XZ OSGBase.dll: ?runFunction@BaseThread@osg@@QEAA_NP6AXPEAX@Z0@Z OSGBase.dll: ?runWorkProc@BaseThread@osg@@KAXPEAX@Z OSGBase.dll: ??0BaseThread@osg@@IEAA@PEBDI@Z OSGBase.dll: ??1BaseThread@osg@@MEAA@XZ OSGBase.dll: ?setAppThreadType@ThreadManager@osg@@SAXPEBD@Z OSGBase.dll: ?getThread@ThreadManager@osg@@QEAAPEAVBaseThread@2@PEBD0@Z OSGBase.dll: ?findThread@ThreadManager@osg@@QEAAPEAVBaseThread@2@PEBD@Z OSGBase.dll: ?getType@MPBase@osg@@UEAAAEAVMPType@2@XZ OSGBase.dll: ?getType@MPBase@osg@@UEBAAEBVMPType@2@XZ OSGBase.dll: ?workProc@BaseThread@osg@@MEAAXXZ OSGBase.dll: ?getValue@?$SField@V?$basic_string@DU?$chartraits@D@std@@V?$allocator@D@2@@std@@$0A@@osg@@QEBAAEBV?$basic string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ OSGBase.dll: ?setValue@?$SField@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$0A@@osg@@QEAAXAEBV?$basic _string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z OSGBase.dll: ?getValue@?$SField@N$00@osg@@QEAAAEANXZ OSGBase.dll: ?getValue@?$SField@N$00@osg@@QEBAAEBNXZ OSGBase.dll: ?setValue@?$SField@N$00@osg@@QEAAXN@Z OSGBase.dll: ?findFile@PathHandler@osg@@QEAA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PEBD@Z OSGBase.dll: ?getValue@?$SField@V?$TransformationMatrix@M@osg@@$0A@@osg@@QEAAAEAV?$TransformationMatrix@M@2@XZ OSGBase.dll: ?getValue@?$SField@V?$TransformationMatrix@M@osg@@$0A@@osg@@QEBAAEBV?$TransformationMatrix@M@2@XZ OSGBase.dll: ?setValue@?$SField@V?$TransformationMatrix@M@osg@@$0A@@osg@@QEAAXAEBV?$TransformationMatrix@M@2@@Z OSGBase.dll: ?getValue@?$SField@V?$QuaternionBase@M@osg@@$0A@@osg@@QEAAAEAV?$QuaternionBase@M@2@XZ OSGBase.dll: ?getValue@?$SField@V?$QuaternionBase@M@osg@@$0A@@osg@@QEBAAEBV?$QuaternionBase@M@2@XZ OSGBase.dll: ?setValue@?$SField@V?$QuaternionBase@M@osg@@$0A@@osg@@QEAAXAEBV?$QuaternionBase@M@2@@Z OSGBase.dll: ?unlock@Log@osg@@QEAAXXZ OSGBase.dll: ??0Real16@osg@@QEAA@M@Z OSGBase.dll: ?_toFloat@Real16@osg@@0QBTuif@12@B OSGBase.dll: ?getValue@?$SField@E$0A@@osg@@QEAAAEAEXZ OSGBase.dll: ?getValue@?$SField@E$0A@@osg@@QEBAAEBEXZ OSGBase.dll: ?setValue@?$SField@E$0A@@osg@@QEAAXE@Z OSGBase.dll: ??0?$MField@E$0A@@osg@@QEAA@XZ OSGBase.dll: ?getClassType@?$SField@N$00@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ??0?$SField@N$00@osg@@QEAA@AEBV01@@Z OSGBase.dll: ??0?$SField@N$00@osg@@QEAA@N@Z OSGBase.dll: ??1?$SField@N$00@osg@@UEAA@XZ OSGBase.dll: ?syncWith@?$SField@N$00@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?getBinSize@?$SField@N$00@osg@@QEAAIXZ OSGBase.dll: ?copyToBin@?$SField@N$00@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?copyFromBin@?$SField@N$00@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?getClassType@?$SField@G$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ??0?$SField@G$0A@@osg@@QEAA@AEBV01@@Z OSGBase.dll: ??0?$SField@G$0A@@osg@@QEAA@G@Z OSGBase.dll: ??1?$SField@G$0A@@osg@@UEAA@XZ OSGBase.dll: ?syncWith@?$SField@G$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?getBinSize@?$SField@G$0A@@osg@@QEAAIXZ OSGBase.dll: ?copyToBin@?$SField@G$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?copyFromBin@?$SField@G$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?getClassType@?$SField@H$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ??0?$SField@H$0A@@osg@@QEAA@AEBV01@@Z OSGBase.dll: ??0?$SField@H$0A@@osg@@QEAA@H@Z OSGBase.dll: ??1?$SField@H$0A@@osg@@UEAA@XZ OSGBase.dll: ?syncWith@?$SField@H$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?getBinSize@?$SField@H$0A@@osg@@QEAAIXZ OSGBase.dll: ?copyToBin@?$SField@H$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?copyFromBin@?$SField@H$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?getClassType@?$SField@I$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ?getClassType@?$SField@M$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ??0?$SField@M$0A@@osg@@QEAA@AEBV01@@Z OSGBase.dll: ??0?$SField@M$0A@@osg@@QEAA@M@Z OSGBase.dll: ??1?$SField@M$0A@@osg@@UEAA@XZ OSGBase.dll: ?syncWith@?$SField@M$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?getBinSize@?$SField@M$0A@@osg@@QEAAIXZ OSGBase.dll: ?copyToBin@?$SField@M$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?copyFromBin@?$SField@M$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?getClassType@?$MField@E$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ?getBaseFile@PathHandler@osg@@QEBAAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ OSGBase.dll: ??0IDString@osg@@QEAA@I@Z OSGBase.dll: ?set@IDString@osg@@QEAAXPEBDW4MemType@12@@Z OSGBase.dll: ??0Log@osg@@QEAA@W4LogType@1@W4LogLevel@1@@Z OSGBase.dll: ??_DLog@osg@@QEAAXXZ OSGBase.dll: ?createField@FieldFactory@osg@@QEAAPEAVField@2@I@Z OSGBase.dll: ?getValue@?$SField@V?$Point@M$02@osg@@$0A@@osg@@QEAAAEAV?$Point@M$02@2@XZ OSGBase.dll: ?getValue@?$SField@V?$Point@M$02@osg@@$0A@@osg@@QEBAAEBV?$Point@M$02@2@XZ OSGBase.dll: ?setValue@?$SField@V?$Point@M$02@osg@@$0A@@osg@@QEAAXV?$Point@M$02@2@@Z OSGBase.dll: ?toLower@IDString@osg@@QEAAXXZ OSGBase.dll: ??MIDString@osg@@QEBA_NAEBV01@@Z OSGBase.dll: ?lock@Log@osg@@QEAAXXZ OSGBase.dll: ?stream@Log@osg@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@W4LogLevel@2@@Z OSGBase.dll: ??0LogLock@osg@@QEAA@AEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z OSGBase.dll: ?getStream@LogLock@osg@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@XZ OSGBase.dll: ??0PathHandler@osg@@QEAA@XZ OSGBase.dll: ??1PathHandler@osg@@UEAA@XZ OSGBase.dll: ?push_frontCurrentDir@PathHandler@osg@@QEAAXXZ OSGBase.dll: ?clearPathList@PathHandler@osg@@QEAAXXZ OSGBase.dll: ?setBaseFile@PathHandler@osg@@QEAAXPEBD@Z OSGBase.dll: ?clearBaseFile@PathHandler@osg@@QEAAXXZ OSGBase.dll: ?join@BaseThread@osg@@SAXPEAV12@@Z OSGBase.dll: ?begin@?$MField@H$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@H@std@@@std@@@std@@XZ OSGBase.dll: ?erase@?$MField@H$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@H@std@@@std@@@std@@V34 @@Z OSGBase.dll: ?push_back@?$MField@H$0A@@osg@@QEAAXH@Z OSGBase.dll: ?size@?$MField@H$0A@@osg@@QEBAIXZ OSGBase.dll: ?getClassType@?$MField@H$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ??0?$MField@H$0A@@osg@@QEAA@XZ OSGBase.dll: ??0?$MField@H$0A@@osg@@QEAA@AEBV01@@Z OSGBase.dll: ??1?$MField@H$0A@@osg@@UEAA@XZ OSGBase.dll: ?syncWith@?$MField@H$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?getBinSize@?$MField@H$0A@@osg@@QEBAIXZ OSGBase.dll: ?copyToBin@?$MField@H$0A@@osg@@QEBAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?copyFromBin@?$MField@H$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?getClassType@?$SField@V?$Color3@M@osg@@$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ??0?$SField@V?$Color3@M@osg@@$0A@@osg@@QEAA@AEBV01@@Z OSGBase.dll: ??0?$SField@V?$Color3@M@osg@@$0A@@osg@@QEAA@AEBV?$Color3@M@1@@Z OSGBase.dll: ??1?$SField@V?$Color3@M@osg@@$0A@@osg@@UEAA@XZ OSGBase.dll: ?syncWith@?$SField@V?$Color3@M@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?getBinSize@?$SField@V?$Color3@M@osg@@$0A@@osg@@QEAAIXZ OSGBase.dll: ?copyToBin@?$SField@V?$Color3@M@osg@@$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?copyFromBin@?$SField@V?$Color3@M@osg@@$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?getClassType@?$SField@I$00@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ??0?$SField@I$00@osg@@QEAA@AEBV01@@Z OSGBase.dll: ??0?$SField@I$00@osg@@QEAA@I@Z OSGBase.dll: ??1?$SField@I$00@osg@@UEAA@XZ OSGBase.dll: ?syncWith@?$SField@I$00@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?getBinSize@?$SField@I$00@osg@@QEAAIXZ OSGBase.dll: ?copyToBin@?$SField@I$00@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?copyFromBin@?$SField@I$00@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?size@?$MField@V?$Vector@M$01@osg@@$0A@@osg@@QEBAIXZ OSGBase.dll: ??0?$SField@I$0A@@osg@@QEAA@XZ OSGBase.dll: ??0Line@osg@@QEAA@AEBV?$Point@M$02@1@AEBV?$Vector@M$02@1@@Z OSGBase.dll: ?getClassType@?$SField@V?$Vector@M$02@osg@@$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ??0?$SField@V?$Vector@M$02@osg@@$0A@@osg@@QEAA@AEBV01@@Z OSGBase.dll: ??0?$SField@V?$Vector@M$02@osg@@$0A@@osg@@QEAA@V?$Vector@M$02@1@@Z OSGBase.dll: ??1?$SField@V?$Vector@M$02@osg@@$0A@@osg@@UEAA@XZ OSGBase.dll: ?syncWith@?$SField@V?$Vector@M$02@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?getBinSize@?$SField@V?$Vector@M$02@osg@@$0A@@osg@@QEAAIXZ OSGBase.dll: ?copyToBin@?$SField@V?$Vector@M$02@osg@@$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?copyFromBin@?$SField@V?$Vector@M$02@osg@@$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?getClassType@?$SField@V?$Vector@M$03@osg@@$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ??0?$SField@V?$Vector@M$03@osg@@$0A@@osg@@QEAA@AEBV01@@Z OSGBase.dll: ??0?$SField@V?$Vector@M$03@osg@@$0A@@osg@@QEAA@V?$Vector@M$03@1@@Z OSGBase.dll: ??1?$SField@V?$Vector@M$03@osg@@$0A@@osg@@UEAA@XZ OSGBase.dll: ?size@?$MField@V?$Point@N$01@osg@@$0A@@osg@@QEBAIXZ OSGBase.dll: ?getBinSize@?$SField@V?$Vector@M$03@osg@@$0A@@osg@@QEAAIXZ OSGBase.dll: ?copyToBin@?$SField@V?$Vector@M$03@osg@@$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?copyFromBin@?$SField@V?$Vector@M$03@osg@@$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?getClassType@?$SField@V?$QuaternionBase@M@osg@@$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ??0?$SField@V?$QuaternionBase@M@osg@@$0A@@osg@@QEAA@XZ OSGBase.dll: ??0?$SField@V?$QuaternionBase@M@osg@@$0A@@osg@@QEAA@AEBV01@@Z OSGBase.dll: ??1?$SField@V?$QuaternionBase@M@osg@@$0A@@osg@@UEAA@XZ OSGBase.dll: ?syncWith@?$SField@V?$QuaternionBase@M@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?getBinSize@?$SField@V?$QuaternionBase@M@osg@@$0A@@osg@@QEAAIXZ OSGBase.dll: ?copyToBin@?$SField@V?$QuaternionBase@M@osg@@$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?copyFromBin@?$SField@V?$QuaternionBase@M@osg@@$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ??0?$SField@V?$Vector@M$02@osg@@$0A@@osg@@QEAA@XZ OSGBase.dll: ?getClassType@?$SField@V?$Point@M$02@osg@@$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ??0?$SField@V?$Point@M$02@osg@@$0A@@osg@@QEAA@AEBV01@@Z OSGBase.dll: ??0?$SField@V?$Point@M$02@osg@@$0A@@osg@@QEAA@V?$Point@M$02@1@@Z OSGBase.dll: ??1?$SField@V?$Point@M$02@osg@@$0A@@osg@@UEAA@XZ OSGBase.dll: ?syncWith@?$SField@V?$Point@M$02@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?getBinSize@?$SField@V?$Point@M$02@osg@@$0A@@osg@@QEAAIXZ OSGBase.dll: ?copyToBin@?$SField@V?$Point@M$02@osg@@$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?copyFromBin@?$SField@V?$Point@M$02@osg@@$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?getClassType@?$MField@M$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ??0?$MField@M$0A@@osg@@QEAA@XZ OSGBase.dll: ?getClassType@?$SField@V?$Color4@M@osg@@$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ??0?$SField@V?$Color4@M@osg@@$0A@@osg@@QEAA@AEBV01@@Z OSGBase.dll: ??0?$SField@V?$Color4@M@osg@@$0A@@osg@@QEAA@AEBV?$Color4@M@1@@Z OSGBase.dll: ??1?$SField@V?$Color4@M@osg@@$0A@@osg@@UEAA@XZ OSGBase.dll: ?syncWith@?$SField@V?$Color4@M@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?getBinSize@?$SField@V?$Color4@M@osg@@$0A@@osg@@QEAAIXZ OSGBase.dll: ?copyToBin@?$SField@V?$Color4@M@osg@@$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?copyFromBin@?$SField@V?$Color4@M@osg@@$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?end@?$MField@I$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@I@std@@@std@@@std@@XZ OSGBase.dll: ?erase@?$MField@I$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@I@std@@@std@@@std@@V34 @0@Z OSGBase.dll: ?getClassType@?$MField@I$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ??0?$MField@I$0A@@osg@@QEAA@XZ OSGBase.dll: ?get@Lock@osg@@SAPEAV12@PEBD@Z OSGBase.dll: ?setValue@Line@osg@@QEAAXAEBV?$Point@M$02@2@AEBV?$Vector@M$02@2@@Z OSGBase.dll: ?getClassType@?$SField@V?$TransformationMatrix@M@osg@@$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ??0?$SField@V?$TransformationMatrix@M@osg@@$0A@@osg@@QEAA@XZ OSGBase.dll: ??0?$SField@V?$TransformationMatrix@M@osg@@$0A@@osg@@QEAA@AEBV01@@Z OSGBase.dll: ??1?$SField@V?$TransformationMatrix@M@osg@@$0A@@osg@@UEAA@XZ OSGBase.dll: ?syncWith@?$SField@V?$TransformationMatrix@M@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?getBinSize@?$SField@V?$TransformationMatrix@M@osg@@$0A@@osg@@QEAAIXZ OSGBase.dll: ?copyToBin@?$SField@V?$TransformationMatrix@M@osg@@$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?copyFromBin@?$SField@V?$TransformationMatrix@M@osg@@$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ??0?$SField@M$0A@@osg@@QEAA@XZ OSGBase.dll: ?reserve@?$MField@V?$Vector@M$01@osg@@$0A@@osg@@QEAAX_K@Z OSGBase.dll: ?reserve@?$MField@V?$Point@M$02@osg@@$0A@@osg@@QEAAX_K@Z OSGBase.dll: ?getValues@?$MField@E$0A@@osg@@QEAAAEAV?$MFieldVector@EV?$allocator@E@std@@@2@XZ OSGBase.dll: ?end@?$MField@E$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@E@std@@@std@@@std@@XZ OSGBase.dll: ?back@?$MField@E$0A@@osg@@QEAAAEAEXZ OSGBase.dll: ?getValues@?$MField@I$0A@@osg@@QEAAAEAV?$MFieldVector@IV?$allocator@I@std@@@2@XZ OSGBase.dll: ?back@?$MField@I$0A@@osg@@QEAAAEAIXZ OSGBase.dll: ?checkLevel@Log@osg@@QEAA_NW4LogLevel@2@@Z OSGBase.dll: ??0Plane@osg@@QEAA@AEBV?$Point@M$02@1@00@Z OSGBase.dll: ??1Plane@osg@@QEAA@XZ OSGBase.dll: ?erase@?$MField@G$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@G@std@@@std@@@std@@V34 @@Z OSGBase.dll: ?reserve@?$MField@V?$Vector@M$03@osg@@$0A@@osg@@QEAAX_K@Z OSGBase.dll: ?getClassType@?$MField@V?$Color3@M@osg@@$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ??0?$MField@V?$Color3@M@osg@@$0A@@osg@@QEAA@XZ OSGBase.dll: ?getClassType@?$MField@V?$Color4@M@osg@@$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ??0?$MField@V?$Color4@M@osg@@$0A@@osg@@QEAA@XZ OSGBase.dll: ?getClassType@?$MField@V?$Color3@E@osg@@$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ??0?$MField@V?$Color3@E@osg@@$0A@@osg@@QEAA@XZ OSGBase.dll: ?getClassType@?$MField@V?$Color4@E@osg@@$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ??0?$MField@V?$Color4@E@osg@@$0A@@osg@@QEAA@XZ OSGBase.dll: ?getClassType@?$MField@G$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ??0?$MField@G$0A@@osg@@QEAA@XZ OSGBase.dll: ?getClassType@?$MField@V?$Vector@C$02@osg@@$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ??0?$MField@V?$Vector@C$02@osg@@$0A@@osg@@QEAA@XZ OSGBase.dll: ?getClassType@?$MField@V?$Vector@F$02@osg@@$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ??0?$MField@V?$Vector@F$02@osg@@$0A@@osg@@QEAA@XZ OSGBase.dll: ?getClassType@?$MField@V?$Vector@M$02@osg@@$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ??0?$MField@V?$Vector@M$02@osg@@$0A@@osg@@QEAA@XZ OSGBase.dll: ?getClassType@?$MField@V?$Point@F$01@osg@@$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ??0?$MField@V?$Point@F$01@osg@@$0A@@osg@@QEAA@XZ OSGBase.dll: ?getClassType@?$MField@V?$Point@M$01@osg@@$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ??0?$MField@V?$Point@M$01@osg@@$0A@@osg@@QEAA@XZ OSGBase.dll: ?getClassType@?$MField@V?$Point@N$01@osg@@$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ??0?$MField@V?$Point@N$01@osg@@$0A@@osg@@QEAA@XZ OSGBase.dll: ?getClassType@?$MField@V?$Point@F$02@osg@@$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ??0?$MField@V?$Point@F$02@osg@@$0A@@osg@@QEAA@XZ OSGBase.dll: ?getClassType@?$MField@V?$Point@M$02@osg@@$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ??0?$MField@V?$Point@M$02@osg@@$0A@@osg@@QEAA@XZ OSGBase.dll: ?getClassType@?$MField@V?$Point@N$02@osg@@$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ??0?$MField@V?$Point@N$02@osg@@$0A@@osg@@QEAA@XZ OSGBase.dll: ?getClassType@?$MField@V?$Point@F$03@osg@@$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ??0?$MField@V?$Point@F$03@osg@@$0A@@osg@@QEAA@XZ OSGBase.dll: ?getClassType@?$MField@V?$Point@M$03@osg@@$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ??0?$MField@V?$Point@M$03@osg@@$0A@@osg@@QEAA@XZ OSGBase.dll: ?getClassType@?$MField@V?$Point@N$03@osg@@$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ??0?$MField@V?$Point@N$03@osg@@$0A@@osg@@QEAA@XZ OSGBase.dll: ?getClassType@?$MField@V?$Vector@M$01@osg@@$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ??0?$MField@V?$Vector@M$01@osg@@$0A@@osg@@QEAA@XZ OSGBase.dll: ?getClassType@?$MField@V?$Vector@N$01@osg@@$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ??0?$MField@V?$Vector@N$01@osg@@$0A@@osg@@QEAA@XZ OSGBase.dll: ?getClassType@?$MField@V?$Vector@N$02@osg@@$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ??0?$MField@V?$Vector@N$02@osg@@$0A@@osg@@QEAA@XZ OSGBase.dll: ?getClassType@?$MField@V?$Vector@M$03@osg@@$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ??0?$MField@V?$Vector@M$03@osg@@$0A@@osg@@QEAA@XZ OSGBase.dll: ?getClassType@?$MField@V?$Vector@N$03@osg@@$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ??0?$MField@V?$Vector@N$03@osg@@$0A@@osg@@QEAA@XZ OSGBase.dll: ?getClassType@?$MField@N$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ??0?$MField@N$0A@@osg@@QEAA@XZ OSGBase.dll: ??0InitFuncWrapper@osg@@QEAA@Q6A_NXZ@Z OSGBase.dll: ?intersect@Line@osg@@QEBA_NAEBV?$Point@M$02@2@00AEAMPEAV?$Vector@M$02@2@@Z OSGBase.dll: ?setValid@DynamicVolume@osg@@QEAAX_N@Z OSGBase.dll: ?reserve@?$MField@I$0A@@osg@@QEAAX_K@Z OSGBase.dll: ?reserve@?$MField@V?$Vector@M$02@osg@@$0A@@osg@@QEAAX_K@Z OSGBase.dll: ?intersect@Plane@osg@@QEBA_NAEBV12@AEAVLine@2@@Z OSGBase.dll: ?intersectInfinite@Plane@osg@@QEBA_NAEBVLine@2@AEAV?$Point@M$02@2@@Z OSGBase.dll: ?put@BinaryDataHandler@osg@@QEAAXPEBXI@Z OSGBase.dll: ?putValue@BinaryDataHandler@osg@@QEAAXAEBH@Z OSGBase.dll: ?putValue@BinaryDataHandler@osg@@QEAAXAEBM@Z OSGBase.dll: ?get@BinaryDataHandler@osg@@QEAAXPEAXI@Z OSGBase.dll: ?getValue@BinaryDataHandler@osg@@QEAAXAEAH@Z OSGBase.dll: ?getValue@BinaryDataHandler@osg@@QEAAXAEAM@Z OSGBase.dll: ??0BoxVolume@osg@@QEAA@XZ OSGBase.dll: ??1BoxVolume@osg@@UEAA@XZ OSGBase.dll: ?extendBy@BoxVolume@osg@@UEAAXAEBV?$Point@M$02@2@@Z OSGBase.dll: ?getValues@?$MField@H$0A@@osg@@QEAAAEAV?$MFieldVector@HV?$allocator@H@std@@@2@XZ OSGBase.dll: ?setValue@Line@osg@@QEAAXAEBV?$Point@M$02@2@0@Z OSGBase.dll: ??0Plane@osg@@QEAA@XZ OSGBase.dll: ?intersect@Plane@osg@@QEBA_NAEBVLine@2@AEAV?$Point@M$02@2@@Z OSGBase.dll: ?isInHalfSpace@Plane@osg@@QEBA_NAEBV?$Point@M$02@2@@Z OSGBase.dll: ?set@Plane@osg@@QEAAXAEBV?$Vector@M$02@2@M@Z OSGBase.dll: ??0Line@osg@@QEAA@AEBV?$Point@M$02@1@0@Z OSGBase.dll: ??0Plane@osg@@QEAA@AEBV?$Vector@M$02@1@M@Z OSGBase.dll: ?offset@Plane@osg@@QEAAXM@Z OSGBase.dll: ?distance@Plane@osg@@QEBAMAEBV?$Point@M$02@2@@Z OSGBase.dll: ?getValue@?$SField@C$0A@@osg@@QEAAAEACXZ OSGBase.dll: ?getValue@?$SField@C$0A@@osg@@QEBAAEBCXZ OSGBase.dll: ?setValue@?$SField@C$0A@@osg@@QEAAXC@Z OSGBase.dll: ?getClassType@?$SField@C$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ??0?$SField@C$0A@@osg@@QEAA@XZ OSGBase.dll: ??0?$SField@C$0A@@osg@@QEAA@AEBV01@@Z OSGBase.dll: ??0?$SField@C$0A@@osg@@QEAA@C@Z OSGBase.dll: ??1?$SField@C$0A@@osg@@UEAA@XZ OSGBase.dll: ?syncWith@?$SField@C$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?getBinSize@?$SField@C$0A@@osg@@QEAAIXZ OSGBase.dll: ?copyToBin@?$SField@C$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?copyFromBin@?$SField@C$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?begin@?$MField@I$0A@@osg@@QEBA?AV?$_Vector_const_iterator@V?$_Vector_val@U?$_Simple_types@I@std@@@std@@@st d@@XZ OSGBase.dll: ?end@?$MField@I$0A@@osg@@QEBA?AV?$_Vector_const_iterator@V?$_Vector_val@U?$_Simple_types@I@std@@@std@@@std@ @XZ OSGBase.dll: ?getClassType@?$SField@E$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ??0?$SField@E$0A@@osg@@QEAA@AEBV01@@Z OSGBase.dll: ??0?$SField@E$0A@@osg@@QEAA@E@Z OSGBase.dll: ??1?$SField@E$0A@@osg@@UEAA@XZ OSGBase.dll: ?syncWith@?$SField@E$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?getBinSize@?$SField@E$0A@@osg@@QEAAIXZ OSGBase.dll: ?copyToBin@?$SField@E$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?copyFromBin@?$SField@E$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?getLogLevel@Log@osg@@QEAA?AW4LogLevel@2@XZ OSGBase.dll: ?getValues@?$MField@H$0A@@osg@@QEBAAEBV?$MFieldVector@HV?$allocator@H@std@@@2@XZ OSGBase.dll: ?resize@?$MField@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$0A@@osg@@QEAAX_KV?$basic_st ring@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z OSGBase.dll: ?resize@?$MField@I$00@osg@@QEAAX_KI@Z OSGBase.dll: ??A?$MField@I$00@osg@@QEAAAEAII@Z OSGBase.dll: ??A?$MField@I$00@osg@@QEBAAEBII@Z OSGBase.dll: ??0?$SField@V?$Color4@M@osg@@$0A@@osg@@QEAA@XZ OSGBase.dll: ??0?$SField@E$0A@@osg@@QEAA@XZ OSGBase.dll: ?getClassType@?$MField@I$00@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ??0?$MField@I$00@osg@@QEAA@XZ OSGBase.dll: ??0?$MField@I$00@osg@@QEAA@AEBV01@@Z OSGBase.dll: ??1?$MField@I$00@osg@@UEAA@XZ OSGBase.dll: ?syncWith@?$MField@I$00@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?getBinSize@?$MField@I$00@osg@@QEBAIXZ OSGBase.dll: ?copyToBin@?$MField@I$00@osg@@QEBAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?copyFromBin@?$MField@I$00@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?setPlanes@FrustumVolume@osg@@QEAAXAEBV?$TransformationMatrix@M@2@@Z OSGBase.dll: ?MatrixOrthogonal@osg@@YA_NAEAV?$TransformationMatrix@M@1@MMMMMM@Z OSGBase.dll: ?osgGlCheckError@osg@@YA_NPEBDH0@Z OSGBase.dll: ?MatrixLookAt@osg@@YA_NAEAV?$TransformationMatrix@M@1@V?$Point@M$02@1@1V?$Vector@M$02@1@@Z OSGBase.dll: ??0?$SField@_N$01@osg@@QEAA@XZ OSGBase.dll: ??0?$SField@V?$TransformationMatrix@M@osg@@$0A@@osg@@QEAA@AEBV?$TransformationMatrix@M@1@@Z OSGBase.dll: ?MatrixFrustum@osg@@YA_NAEAV?$TransformationMatrix@M@1@MMMMMM@Z OSGBase.dll: ?getValue@?$SField@V?$Vector@M$01@osg@@$0A@@osg@@QEAAAEAV?$Vector@M$01@2@XZ OSGBase.dll: ?getValue@?$SField@V?$Vector@M$01@osg@@$0A@@osg@@QEBAAEBV?$Vector@M$01@2@XZ OSGBase.dll: ?setValue@?$SField@V?$Vector@M$01@osg@@$0A@@osg@@QEAAXV?$Vector@M$01@2@@Z OSGBase.dll: ?getClassType@?$SField@V?$Vector@M$01@osg@@$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ??0?$SField@V?$Vector@M$01@osg@@$0A@@osg@@QEAA@AEBV01@@Z OSGBase.dll: ??0?$SField@V?$Vector@M$01@osg@@$0A@@osg@@QEAA@V?$Vector@M$01@1@@Z OSGBase.dll: ??1?$SField@V?$Vector@M$01@osg@@$0A@@osg@@UEAA@XZ OSGBase.dll: ?syncWith@?$SField@V?$Vector@M$01@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?getBinSize@?$SField@V?$Vector@M$01@osg@@$0A@@osg@@QEAAIXZ OSGBase.dll: ?copyToBin@?$SField@V?$Vector@M$01@osg@@$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?copyFromBin@?$SField@V?$Vector@M$01@osg@@$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ??0Plane@osg@@QEAA@AEBV?$Vector@M$02@1@AEBV?$Point@M$02@1@@Z OSGBase.dll: ?getValue@?$SField@VPlane@osg@@$0A@@osg@@QEAAAEAVPlane@2@XZ OSGBase.dll: ?getValue@?$SField@VPlane@osg@@$0A@@osg@@QEBAAEBVPlane@2@XZ OSGBase.dll: ?setValue@?$SField@VPlane@osg@@$0A@@osg@@QEAAXAEBVPlane@2@@Z OSGBase.dll: ?getClassType@?$SField@VPlane@osg@@$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ??0?$SField@VPlane@osg@@$0A@@osg@@QEAA@XZ OSGBase.dll: ??0?$SField@VPlane@osg@@$0A@@osg@@QEAA@AEBV01@@Z OSGBase.dll: ??1?$SField@VPlane@osg@@$0A@@osg@@UEAA@XZ OSGBase.dll: ?syncWith@?$SField@VPlane@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?getBinSize@?$SField@VPlane@osg@@$0A@@osg@@QEAAIXZ OSGBase.dll: ?copyToBin@?$SField@VPlane@osg@@$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?copyFromBin@?$SField@VPlane@osg@@$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?MatrixStereoPerspective@osg@@YA_NAEAV?$TransformationMatrix@M@1@0MMMMMMMM@Z OSGBase.dll: ?getBounds@DynamicVolume@osg@@UEBAXAEAV?$Point@M$02@2@0@Z OSGBase.dll: ??0string_token_iterator@osg@@QEAA@XZ OSGBase.dll: ??0string_token_iterator@osg@@QEAA@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PEBD@Z OSGBase.dll: ??Estring_token_iterator@osg@@QEAAAEAU01@XZ OSGBase.dll: ??Dstring_token_iterator@osg@@QEBA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ OSGBase.dll: ??9string_token_iterator@osg@@QEBA_NAEBU01@@Z OSGBase.dll: ??0?$SField@G$0A@@osg@@QEAA@XZ OSGBase.dll: ?erase@?$MField@I$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@I@std@@@std@@@std@@V34 @@Z OSGBase.dll: ?erase@?$MField@M$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@M@std@@@std@@@std@@V34 @@Z OSGBase.dll: ?erase@?$MField@V?$Color4@M@osg@@$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@V?$Col or4@M@osg@@@std@@@std@@@std@@V34@@Z OSGBase.dll: ?erase@?$MField@V?$Vector@M$01@osg@@$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@V?$ Vector@M$01@osg@@@std@@@std@@@std@@V34@@Z OSGBase.dll: ?clear@?$MField@H$0A@@osg@@QEAAXXZ OSGBase.dll: ?clear@?$MField@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$0A@@osg@@QEAAXXZ OSGBase.dll: ?getFromString@?$FieldDataTraits@H@osg@@SA_NAEAHAEAPEBD@Z OSGBase.dll: ?putToString@?$FieldDataTraits@H@osg@@SAXAEBHAEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@st d@@@Z OSGBase.dll: ?getFromString@?$FieldDataTraits@M@osg@@SA_NAEAMAEAPEBD@Z OSGBase.dll: ?putToString@?$FieldDataTraits@M@osg@@SAXAEBMAEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@st d@@@Z OSGBase.dll: ?getFromString@?$FieldDataTraits1@N@osg@@SA_NAEANAEAPEBD@Z OSGBase.dll: ?putToString@?$FieldDataTraits1@N@osg@@SAXAEBNAEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@s td@@@Z OSGBase.dll: ?getFromString@?$FieldDataTraits@_J@osg@@SA_NAEA_JAEAPEBD@Z OSGBase.dll: ?putToString@?$FieldDataTraits@_J@osg@@SAXAEB_JAEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@ std@@@Z OSGBase.dll: ?flush@BinaryDataHandler@osg@@QEAAXXZ OSGBase.dll: ?getChannelCount@GroupConnection@osg@@QEAAIXZ OSGBase.dll: ?subSelection@GroupConnection@osg@@QEAAXH@Z OSGBase.dll: ?resetSelection@GroupConnection@osg@@QEAAXXZ OSGBase.dll: ?getSelectionCount@GroupConnection@osg@@QEAAIXZ OSGBase.dll: ?the@ConnectionFactory@osg@@SAAEAV12@XZ OSGBase.dll: ?createGroup@ConnectionFactory@osg@@QEAAPEAVGroupConnection@2@AEBV?$basic_string@DU?$char_traits@D@std@@V?$ allocator@D@2@@std@@@Z OSGBase.dll: ?createPoint@ConnectionFactory@osg@@QEAAPEAVPointConnection@2@AEBV?$basic_string@DU?$char_traits@D@std@@V?$ allocator@D@2@@std@@@Z OSGBase.dll: ?putValue@BinaryDataHandler@osg@@QEAAXAEB_K@Z OSGBase.dll: ?getValue@BinaryDataHandler@osg@@QEAAXAEA_K@Z OSGBase.dll: ?osgGetHostname@osg@@YAXPEADI@Z OSGBase.dll: ?the@TypeFactory@osg@@SAPEAV12@XZ OSGBase.dll: ?getNumTypes@TypeFactory@osg@@QEAAIXZ OSGBase.dll: ?setNetworkOrder@BinaryDataHandler@osg@@QEAAX_N@Z OSGBase.dll: ?setInterface@Connection@osg@@QEAAXAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z OSGBase.dll: ?find@?$MField@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$0A@@osg@@QEAA?AV?$_Vector_ite rator@V?$_Vector_val@U?$_Simple_types@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@std@@@std@@@std@@AE BV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@4@@Z OSGBase.dll: ?getName@ConnectionType@osg@@QEBA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ OSGBase.dll: ??0SocketAddress@osg@@QEAA@PEBDH@Z OSGBase.dll: ??0SocketAddress@osg@@QEAA@W4Type@01@H@Z OSGBase.dll: ??0SocketAddress@osg@@QEAA@AEBV01@@Z OSGBase.dll: ??1SocketAddress@osg@@UEAA@XZ OSGBase.dll: ?isMulticast@SocketAddress@osg@@QEAA_NXZ OSGBase.dll: ?bind@Socket@osg@@QEAAXAEBVSocketAddress@2@@Z OSGBase.dll: ?setReusePort@Socket@osg@@QEAAX_N@Z OSGBase.dll: ?waitReadable@Socket@osg@@QEAA_NN@Z OSGBase.dll: ??0DgramSocket@osg@@QEAA@XZ OSGBase.dll: ?open@DgramSocket@osg@@UEAAXXZ OSGBase.dll: ?close@DgramSocket@osg@@UEAAXXZ OSGBase.dll: ?recvFrom@DgramSocket@osg@@QEAAHAEAVNetworkMessage@2@AEAVSocketAddress@2@@Z OSGBase.dll: ?sendTo@DgramSocket@osg@@QEAAHAEAVNetworkMessage@2@AEBVSocketAddress@2@@Z OSGBase.dll: ?join@DgramSocket@osg@@QEAAXAEBVSocketAddress@2@0@Z OSGBase.dll: ??1DgramSocket@osg@@UEAA@XZ OSGBase.dll: ??0BinaryMessage@osg@@QEAA@XZ OSGBase.dll: ??1BinaryMessage@osg@@UEAA@XZ OSGBase.dll: ?clear@BinaryMessage@osg@@QEAAXXZ OSGBase.dll: ?putString@BinaryMessage@osg@@QEAAXAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z OSGBase.dll: ?getString@BinaryMessage@osg@@QEAA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ OSGBase.dll: ?putValue@BinaryDataHandler@osg@@QEAAXAEBE@Z OSGBase.dll: ?getValue@BinaryDataHandler@osg@@QEAAXAEAE@Z OSGBase.dll: ?setDestination@GroupConnection@osg@@QEAAXAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ @Z OSGBase.dll: ?getHost@SocketAddress@osg@@QEBA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ OSGBase.dll: ?setTTL@DgramSocket@osg@@QEAAXE@Z OSGBase.dll: ?setMCastInterface@DgramSocket@osg@@QEAAXAEBVSocketAddress@2@@Z OSGBase.dll: ?getString@BinaryMessage@osg@@QEAAXAEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z OSGBase.dll: ?get_strerror@xmlerror@xmlpp@@QEBA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ OSGBase.dll: ?get_line@xmllocation@xmlpp@@QEBAHXZ OSGBase.dll: ?get_pos@xmllocation@xmlpp@@QEBAHXZ OSGBase.dll: ??0xmlcontext@xmlpp@@QEAA@XZ OSGBase.dll: ??1xmlcontext@xmlpp@@UEAA@XZ OSGBase.dll: ?get_location@xmlcontext@xmlpp@@QEAAAEAVxmllocation@2@XZ OSGBase.dll: ?count@?$_Tree@V?$_Tmap_traits@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V12@U?$less@V? $basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@ D@std@@V?$allocator@D@2@@std@@V12@@std@@@2@$0A@@std@@@std@@QEBA_KAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@ D@2@@2@@Z OSGBase.dll: ??A?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V12@U?$less@V?$basic_string@DU?$char _traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@ 2@@std@@V12@@std@@@2@@std@@QEAAAEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@$$QEAV21@@Z OSGBase.dll: ??1xmlnode@xmlpp@@QEAA@XZ OSGBase.dll: ?get_type@xmlnode@xmlpp@@QEBA?AW4xmlnodetype@2@XZ OSGBase.dll: ?get_name@xmlnode@xmlpp@@QEAA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ OSGBase.dll: ?get_cdata@xmlnode@xmlpp@@QEAAAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ OSGBase.dll: ?get_nodelist@xmlnode@xmlpp@@QEAAAEAV?$list@V?$shared_ptr@Vxmlnode@xmlpp@@@boost@@V?$allocator@V?$shared_pt r@Vxmlnode@xmlpp@@@boost@@@std@@@std@@XZ OSGBase.dll: ?select_nodes@xmlnode@xmlpp@@QEAA?AV?$list@V?$shared_ptr@Vxmlnode@xmlpp@@@boost@@V?$allocator@V?$shared_ptr @Vxmlnode@xmlpp@@@boost@@@std@@@std@@AEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@4@@Z OSGBase.dll: ??0xmldocument@xmlpp@@QEAA@V?$shared_ptr@Vxmlcontext@xmlpp@@@boost@@@Z OSGBase.dll: ?load@xmldocument@xmlpp@@QEAAXAEAV?$basic_istream@DU?$char_traits@D@std@@@std@@AEAV?$shared_ptr@Vxmlcontext @xmlpp@@@boost@@@Z OSGBase.dll: ??1xmldocument@xmlpp@@QEAA@XZ OSGBase.dll: ?init_context@xmlcontext@xmlpp@@UEAAXXZ OSGBase.dll: ??0?$SField@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$0A@@osg@@QEAA@AEBV?$basic_string @DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z OSGBase.dll: ??9DataType@osg@@QEBA_NAEBV01@@Z OSGBase.dll: ??0Plane@osg@@QEAA@AEBV01@@Z OSGBase.dll: ?get@BaseThread@osg@@SAPEAV12@PEBD@Z OSGBase.dll: ?enter@WinThreadBarrierBase@osg@@IEAAXXZ OSGBase.dll: ?get@Barrier@osg@@SAPEAV12@PEBD@Z OSGBase.dll: ?getSize@BoxVolume@osg@@QEBAXAEAV?$Vector@M$02@2@@Z OSGBase.dll: ?putValue@BinaryDataHandler@osg@@QEAAXAEBN@Z OSGBase.dll: ?putValues@BinaryDataHandler@osg@@QEAAXPEBHI@Z OSGBase.dll: ?putValues@BinaryDataHandler@osg@@QEAAXPEBMI@Z OSGBase.dll: ?getValue@BinaryDataHandler@osg@@QEAAXAEAN@Z OSGBase.dll: ?getValues@BinaryDataHandler@osg@@QEAAXPEAHI@Z OSGBase.dll: ?getValues@BinaryDataHandler@osg@@QEAAXPEAMI@Z OSGBase.dll: ?reserve@?$MField@G$0A@@osg@@QEAAX_K@Z OSGBase.dll: ?reserve@?$MField@V?$Vector@C$02@osg@@$0A@@osg@@QEAAX_K@Z OSGBase.dll: ?getFromString@?$FieldDataTraits@G@osg@@SA_NAEAGAEAPEBD@Z OSGBase.dll: ?begin@?$MField@V?$Point@M$02@osg@@$0A@@osg@@QEBA?AV?$_Vector_const_iterator@V?$_Vector_val@U?$_Simple_type s@V?$Point@M$02@osg@@@std@@@std@@@std@@XZ OSGBase.dll: ?end@?$MField@V?$Point@M$02@osg@@$0A@@osg@@QEBA?AV?$_Vector_const_iterator@V?$_Vector_val@U?$_Simple_types@ V?$Point@M$02@osg@@@std@@@std@@@std@@XZ OSGBase.dll: ?begin@?$MField@V?$Point@M$03@osg@@$0A@@osg@@QEBA?AV?$_Vector_const_iterator@V?$_Vector_val@U?$_Simple_type s@V?$Point@M$03@osg@@@std@@@std@@@std@@XZ OSGBase.dll: ?end@?$MField@V?$Point@M$03@osg@@$0A@@osg@@QEBA?AV?$_Vector_const_iterator@V?$_Vector_val@U?$_Simple_types@ V?$Point@M$03@osg@@@std@@@std@@@std@@XZ OSGBase.dll: ?getContentType@FieldType@osg@@QEBAAEBVDataType@2@XZ OSGBase.dll: ?getScanTypeId@FieldType@osg@@QEBAIXZ OSGBase.dll: ?getClassType@?$SField@V?$Color4@E@osg@@$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ?getClassType@?$SField@F$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ?getClassType@?$MField@C$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ?getClassType@?$MField@F$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ?getClassType@?$MField@N$00@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ?getClassType@?$MField@VPlane@osg@@$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ?getClassType@?$MField@V?$QuaternionBase@M@osg@@$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ??0Indenter@osg@@QEAA@II@Z OSGBase.dll: ??1Indenter@osg@@UEAA@XZ OSGBase.dll: ??0StandardStringConversionState@osg@@QEAA@II@Z OSGBase.dll: ??1StandardStringConversionState@osg@@UEAA@XZ OSGBase.dll: ??0BinaryDataHandler@osg@@QEAA@I_N@Z OSGBase.dll: ??1BinaryDataHandler@osg@@UEAA@XZ OSGBase.dll: ?readBufAdd@BinaryDataHandler@osg@@IEAAXPEAEII@Z OSGBase.dll: ?forceCopy@BinaryDataHandler@osg@@UEAAXXZ OSGBase.dll: ?forceDirectIO@BinaryDataHandler@osg@@UEAAXXZ OSGBase.dll: ?readBuffer@BinaryDataHandler@osg@@MEAAXXZ OSGBase.dll: ?write@BinaryDataHandler@osg@@MEAAXPEAEI@Z OSGBase.dll: ?writeBuffer@BinaryDataHandler@osg@@MEAAXXZ OSGBase.dll: ?writeBufAdd@BinaryDataHandler@osg@@IEAAXPEAEII@Z OSGBase.dll: ?read@BinaryDataHandler@osg@@MEAAXPEAEI@Z OSGBase.dll: ??0?$SField@V?$Color3@M@osg@@$0A@@osg@@QEAA@XZ OSGBase.dll: ?setValue@?$SField@V?$Color3@M@osg@@$0A@@osg@@QEAAXAEBV12@@Z OSGBase.dll: ??4?$SField@_N$01@osg@@QEAAXAEBV01@@Z OSGBase.dll: ?setValue@?$SField@M$0A@@osg@@QEAAXAEBV12@@Z OSGBase.dll: ??4?$SField@M$0A@@osg@@QEAAXAEBV01@@Z OSGBase.dll: ?getValues@?$MField@V?$Vector@M$01@osg@@$0A@@osg@@QEAAAEAV?$MFieldVector@V?$Vector@M$01@osg@@V?$allocator@V ?$Vector@M$01@osg@@@std@@@2@XZ OSGBase.dll: ?getValues@?$MField@V?$Point@M$01@osg@@$0A@@osg@@QEAAAEAV?$MFieldVector@V?$Point@M$01@osg@@V?$allocator@V?$ Point@M$01@osg@@@std@@@2@XZ OSGBase.dll: ?getValues@?$MField@V?$Point@M$02@osg@@$0A@@osg@@QEAAAEAV?$MFieldVector@V?$Point@M$02@osg@@V?$allocator@V?$ Point@M$02@osg@@@std@@@2@XZ OSGBase.dll: ??0?$SField@V?$Vector@M$01@osg@@$0A@@osg@@QEAA@XZ OSGBase.dll: ??4?$SField@V?$Vector@M$01@osg@@$0A@@osg@@QEAAXAEBV01@@Z OSGBase.dll: ?getValues@?$MField@V?$QuaternionBase@M@osg@@$0A@@osg@@QEAAAEAV?$MFieldVector@V?$QuaternionBase@M@osg@@V?$a llocator@V?$QuaternionBase@M@osg@@@std@@@2@XZ OSGBase.dll: ?push_backPath@PathHandler@osg@@QEAAXPEBD@Z OSGBase.dll: ?subPath@PathHandler@osg@@QEAAXPEBD@Z OSGBase.dll: ?extractPath@PathHandler@osg@@QEAA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PEBD@Z OSGBase.dll: ?end@?$MField@V?$Point@N$02@osg@@$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@V?$Poi nt@N$02@osg@@@std@@@std@@@std@@XZ OSGBase.dll: ?getMin@Volume@osg@@QEBA?AV?$Point@M$02@2@XZ OSGBase.dll: ?empty@?$MField@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@$0A@@osg@@QEBA_NXZ OSGBase.dll: ?empty@?$MField@H$0A@@osg@@QEBA_NXZ OSGBase.dll: ?begin@?$MField@I$00@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@I@std@@@std@@@std@@XZ OSGBase.dll: ?clear@?$MField@I$00@osg@@QEAAXXZ OSGBase.dll: ?erase@?$MField@I$00@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@I@std@@@std@@@std@@V34@ @Z OSGBase.dll: ?push_back@?$MField@I$00@osg@@QEAAXI@Z OSGBase.dll: ?size@?$MField@I$00@osg@@QEBAIXZ OSGBase.dll: ?empty@?$MField@V?$TransformationMatrix@M@osg@@$0A@@osg@@QEBA_NXZ OSGBase.dll: ??A?$MField@V?$TransformationMatrix@M@osg@@$0A@@osg@@QEAAAEAV?$TransformationMatrix@M@1@I@Z OSGBase.dll: ??A?$MField@V?$TransformationMatrix@M@osg@@$0A@@osg@@QEBAAEBV?$TransformationMatrix@M@1@I@Z OSGBase.dll: ??4?$MField@H$0A@@osg@@QEAAXAEBV01@@Z OSGBase.dll: ??4?$MField@M$0A@@osg@@QEAAXAEBV01@@Z OSGBase.dll: ??4?$MField@V?$Vector@M$01@osg@@$0A@@osg@@QEAAXAEBV01@@Z OSGBase.dll: ??4?$MField@V?$Vector@M$02@osg@@$0A@@osg@@QEAAXAEBV01@@Z OSGBase.dll: ??4?$MField@V?$Vector@M$03@osg@@$0A@@osg@@QEAAXAEBV01@@Z OSGBase.dll: ??4?$MField@V?$TransformationMatrix@M@osg@@$0A@@osg@@QEAAXAEBV01@@Z OSGBase.dll: ??0?$SField@H$0A@@osg@@QEAA@XZ OSGBase.dll: ?getClassType@?$MField@V?$TransformationMatrix@M@osg@@$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ??0?$MField@V?$TransformationMatrix@M@osg@@$0A@@osg@@QEAA@XZ OSGBase.dll: ??0?$MField@V?$TransformationMatrix@M@osg@@$0A@@osg@@QEAA@AEBV01@@Z OSGBase.dll: ??1?$MField@V?$TransformationMatrix@M@osg@@$0A@@osg@@UEAA@XZ OSGBase.dll: ?syncWith@?$MField@V?$TransformationMatrix@M@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?getBinSize@?$MField@V?$TransformationMatrix@M@osg@@$0A@@osg@@QEBAIXZ OSGBase.dll: ?copyToBin@?$MField@V?$TransformationMatrix@M@osg@@$0A@@osg@@QEBAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?copyFromBin@?$MField@V?$TransformationMatrix@M@osg@@$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ??0?$SField@V?$Vector@M$03@osg@@$0A@@osg@@QEAA@XZ OSGBase.dll: ??4Plane@osg@@QEAAAEAV01@AEBV01@@Z OSGBase.dll: ?clip@Plane@osg@@QEBAHPEAV?$Point@M$02@2@0H@Z OSGBase.dll: ?getValue@?$SField@V?$Point@M$01@osg@@$0A@@osg@@QEAAAEAV?$Point@M$01@2@XZ OSGBase.dll: ?getValue@?$SField@V?$Point@M$01@osg@@$0A@@osg@@QEBAAEBV?$Point@M$01@2@XZ OSGBase.dll: ?setValue@?$SField@V?$Point@M$01@osg@@$0A@@osg@@QEAAXV?$Point@M$01@2@@Z OSGBase.dll: ?getClassType@?$SField@V?$Point@M$01@osg@@$0A@@osg@@SAAEBVFieldType@2@XZ OSGBase.dll: ??0?$SField@V?$Point@M$01@osg@@$0A@@osg@@QEAA@XZ OSGBase.dll: ??0?$SField@V?$Point@M$01@osg@@$0A@@osg@@QEAA@AEBV01@@Z OSGBase.dll: ??1?$SField@V?$Point@M$01@osg@@$0A@@osg@@UEAA@XZ OSGBase.dll: ?syncWith@?$SField@V?$Point@M$01@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?getBinSize@?$SField@V?$Point@M$01@osg@@$0A@@osg@@QEAAIXZ OSGBase.dll: ?copyToBin@?$SField@V?$Point@M$01@osg@@$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?copyFromBin@?$SField@V?$Point@M$01@osg@@$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?listen@Socket@osg@@QEAAXH@Z OSGBase.dll: ?recv@Socket@osg@@QEAAHPEAXH@Z OSGBase.dll: ?send@Socket@osg@@QEAAHPEBXH@Z OSGBase.dll: ??0StreamSocket@osg@@QEAA@XZ OSGBase.dll: ?accept@StreamSocket@osg@@QEAA?AV12@XZ OSGBase.dll: ?setDelay@StreamSocket@osg@@QEAAX_N@Z OSGBase.dll: ??4StreamSocket@osg@@QEAAAEBV01@AEBV01@@Z OSGBase.dll: ??1StreamSocket@osg@@UEAA@XZ OSGBase.dll: ?setValue@SphereVolume@osg@@QEAAXAEBV?$Point@M$02@2@M@Z OSGBase.dll: ?setBounds@BoxVolume@osg@@QEAAXMMMMMM@Z OSGBase.dll: ?resize@?$MField@V?$Vector@M$01@osg@@$0A@@osg@@QEAAX_KV?$Vector@M$01@2@@Z OSGBase.dll: ?push_back@?$MField@V?$Vector@M$01@osg@@$0A@@osg@@QEAAXV?$Vector@M$01@2@@Z OSGBase.dll: ?insert@?$MField@V?$Vector@M$01@osg@@$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@V? $Vector@M$01@osg@@@std@@@std@@@std@@V34@V?$Vector@M$01@2@@Z OSGBase.dll: ?clear@?$MField@V?$Vector@M$01@osg@@$0A@@osg@@QEAAXXZ OSGBase.dll: ?begin@?$MField@V?$Vector@M$01@osg@@$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@V?$ Vector@M$01@osg@@@std@@@std@@@std@@XZ OSGBase.dll: ?setValues@?$MField@V?$Vector@M$01@osg@@$0A@@osg@@QEAAXAEBV12@@Z OSGBase.dll: ??1?$MField@V?$Vector@M$01@osg@@$0A@@osg@@UEAA@XZ OSGBase.dll: ??0?$MField@V?$Vector@M$01@osg@@$0A@@osg@@QEAA@AEBV01@@Z OSGBase.dll: ??4FrustumVolume@osg@@QEAAAEAV01@AEBV01@@Z OSGBase.dll: ??1FrustumVolume@osg@@UEAA@XZ OSGBase.dll: ??0FrustumVolume@osg@@QEAA@AEBV01@@Z OSGBase.dll: ??0FrustumVolume@osg@@QEAA@XZ OSGBase.dll: ?copyFromBin@?$MField@N$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?copyToBin@?$MField@N$0A@@osg@@QEBAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?getBinSize@?$MField@N$0A@@osg@@QEBAIXZ OSGBase.dll: ?syncWith@?$MField@N$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ??A?$MField@N$0A@@osg@@QEBAAEBNI@Z OSGBase.dll: ??A?$MField@N$0A@@osg@@QEAAAEANI@Z OSGBase.dll: ?swap@?$MField@N$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?empty@?$MField@N$0A@@osg@@QEBA_NXZ OSGBase.dll: ?size@?$MField@N$0A@@osg@@QEBAIXZ OSGBase.dll: ?resize@?$MField@N$0A@@osg@@QEAAX_KN@Z OSGBase.dll: ?push_back@?$MField@N$0A@@osg@@QEAAXN@Z OSGBase.dll: ?insert@?$MField@N$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@N@std@@@std@@@std@@V3 4@N@Z OSGBase.dll: ?clear@?$MField@N$0A@@osg@@QEAAXXZ OSGBase.dll: ?resize@?$MField@V?$Point@N$01@osg@@$0A@@osg@@QEAAX_KV?$Point@N$01@2@@Z OSGBase.dll: ?begin@?$MField@N$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@N@std@@@std@@@std@@XZ OSGBase.dll: ?setValues@?$MField@N$0A@@osg@@QEAAXAEBV12@@Z OSGBase.dll: ??1?$MField@N$0A@@osg@@UEAA@XZ OSGBase.dll: ??0?$MField@N$0A@@osg@@QEAA@AEBV01@@Z OSGBase.dll: ?copyFromBin@?$MField@M$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?copyToBin@?$MField@M$0A@@osg@@QEBAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?push_back@?$MField@V?$Point@N$01@osg@@$0A@@osg@@QEAAXV?$Point@N$01@2@@Z OSGBase.dll: ?insert@?$MField@V?$Point@N$01@osg@@$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@V?$ Point@N$01@osg@@@std@@@std@@@std@@V34@V?$Point@N$01@2@@Z OSGBase.dll: ?clear@?$MField@V?$Point@N$01@osg@@$0A@@osg@@QEAAXXZ OSGBase.dll: ?begin@?$MField@V?$Point@N$01@osg@@$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@V?$P oint@N$01@osg@@@std@@@std@@@std@@XZ OSGBase.dll: ?setValues@?$MField@V?$Point@N$01@osg@@$0A@@osg@@QEAAXAEBV12@@Z OSGBase.dll: ??1?$MField@V?$Point@N$01@osg@@$0A@@osg@@UEAA@XZ OSGBase.dll: ??0?$MField@V?$Point@N$01@osg@@$0A@@osg@@QEAA@AEBV01@@Z OSGBase.dll: ?copyFromBin@?$MField@V?$Point@M$01@osg@@$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?copyToBin@?$MField@V?$Point@M$01@osg@@$0A@@osg@@QEBAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?getBinSize@?$MField@V?$Point@M$01@osg@@$0A@@osg@@QEBAIXZ OSGBase.dll: ?syncWith@?$MField@V?$Point@M$01@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ??A?$MField@V?$Point@M$01@osg@@$0A@@osg@@QEBAAEBV?$Point@M$01@1@I@Z OSGBase.dll: ??A?$MField@V?$Point@M$01@osg@@$0A@@osg@@QEAAAEAV?$Point@M$01@1@I@Z OSGBase.dll: ?swap@?$MField@V?$Point@M$01@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?empty@?$MField@V?$Point@M$01@osg@@$0A@@osg@@QEBA_NXZ OSGBase.dll: ?size@?$MField@V?$Point@M$01@osg@@$0A@@osg@@QEBAIXZ OSGBase.dll: ?resize@?$MField@V?$Point@M$01@osg@@$0A@@osg@@QEAAX_KV?$Point@M$01@2@@Z OSGBase.dll: ?push_back@?$MField@V?$Point@M$01@osg@@$0A@@osg@@QEAAXV?$Point@M$01@2@@Z OSGBase.dll: ?insert@?$MField@V?$Point@M$01@osg@@$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@V?$ Point@M$01@osg@@@std@@@std@@@std@@V34@V?$Point@M$01@2@@Z OSGBase.dll: ?clear@?$MField@V?$Point@M$01@osg@@$0A@@osg@@QEAAXXZ OSGBase.dll: ?begin@?$MField@V?$Point@M$01@osg@@$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@V?$P oint@M$01@osg@@@std@@@std@@@std@@XZ OSGBase.dll: ?setValues@?$MField@V?$Point@M$01@osg@@$0A@@osg@@QEAAXAEBV12@@Z OSGBase.dll: ??1?$MField@V?$Point@M$01@osg@@$0A@@osg@@UEAA@XZ OSGBase.dll: ??0?$MField@V?$Point@M$01@osg@@$0A@@osg@@QEAA@AEBV01@@Z OSGBase.dll: ?copyFromBin@?$MField@V?$Point@F$01@osg@@$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?copyToBin@?$MField@V?$Point@F$01@osg@@$0A@@osg@@QEBAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?getBinSize@?$MField@V?$Point@F$01@osg@@$0A@@osg@@QEBAIXZ OSGBase.dll: ?syncWith@?$MField@V?$Point@F$01@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ??A?$MField@V?$Point@F$01@osg@@$0A@@osg@@QEBAAEBV?$Point@F$01@1@I@Z OSGBase.dll: ??A?$MField@V?$Point@F$01@osg@@$0A@@osg@@QEAAAEAV?$Point@F$01@1@I@Z OSGBase.dll: ?swap@?$MField@V?$Point@F$01@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?empty@?$MField@V?$Point@F$01@osg@@$0A@@osg@@QEBA_NXZ OSGBase.dll: ?size@?$MField@V?$Point@F$01@osg@@$0A@@osg@@QEBAIXZ OSGBase.dll: ?resize@?$MField@V?$Point@F$01@osg@@$0A@@osg@@QEAAX_KV?$Point@F$01@2@@Z OSGBase.dll: ?push_back@?$MField@V?$Point@F$01@osg@@$0A@@osg@@QEAAXV?$Point@F$01@2@@Z OSGBase.dll: ?insert@?$MField@V?$Point@F$01@osg@@$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@V?$ Point@F$01@osg@@@std@@@std@@@std@@V34@V?$Point@F$01@2@@Z OSGBase.dll: ?clear@?$MField@V?$Point@F$01@osg@@$0A@@osg@@QEAAXXZ OSGBase.dll: ?begin@?$MField@V?$Point@F$01@osg@@$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@V?$P oint@F$01@osg@@@std@@@std@@@std@@XZ OSGBase.dll: ?setValues@?$MField@V?$Point@F$01@osg@@$0A@@osg@@QEAAXAEBV12@@Z OSGBase.dll: ??1?$MField@V?$Point@F$01@osg@@$0A@@osg@@UEAA@XZ OSGBase.dll: ??0?$MField@V?$Point@F$01@osg@@$0A@@osg@@QEAA@AEBV01@@Z OSGBase.dll: ?copyFromBin@?$MField@V?$Vector@N$03@osg@@$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?copyToBin@?$MField@V?$Vector@N$03@osg@@$0A@@osg@@QEBAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?getBinSize@?$MField@V?$Vector@N$03@osg@@$0A@@osg@@QEBAIXZ OSGBase.dll: ?syncWith@?$MField@V?$Vector@N$03@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ??A?$MField@V?$Vector@N$03@osg@@$0A@@osg@@QEBAAEBV?$Vector@N$03@1@I@Z OSGBase.dll: ??A?$MField@V?$Vector@N$03@osg@@$0A@@osg@@QEAAAEAV?$Vector@N$03@1@I@Z OSGBase.dll: ?swap@?$MField@V?$Vector@N$03@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?empty@?$MField@V?$Vector@N$03@osg@@$0A@@osg@@QEBA_NXZ OSGBase.dll: ?size@?$MField@V?$Vector@N$03@osg@@$0A@@osg@@QEBAIXZ OSGBase.dll: ?resize@?$MField@V?$Vector@N$03@osg@@$0A@@osg@@QEAAX_KV?$Vector@N$03@2@@Z OSGBase.dll: ?push_back@?$MField@V?$Vector@N$03@osg@@$0A@@osg@@QEAAXV?$Vector@N$03@2@@Z OSGBase.dll: ?insert@?$MField@V?$Vector@N$03@osg@@$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@V? $Vector@N$03@osg@@@std@@@std@@@std@@V34@V?$Vector@N$03@2@@Z OSGBase.dll: ?clear@?$MField@V?$Vector@N$03@osg@@$0A@@osg@@QEAAXXZ OSGBase.dll: ?begin@?$MField@V?$Vector@N$03@osg@@$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@V?$ Vector@N$03@osg@@@std@@@std@@@std@@XZ OSGBase.dll: ?setValues@?$MField@V?$Vector@N$03@osg@@$0A@@osg@@QEAAXAEBV12@@Z OSGBase.dll: ??1?$MField@V?$Vector@N$03@osg@@$0A@@osg@@UEAA@XZ OSGBase.dll: ??0?$MField@V?$Vector@N$03@osg@@$0A@@osg@@QEAA@AEBV01@@Z OSGBase.dll: ?copyFromBin@?$MField@V?$Vector@M$03@osg@@$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?copyToBin@?$MField@V?$Vector@M$03@osg@@$0A@@osg@@QEBAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?getBinSize@?$MField@V?$Vector@M$03@osg@@$0A@@osg@@QEBAIXZ OSGBase.dll: ?syncWith@?$MField@V?$Vector@M$03@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ??A?$MField@V?$Vector@M$03@osg@@$0A@@osg@@QEBAAEBV?$Vector@M$03@1@I@Z OSGBase.dll: ??A?$MField@V?$Vector@M$03@osg@@$0A@@osg@@QEAAAEAV?$Vector@M$03@1@I@Z OSGBase.dll: ?swap@?$MField@V?$Vector@M$03@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?empty@?$MField@V?$Vector@M$03@osg@@$0A@@osg@@QEBA_NXZ OSGBase.dll: ?size@?$MField@V?$Vector@M$03@osg@@$0A@@osg@@QEBAIXZ OSGBase.dll: ?resize@?$MField@V?$Vector@M$03@osg@@$0A@@osg@@QEAAX_KV?$Vector@M$03@2@@Z OSGBase.dll: ?push_back@?$MField@V?$Vector@M$03@osg@@$0A@@osg@@QEAAXV?$Vector@M$03@2@@Z OSGBase.dll: ?insert@?$MField@V?$Vector@M$03@osg@@$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@V? $Vector@M$03@osg@@@std@@@std@@@std@@V34@V?$Vector@M$03@2@@Z OSGBase.dll: ?clear@?$MField@V?$Vector@M$03@osg@@$0A@@osg@@QEAAXXZ OSGBase.dll: ?begin@?$MField@V?$Vector@M$03@osg@@$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@V?$ Vector@M$03@osg@@@std@@@std@@@std@@XZ OSGBase.dll: ?setValues@?$MField@V?$Vector@M$03@osg@@$0A@@osg@@QEAAXAEBV12@@Z OSGBase.dll: ??1?$MField@V?$Vector@M$03@osg@@$0A@@osg@@UEAA@XZ OSGBase.dll: ??0?$MField@V?$Vector@M$03@osg@@$0A@@osg@@QEAA@AEBV01@@Z OSGBase.dll: ?copyFromBin@?$MField@V?$Vector@N$02@osg@@$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?copyToBin@?$MField@V?$Vector@N$02@osg@@$0A@@osg@@QEBAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?getBinSize@?$MField@V?$Vector@N$02@osg@@$0A@@osg@@QEBAIXZ OSGBase.dll: ?syncWith@?$MField@V?$Vector@N$02@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ??A?$MField@V?$Vector@N$02@osg@@$0A@@osg@@QEBAAEBV?$Vector@N$02@1@I@Z OSGBase.dll: ??A?$MField@V?$Vector@N$02@osg@@$0A@@osg@@QEAAAEAV?$Vector@N$02@1@I@Z OSGBase.dll: ?swap@?$MField@V?$Vector@N$02@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?empty@?$MField@V?$Vector@N$02@osg@@$0A@@osg@@QEBA_NXZ OSGBase.dll: ?size@?$MField@V?$Vector@N$02@osg@@$0A@@osg@@QEBAIXZ OSGBase.dll: ?resize@?$MField@V?$Vector@N$02@osg@@$0A@@osg@@QEAAX_KV?$Vector@N$02@2@@Z OSGBase.dll: ?push_back@?$MField@V?$Vector@N$02@osg@@$0A@@osg@@QEAAXV?$Vector@N$02@2@@Z OSGBase.dll: ?insert@?$MField@V?$Vector@N$02@osg@@$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@V? $Vector@N$02@osg@@@std@@@std@@@std@@V34@V?$Vector@N$02@2@@Z OSGBase.dll: ?clear@?$MField@V?$Vector@N$02@osg@@$0A@@osg@@QEAAXXZ OSGBase.dll: ?begin@?$MField@V?$Vector@N$02@osg@@$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@V?$ Vector@N$02@osg@@@std@@@std@@@std@@XZ OSGBase.dll: ?setValues@?$MField@V?$Vector@N$02@osg@@$0A@@osg@@QEAAXAEBV12@@Z OSGBase.dll: ??1?$MField@V?$Vector@N$02@osg@@$0A@@osg@@UEAA@XZ OSGBase.dll: ??0?$MField@V?$Vector@N$02@osg@@$0A@@osg@@QEAA@AEBV01@@Z OSGBase.dll: ?copyFromBin@?$MField@V?$Vector@M$02@osg@@$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?copyToBin@?$MField@V?$Vector@M$02@osg@@$0A@@osg@@QEBAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?getBinSize@?$MField@V?$Vector@M$02@osg@@$0A@@osg@@QEBAIXZ OSGBase.dll: ?syncWith@?$MField@V?$Vector@M$02@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ??A?$MField@V?$Vector@M$02@osg@@$0A@@osg@@QEBAAEBV?$Vector@M$02@1@I@Z OSGBase.dll: ??A?$MField@V?$Vector@M$02@osg@@$0A@@osg@@QEAAAEAV?$Vector@M$02@1@I@Z OSGBase.dll: ?swap@?$MField@V?$Vector@M$02@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?empty@?$MField@V?$Vector@M$02@osg@@$0A@@osg@@QEBA_NXZ OSGBase.dll: ?size@?$MField@V?$Vector@M$02@osg@@$0A@@osg@@QEBAIXZ OSGBase.dll: ?resize@?$MField@V?$Vector@M$02@osg@@$0A@@osg@@QEAAX_KV?$Vector@M$02@2@@Z OSGBase.dll: ?push_back@?$MField@V?$Vector@M$02@osg@@$0A@@osg@@QEAAXV?$Vector@M$02@2@@Z OSGBase.dll: ?insert@?$MField@V?$Vector@M$02@osg@@$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@V? $Vector@M$02@osg@@@std@@@std@@@std@@V34@V?$Vector@M$02@2@@Z OSGBase.dll: ?clear@?$MField@V?$Vector@M$02@osg@@$0A@@osg@@QEAAXXZ OSGBase.dll: ?begin@?$MField@V?$Vector@M$02@osg@@$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@V?$ Vector@M$02@osg@@@std@@@std@@@std@@XZ OSGBase.dll: ?setValues@?$MField@V?$Vector@M$02@osg@@$0A@@osg@@QEAAXAEBV12@@Z OSGBase.dll: ??1?$MField@V?$Vector@M$02@osg@@$0A@@osg@@UEAA@XZ OSGBase.dll: ??0?$MField@V?$Vector@M$02@osg@@$0A@@osg@@QEAA@AEBV01@@Z OSGBase.dll: ?copyFromBin@?$MField@V?$Vector@F$02@osg@@$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?copyToBin@?$MField@V?$Vector@F$02@osg@@$0A@@osg@@QEBAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?getBinSize@?$MField@V?$Vector@F$02@osg@@$0A@@osg@@QEBAIXZ OSGBase.dll: ?syncWith@?$MField@V?$Vector@F$02@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ??A?$MField@V?$Vector@F$02@osg@@$0A@@osg@@QEBAAEBV?$Vector@F$02@1@I@Z OSGBase.dll: ??A?$MField@V?$Vector@F$02@osg@@$0A@@osg@@QEAAAEAV?$Vector@F$02@1@I@Z OSGBase.dll: ?swap@?$MField@V?$Vector@F$02@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?empty@?$MField@V?$Vector@F$02@osg@@$0A@@osg@@QEBA_NXZ OSGBase.dll: ?size@?$MField@V?$Vector@F$02@osg@@$0A@@osg@@QEBAIXZ OSGBase.dll: ?resize@?$MField@V?$Vector@F$02@osg@@$0A@@osg@@QEAAX_KV?$Vector@F$02@2@@Z OSGBase.dll: ?push_back@?$MField@V?$Vector@F$02@osg@@$0A@@osg@@QEAAXV?$Vector@F$02@2@@Z OSGBase.dll: ?insert@?$MField@V?$Vector@F$02@osg@@$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@V? $Vector@F$02@osg@@@std@@@std@@@std@@V34@V?$Vector@F$02@2@@Z OSGBase.dll: ?clear@?$MField@V?$Vector@F$02@osg@@$0A@@osg@@QEAAXXZ OSGBase.dll: ?begin@?$MField@V?$Vector@F$02@osg@@$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@V?$ Vector@F$02@osg@@@std@@@std@@@std@@XZ OSGBase.dll: ?setValues@?$MField@V?$Vector@F$02@osg@@$0A@@osg@@QEAAXAEBV12@@Z OSGBase.dll: ??1?$MField@V?$Vector@F$02@osg@@$0A@@osg@@UEAA@XZ OSGBase.dll: ??0?$MField@V?$Vector@F$02@osg@@$0A@@osg@@QEAA@AEBV01@@Z OSGBase.dll: ?copyFromBin@?$MField@V?$Vector@C$02@osg@@$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?copyToBin@?$MField@V?$Vector@C$02@osg@@$0A@@osg@@QEBAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?getBinSize@?$MField@V?$Vector@C$02@osg@@$0A@@osg@@QEBAIXZ OSGBase.dll: ?syncWith@?$MField@V?$Vector@C$02@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ??A?$MField@V?$Vector@C$02@osg@@$0A@@osg@@QEBAAEBV?$Vector@C$02@1@I@Z OSGBase.dll: ??A?$MField@V?$Vector@C$02@osg@@$0A@@osg@@QEAAAEAV?$Vector@C$02@1@I@Z OSGBase.dll: ?swap@?$MField@V?$Vector@C$02@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?empty@?$MField@V?$Vector@C$02@osg@@$0A@@osg@@QEBA_NXZ OSGBase.dll: ?size@?$MField@V?$Vector@C$02@osg@@$0A@@osg@@QEBAIXZ OSGBase.dll: ?resize@?$MField@V?$Vector@C$02@osg@@$0A@@osg@@QEAAX_KV?$Vector@C$02@2@@Z OSGBase.dll: ?push_back@?$MField@V?$Vector@C$02@osg@@$0A@@osg@@QEAAXV?$Vector@C$02@2@@Z OSGBase.dll: ?insert@?$MField@V?$Vector@C$02@osg@@$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@V? $Vector@C$02@osg@@@std@@@std@@@std@@V34@V?$Vector@C$02@2@@Z OSGBase.dll: ?clear@?$MField@V?$Vector@C$02@osg@@$0A@@osg@@QEAAXXZ OSGBase.dll: ?begin@?$MField@V?$Vector@C$02@osg@@$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@V?$ Vector@C$02@osg@@@std@@@std@@@std@@XZ OSGBase.dll: ?setValues@?$MField@V?$Vector@C$02@osg@@$0A@@osg@@QEAAXAEBV12@@Z OSGBase.dll: ??1?$MField@V?$Vector@C$02@osg@@$0A@@osg@@UEAA@XZ OSGBase.dll: ??0?$MField@V?$Vector@C$02@osg@@$0A@@osg@@QEAA@AEBV01@@Z OSGBase.dll: ?copyFromBin@?$MField@V?$Vector@N$01@osg@@$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?copyToBin@?$MField@V?$Vector@N$01@osg@@$0A@@osg@@QEBAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?getBinSize@?$MField@V?$Vector@N$01@osg@@$0A@@osg@@QEBAIXZ OSGBase.dll: ?syncWith@?$MField@V?$Vector@N$01@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ??A?$MField@V?$Vector@N$01@osg@@$0A@@osg@@QEBAAEBV?$Vector@N$01@1@I@Z OSGBase.dll: ??A?$MField@V?$Vector@N$01@osg@@$0A@@osg@@QEAAAEAV?$Vector@N$01@1@I@Z OSGBase.dll: ?swap@?$MField@V?$Vector@N$01@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?empty@?$MField@V?$Vector@N$01@osg@@$0A@@osg@@QEBA_NXZ OSGBase.dll: ?size@?$MField@V?$Vector@N$01@osg@@$0A@@osg@@QEBAIXZ OSGBase.dll: ?resize@?$MField@V?$Vector@N$01@osg@@$0A@@osg@@QEAAX_KV?$Vector@N$01@2@@Z OSGBase.dll: ?push_back@?$MField@V?$Vector@N$01@osg@@$0A@@osg@@QEAAXV?$Vector@N$01@2@@Z OSGBase.dll: ?insert@?$MField@V?$Vector@N$01@osg@@$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@V? $Vector@N$01@osg@@@std@@@std@@@std@@V34@V?$Vector@N$01@2@@Z OSGBase.dll: ?clear@?$MField@V?$Vector@N$01@osg@@$0A@@osg@@QEAAXXZ OSGBase.dll: ?begin@?$MField@V?$Vector@N$01@osg@@$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@V?$ Vector@N$01@osg@@@std@@@std@@@std@@XZ OSGBase.dll: ?setValues@?$MField@V?$Vector@N$01@osg@@$0A@@osg@@QEAAXAEBV12@@Z OSGBase.dll: ??1?$MField@V?$Vector@N$01@osg@@$0A@@osg@@UEAA@XZ OSGBase.dll: ??0?$MField@V?$Vector@N$01@osg@@$0A@@osg@@QEAA@AEBV01@@Z OSGBase.dll: ?copyFromBin@?$MField@V?$Vector@M$01@osg@@$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?copyToBin@?$MField@V?$Vector@M$01@osg@@$0A@@osg@@QEBAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?getBinSize@?$MField@V?$Vector@M$01@osg@@$0A@@osg@@QEBAIXZ OSGBase.dll: ?syncWith@?$MField@V?$Vector@M$01@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ??A?$MField@V?$Vector@M$01@osg@@$0A@@osg@@QEBAAEBV?$Vector@M$01@1@I@Z OSGBase.dll: ??A?$MField@V?$Vector@M$01@osg@@$0A@@osg@@QEAAAEAV?$Vector@M$01@1@I@Z OSGBase.dll: ?swap@?$MField@V?$Vector@M$01@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?syncWith@?$SField@V?$Vector@M$03@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?empty@?$MField@V?$Vector@M$01@osg@@$0A@@osg@@QEBA_NXZ OSGBase.dll: ?getBinSize@?$MField@M$0A@@osg@@QEBAIXZ OSGBase.dll: ?syncWith@?$MField@M$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ??A?$MField@M$0A@@osg@@QEBAAEBMI@Z OSGBase.dll: ??A?$MField@M$0A@@osg@@QEAAAEAMI@Z OSGBase.dll: ?swap@?$MField@M$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?empty@?$MField@M$0A@@osg@@QEBA_NXZ OSGBase.dll: ?size@?$MField@M$0A@@osg@@QEBAIXZ OSGBase.dll: ?resize@?$MField@M$0A@@osg@@QEAAX_KM@Z OSGBase.dll: ?push_back@?$MField@M$0A@@osg@@QEAAXM@Z OSGBase.dll: ?insert@?$MField@M$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@M@std@@@std@@@std@@V3 4@M@Z OSGBase.dll: ?clear@?$MField@M$0A@@osg@@QEAAXXZ OSGBase.dll: ?begin@?$MField@M$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@M@std@@@std@@@std@@XZ OSGBase.dll: ?setValues@?$MField@M$0A@@osg@@QEAAXAEBV12@@Z OSGBase.dll: ??1?$MField@M$0A@@osg@@UEAA@XZ OSGBase.dll: ??0?$MField@M$0A@@osg@@QEAA@AEBV01@@Z OSGBase.dll: ?copyFromBin@?$MField@I$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?copyToBin@?$MField@I$0A@@osg@@QEBAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?getBinSize@?$MField@I$0A@@osg@@QEBAIXZ OSGBase.dll: ?syncWith@?$MField@I$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ??A?$MField@I$0A@@osg@@QEBAAEBII@Z OSGBase.dll: ??A?$MField@I$0A@@osg@@QEAAAEAII@Z OSGBase.dll: ?swap@?$MField@I$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?empty@?$MField@I$0A@@osg@@QEBA_NXZ OSGBase.dll: ?size@?$MField@I$0A@@osg@@QEBAIXZ OSGBase.dll: ?resize@?$MField@I$0A@@osg@@QEAAX_KI@Z OSGBase.dll: ?push_back@?$MField@I$0A@@osg@@QEAAXI@Z OSGBase.dll: ?insert@?$MField@I$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@I@std@@@std@@@std@@V3 4@I@Z OSGBase.dll: ?clear@?$MField@I$0A@@osg@@QEAAXXZ OSGBase.dll: ?begin@?$MField@I$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@I@std@@@std@@@std@@XZ OSGBase.dll: ?setValues@?$MField@I$0A@@osg@@QEAAXAEBV12@@Z OSGBase.dll: ??1?$MField@I$0A@@osg@@UEAA@XZ OSGBase.dll: ??0?$MField@I$0A@@osg@@QEAA@AEBV01@@Z OSGBase.dll: ?copyFromBin@?$MField@G$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?copyToBin@?$MField@G$0A@@osg@@QEBAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?getBinSize@?$MField@G$0A@@osg@@QEBAIXZ OSGBase.dll: ?syncWith@?$MField@G$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ??A?$MField@G$0A@@osg@@QEBAAEBGI@Z OSGBase.dll: ??A?$MField@G$0A@@osg@@QEAAAEAGI@Z OSGBase.dll: ?swap@?$MField@G$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?empty@?$MField@G$0A@@osg@@QEBA_NXZ OSGBase.dll: ?size@?$MField@G$0A@@osg@@QEBAIXZ OSGBase.dll: ?resize@?$MField@G$0A@@osg@@QEAAX_KG@Z OSGBase.dll: ?push_back@?$MField@G$0A@@osg@@QEAAXG@Z OSGBase.dll: ?insert@?$MField@G$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@G@std@@@std@@@std@@V3 4@G@Z OSGBase.dll: ?clear@?$MField@G$0A@@osg@@QEAAXXZ OSGBase.dll: ?begin@?$MField@G$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@G@std@@@std@@@std@@XZ OSGBase.dll: ?setValues@?$MField@G$0A@@osg@@QEAAXAEBV12@@Z OSGBase.dll: ??1?$MField@G$0A@@osg@@UEAA@XZ OSGBase.dll: ??0?$MField@G$0A@@osg@@QEAA@AEBV01@@Z OSGBase.dll: ?copyFromBin@?$MField@E$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?copyToBin@?$MField@E$0A@@osg@@QEBAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?getBinSize@?$MField@E$0A@@osg@@QEBAIXZ OSGBase.dll: ?syncWith@?$MField@E$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ??A?$MField@E$0A@@osg@@QEBAAEBEI@Z OSGBase.dll: ??A?$MField@E$0A@@osg@@QEAAAEAEI@Z OSGBase.dll: ?swap@?$MField@E$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?empty@?$MField@E$0A@@osg@@QEBA_NXZ OSGBase.dll: ?size@?$MField@E$0A@@osg@@QEBAIXZ OSGBase.dll: ?resize@?$MField@E$0A@@osg@@QEAAX_KE@Z OSGBase.dll: ?push_back@?$MField@E$0A@@osg@@QEAAXE@Z OSGBase.dll: ?insert@?$MField@E$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@E@std@@@std@@@std@@V3 4@E@Z OSGBase.dll: ?clear@?$MField@E$0A@@osg@@QEAAXXZ OSGBase.dll: ?begin@?$MField@E$0A@@osg@@QEAA?AV?$_Vector_iterator@V?$_Vector_val@U?$_Simple_types@E@std@@@std@@@std@@XZ OSGBase.dll: ?setValues@?$MField@E$0A@@osg@@QEAAXAEBV12@@Z OSGBase.dll: ??1?$MField@E$0A@@osg@@UEAA@XZ OSGBase.dll: ??0?$MField@E$0A@@osg@@QEAA@AEBV01@@Z OSGBase.dll: ?setValue@?$SField@M$0A@@osg@@QEAAXM@Z OSGBase.dll: ?getValue@?$SField@M$0A@@osg@@QEBAAEBMXZ OSGBase.dll: ?getValue@?$SField@M$0A@@osg@@QEAAAEAMXZ OSGBase.dll: ?getValue@?$SField@I$0A@@osg@@QEAAAEAIXZ OSGBase.dll: ?setValue@?$SField@H$0A@@osg@@QEAAXH@Z OSGBase.dll: ?getValue@?$SField@H$0A@@osg@@QEBAAEBHXZ OSGBase.dll: ?getValue@?$SField@H$0A@@osg@@QEAAAEAHXZ OSGBase.dll: ?setValue@?$SField@G$0A@@osg@@QEAAXG@Z OSGBase.dll: ?getValue@?$SField@G$0A@@osg@@QEBAAEBGXZ OSGBase.dll: ?getValue@?$SField@G$0A@@osg@@QEAAAEAGXZ OSGBase.dll: ?setValue@?$SField@_N$01@osg@@QEAAX_N@Z OSGBase.dll: ?getValue@?$SField@_N$01@osg@@QEBAAEB_NXZ OSGBase.dll: ?osgLogP@osg@@3PEAVLog@1@EA OSGBase.dll: ?_pLogLock@Log@osg@@0PEAVLock@2@EA OSGBase.dll: ?_nilstreamP@Log@osg@@0PEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@EA OSGBase.dll: ?what@Exception@osg@@UEBAPEBDXZ OSGBase.dll: ?copyFromBin@?$SField@I$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?copyToBin@?$SField@I$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?getBinSize@?$SField@I$0A@@osg@@QEAAIXZ OSGBase.dll: ?syncWith@?$SField@I$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?setValue@?$SField@I$0A@@osg@@QEAAXI@Z OSGBase.dll: ?getValue@?$SField@I$0A@@osg@@QEBAAEBIXZ OSGBase.dll: ?getValue@?$SField@_N$01@osg@@QEAAAEA_NXZ OSGBase.dll: ?copyFromBin@?$SField@VDynamicVolume@osg@@$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?copyToBin@?$SField@VDynamicVolume@osg@@$0A@@osg@@QEAAXAEAVBinaryDataHandler@2@@Z OSGBase.dll: ?getBinSize@?$SField@VDynamicVolume@osg@@$0A@@osg@@QEAAIXZ OSGBase.dll: ?syncWith@?$SField@VDynamicVolume@osg@@$0A@@osg@@QEAAXAEAV12@@Z OSGBase.dll: ?getValue@?$SField@VDynamicVolume@osg@@$0A@@osg@@QEBAAEBVDynamicVolume@2@XZ OSGBase.dll: ?getValue@?$SField@VDynamicVolume@osg@@$0A@@osg@@QEAAAEAVDynamicVolume@2@XZ OSGBase.dll: ??0Field@osg@@IEAA@XZ OSGBase.dll: ??1Field@osg@@UEAA@XZ OSGBase.dll: ?getValue@BinaryDataHandler@osg@@QEAAXAEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z OSGBase.dll: ?getValue@BinaryDataHandler@osg@@QEAAXAEAI@Z OSGBase.dll: ?getValue@BinaryDataHandler@osg@@QEAAXAEAG@Z OSGBase.dll: ?putValue@BinaryDataHandler@osg@@QEAAXAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z OSGBase.dll: ?putValue@BinaryDataHandler@osg@@QEAAXAEBI@Z OSGBase.dll: ?putValue@BinaryDataHandler@osg@@QEAAXAEBG@Z OSGBase.dll: ??4Exception@osg@@QEAAAEAV01@AEBV01@@Z OSGBase.dll: ??1Exception@osg@@UEAA@XZ OSGBase.dll: ??0Exception@osg@@QEAA@AEBV01@@Z OSGBase.dll: ??8DataType@osg@@QEBA_NAEBV01@@Z OSGBase.dll: ?getNumAspects@ThreadManager@osg@@SAIXZ OSGBase.dll: ??1LogLock@osg@@QEAA@XZ OSGBase.dll: ?doInitLog@osg@@YAXXZ OSGBase.dll: ?doLog@Log@osg@@QEAAXPEBDZZ OSGBase.dll: ?doHeader@Log@osg@@QEAAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@W4LogLevel@2@PEBD1I1@Z OSGBase.dll: ?checkModule@Log@osg@@QEAA_NPEBD@Z OSGBase.dll: ?release@LockPool@osg@@QEAAXPEAX@Z OSGBase.dll: ?aquire@LockPool@osg@@QEAAXPEAX@Z OSGBase.dll: ?release@Lock@osg@@QEAAXXZ OSGBase.dll: ?aquire@Lock@osg@@QEAAXXZ OSGBase.dll: ?isDerivedFrom@TypeBase@osg@@UEBA_NAEBV12@@Z OSGBase.dll: ?getCName@TypeBase@osg@@QEBAPEBDXZ OSGBase.dll: ?getId@TypeBase@osg@@QEBAIXZ OSGBase.dll: ??1IDStringLink@osg@@UEAA@XZ OSGBase.dll: ??$?6M@osg@@YAAEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AEAV12@AEBV?$Color3@M@0@@Z OSGBase.dll: ??0IDStringLink@osg@@QEAA@PEBD@Z tiff.dll: TIFFSetErrorHandler tiff.dll: TIFFClientOpen tiff.dll: TIFFRGBAImageEnd tiff.dll: TIFFRGBAImageGet tiff.dll: TIFFRGBAImageBegin tiff.dll: TIFFSetWarningHandler tiff.dll: TIFFWriteScanline tiff.dll: TIFFSetField tiff.dll: TIFFDefaultStripSize tiff.dll: TIFFGetFieldDefaulted tiff.dll: TIFFGetField tiff.dll: TIFFClose tiff.dll: TIFFRGBAImageOK OPENGL32.dll: glBitmap OPENGL32.dll: glVertex2i OPENGL32.dll: glHint OPENGL32.dll: glVertex3i OPENGL32.dll: glNormal3f OPENGL32.dll: glRasterPos2i OPENGL32.dll: glRotatef OPENGL32.dll: glRectf OPENGL32.dll: wglGetProcAddress OPENGL32.dll: glViewport OPENGL32.dll: glScissor OPENGL32.dll: glCopyTexSubImage1D OPENGL32.dll: glTranslatef OPENGL32.dll: glScalef OPENGL32.dll: glPixelZoom OPENGL32.dll: glDrawPixels OPENGL32.dll: glOrtho OPENGL32.dll: glClearColor OPENGL32.dll: glReadPixels OPENGL32.dll: glDrawBuffer OPENGL32.dll: glCopyTexSubImage2D OPENGL32.dll: glClearDepth OPENGL32.dll: glTexSubImage2D OPENGL32.dll: glTexSubImage1D OPENGL32.dll: glTexParameteri OPENGL32.dll: glTexParameterfv OPENGL32.dll: glTexParameterf OPENGL32.dll: glTexImage2D OPENGL32.dll: glTexImage1D OPENGL32.dll: glTexEnviv OPENGL32.dll: glPixelStorei OPENGL32.dll: glTexGeni OPENGL32.dll: glTexGenfv OPENGL32.dll: glShadeModel OPENGL32.dll: glPolygonStipple OPENGL32.dll: glPolygonOffset OPENGL32.dll: glPolygonMode OPENGL32.dll: glCullFace OPENGL32.dll: glMaterialfv OPENGL32.dll: glMaterialf OPENGL32.dll: glColorMaterial OPENGL32.dll: glLogicOp OPENGL32.dll: glLineStipple OPENGL32.dll: glLightModeli OPENGL32.dll: glLightModelfv OPENGL32.dll: glFogi OPENGL32.dll: glFogf OPENGL32.dll: glDepthRange OPENGL32.dll: glDepthFunc OPENGL32.dll: glTexEnvfv OPENGL32.dll: glGenTextures OPENGL32.dll: glDeleteTextures OPENGL32.dll: glBindTexture OPENGL32.dll: glClipPlane OPENGL32.dll: glBlendFunc OPENGL32.dll: glTexEnvi OPENGL32.dll: glTexEnvf OPENGL32.dll: glPixelTransferi OPENGL32.dll: glPixelMapfv OPENGL32.dll: glFogfv OPENGL32.dll: glStencilOp OPENGL32.dll: glStencilMask OPENGL32.dll: glStencilFunc OPENGL32.dll: glReadBuffer OPENGL32.dll: glRasterPos2f OPENGL32.dll: glPixelTransferf OPENGL32.dll: glCopyPixels OPENGL32.dll: glClearStencil OPENGL32.dll: glClear OPENGL32.dll: glAlphaFunc OPENGL32.dll: glIsEnabled OPENGL32.dll: glGetString OPENGL32.dll: glGetLightfv OPENGL32.dll: glGetIntegerv OPENGL32.dll: glGetFloatv OPENGL32.dll: glTexCoord2d OPENGL32.dll: glColor3f OPENGL32.dll: glGetBooleanv OPENGL32.dll: glColor4f OPENGL32.dll: glVertex2f OPENGL32.dll: glTexCoord3f OPENGL32.dll: glTexCoord2f OPENGL32.dll: glTexCoord1f OPENGL32.dll: glPointSize OPENGL32.dll: glLineWidth OPENGL32.dll: glVertex3f OPENGL32.dll: glPushAttrib OPENGL32.dll: glPopAttrib OPENGL32.dll: glNewList OPENGL32.dll: glGetError OPENGL32.dll: glGenLists OPENGL32.dll: glEndList OPENGL32.dll: glCallList OPENGL32.dll: glVertex4sv OPENGL32.dll: glVertex4iv OPENGL32.dll: glVertex4fv OPENGL32.dll: glVertex4dv OPENGL32.dll: glVertex3sv OPENGL32.dll: glVertex3iv OPENGL32.dll: glVertex3fv OPENGL32.dll: glVertex3dv OPENGL32.dll: glVertex2sv OPENGL32.dll: glVertex2iv OPENGL32.dll: glVertex2fv OPENGL32.dll: glVertex2dv OPENGL32.dll: glTexCoordPointer OPENGL32.dll: glTexCoord4sv OPENGL32.dll: glTexCoord4iv OPENGL32.dll: glTexCoord4fv OPENGL32.dll: glTexCoord4dv OPENGL32.dll: glTexCoord3sv OPENGL32.dll: glTexCoord3iv OPENGL32.dll: glTexCoord3fv OPENGL32.dll: glTexCoord3dv OPENGL32.dll: glTexCoord2sv OPENGL32.dll: glTexCoord2iv OPENGL32.dll: glTexCoord2fv OPENGL32.dll: glTexCoord2dv OPENGL32.dll: glTexCoord1sv OPENGL32.dll: glTexCoord1iv OPENGL32.dll: glTexCoord1fv OPENGL32.dll: glTexCoord1dv OPENGL32.dll: glNormalPointer OPENGL32.dll: glNormal3sv OPENGL32.dll: glNormal3iv OPENGL32.dll: glNormal3fv OPENGL32.dll: glNormal3dv OPENGL32.dll: glEnd OPENGL32.dll: glDrawArrays OPENGL32.dll: glColorPointer OPENGL32.dll: glColor4usv OPENGL32.dll: glColor4uiv OPENGL32.dll: glColor4ubv OPENGL32.dll: glColor4sv OPENGL32.dll: glColor4iv OPENGL32.dll: glColor4fv OPENGL32.dll: glColor4dv OPENGL32.dll: glColor4bv OPENGL32.dll: glColor3usv OPENGL32.dll: glColor3uiv OPENGL32.dll: glColor3ubv OPENGL32.dll: glColor3sv OPENGL32.dll: glColor3iv OPENGL32.dll: glColor3fv OPENGL32.dll: glColor3dv OPENGL32.dll: glColor3bv OPENGL32.dll: glBegin OPENGL32.dll: glEnable OPENGL32.dll: glLightf OPENGL32.dll: glMultMatrixf OPENGL32.dll: glVertexPointer OPENGL32.dll: glPushMatrix OPENGL32.dll: glPopMatrix OPENGL32.dll: glMatrixMode OPENGL32.dll: glLoadMatrixf OPENGL32.dll: glLoadIdentity OPENGL32.dll: glLightfv OPENGL32.dll: glFrontFace OPENGL32.dll: glFlush OPENGL32.dll: glFinish OPENGL32.dll: glEnableClientState OPENGL32.dll: glDrawElements OPENGL32.dll: glDisableClientState OPENGL32.dll: glDisable OPENGL32.dll: glDepthMask OPENGL32.dll: glDeleteLists OPENGL32.dll: glColorMask OPENGL32.dll: glRasterPos3f GLU32.dll: gluOrtho2D GLU32.dll: gluBuild2DMipmaps GLU32.dll: gluBuild1DMipmaps GLU32.dll: gluScaleImage GLU32.dll: gluGetString GLU32.dll: gluErrorString GLU32.dll: gluTessCallback GLU32.dll: gluTessNormal GLU32.dll: gluTessProperty GLU32.dll: gluTessEndPolygon GLU32.dll: gluTessEndContour GLU32.dll: gluTessVertex GLU32.dll: gluTessBeginContour GLU32.dll: gluNewTess GLU32.dll: gluDeleteTess GLU32.dll: gluTessBeginPolygon KERNEL32.dll: RtlLookupFunctionEntry KERNEL32.dll: RtlVirtualUnwind KERNEL32.dll: UnhandledExceptionFilter KERNEL32.dll: SetUnhandledExceptionFilter KERNEL32.dll: GetCurrentProcess KERNEL32.dll: TerminateProcess KERNEL32.dll: IsProcessorFeaturePresent KERNEL32.dll: CloseHandle KERNEL32.dll: EnterCriticalSection KERNEL32.dll: LeaveCriticalSection KERNEL32.dll: InitializeCriticalSectionAndSpinCount KERNEL32.dll: DeleteCriticalSection KERNEL32.dll: RtlCaptureContext KERNEL32.dll: TlsAlloc KERNEL32.dll: TlsGetValue KERNEL32.dll: TlsSetValue KERNEL32.dll: Sleep KERNEL32.dll: QueryPerformanceCounter KERNEL32.dll: QueryPerformanceFrequency KERNEL32.dll: SetEvent KERNEL32.dll: ResetEvent KERNEL32.dll: WaitForSingleObjectEx KERNEL32.dll: CreateEventW KERNEL32.dll: GetModuleHandleW KERNEL32.dll: GetProcAddress KERNEL32.dll: IsDebuggerPresent KERNEL32.dll: GetCurrentProcessId KERNEL32.dll: GetCurrentThreadId KERNEL32.dll: GetSystemTimeAsFileTime KERNEL32.dll: InitializeSListHead KERNEL32.dll: DisableThreadLibraryCalls GDI32.dll: GetGlyphOutlineW GDI32.dll: GetTextFaceA GDI32.dll: GetTextMetricsA GDI32.dll: SetGraphicsMode GDI32.dll: SelectObject GDI32.dll: GetCharacterPlacementW GDI32.dll: CreateDCA GDI32.dll: EnumFontFamiliesA GDI32.dll: DeleteObject GDI32.dll: DeleteDC GDI32.dll: CreateFontA WINMM.dll: timeGetTime MSVCP140.dll: ??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@_K@Z MSVCP140.dll: ??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@P6AAEAVios_base@1@AEAV21@@Z@Z MSVCP140.dll: ??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@PEBX@Z MSVCP140.dll: ??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@H@Z MSVCP140.dll: ?cout@std@@3V?$basic_ostream@DU?$char_traits@D@std@@@1@A MSVCP140.dll: ?flush@?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV12@XZ MSVCP140.dll: ?put@?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV12@D@Z MSVCP140.dll: ??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@I@Z MSVCP140.dll: ??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@P6AAEAV01@AEAV01@@Z@Z MSVCP140.dll: ?_Osfx@?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAXXZ MSVCP140.dll: ?widen@?$basic_ios@DU?$char_traits@D@std@@@std@@QEBADD@Z MSVCP140.dll: ?setstate@?$basic_ios@DU?$char_traits@D@std@@@std@@QEAAXH_N@Z MSVCP140.dll: ?sputn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEAA_JPEBD_J@Z MSVCP140.dll: ?sputc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEAAHD@Z MSVCP140.dll: ??1_Lockit@std@@QEAA@XZ MSVCP140.dll: ?_Xout_of_range@std@@YAXPEBD@Z MSVCP140.dll: ?_Xlength_error@std@@YAXPEBD@Z MSVCP140.dll: ?_Xbad_alloc@std@@YAXXZ MSVCP140.dll: ?uncaught_exception@std@@YA_NXZ MSVCP140.dll: ??5?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@AEA_K@Z MSVCP140.dll: ??5?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@AEAN@Z MSVCP140.dll: ??Bid@locale@std@@QEAA_KXZ MSVCP140.dll: ?_Getgloballocale@locale@std@@CAPEAV_Locimp@12@XZ MSVCP140.dll: ?always_noconv@codecvt_base@std@@QEBA_NXZ MSVCP140.dll: ?in@?$codecvt@DDU_Mbstatet@@@std@@QEBAHAEAU_Mbstatet@@PEBD1AEAPEBDPEAD3AEAPEAD@Z MSVCP140.dll: ?out@?$codecvt@DDU_Mbstatet@@@std@@QEBAHAEAU_Mbstatet@@PEBD1AEAPEBDPEAD3AEAPEAD@Z MSVCP140.dll: ?unshift@?$codecvt@DDU_Mbstatet@@@std@@QEBAHAEAU_Mbstatet@@PEAD1AEAPEAD@Z MSVCP140.dll: ?_Getcat@?$codecvt@DDU_Mbstatet@@@std@@SA_KPEAPEBVfacet@locale@2@PEBV42@@Z MSVCP140.dll: ??0?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAA@XZ MSVCP140.dll: ??1?$basic_streambuf@DU?$char_traits@D@std@@@std@@UEAA@XZ MSVCP140.dll: ?getloc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEBA?AVlocale@2@XZ MSVCP140.dll: ?_Pninc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAPEADXZ MSVCP140.dll: ?_Init@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXXZ MSVCP140.dll: ??0_Lockit@std@@QEAA@H@Z MSVCP140.dll: ?xsgetn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAA_JPEAD_J@Z MSVCP140.dll: ?xsputn@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAA_JPEBD_J@Z MSVCP140.dll: ??1?$basic_ios@DU?$char_traits@D@std@@@std@@UEAA@XZ MSVCP140.dll: ??0?$basic_ios@DU?$char_traits@D@std@@@std@@IEAA@XZ MSVCP140.dll: ??0?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAA@PEAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z MSVCP140.dll: ??1?$basic_ostream@DU?$char_traits@D@std@@@std@@UEAA@XZ MSVCP140.dll: ??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@_N@Z MSVCP140.dll: ?_Fiopen@std@@YAPEAU_iobuf@@PEBDHH@Z MSVCP140.dll: ?showmanyc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAA_JXZ MSVCP140.dll: ?id@?$codecvt@DDU_Mbstatet@@@std@@2V0locale@2@A MSVCP140.dll: ??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@G@Z MSVCP140.dll: ?get@?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAHXZ MSVCP140.dll: ?ignore@?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAAEAV12@_JH@Z MSVCP140.dll: ?read@?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAAEAV12@PEAD_J@Z MSVCP140.dll: ?seekg@?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAAEAV12@_JH@Z MSVCP140.dll: ?clear@?$basic_ios@DU?$char_traits@D@std@@@std@@QEAAXH_N@Z MSVCP140.dll: ??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@N@Z MSVCP140.dll: ?write@?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV12@PEBD_J@Z MSVCP140.dll: ??0?$basic_istream@DU?$char_traits@D@std@@@std@@QEAA@PEAV?$basic_streambuf@DU?$char_traits@D@std@@@1@_N@Z MSVCP140.dll: ??1?$basic_istream@DU?$char_traits@D@std@@@std@@UEAA@XZ MSVCP140.dll: ?getline@?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAAEAV12@PEAD_J@Z MSVCP140.dll: ?putback@?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAAEAV12@D@Z MSVCP140.dll: ?tellg@?$basic_istream@DU?$char_traits@D@std@@@std@@QEAA?AV?$fpos@U_Mbstatet@@@2@XZ MSVCP140.dll: ??5?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@AEAH@Z MSVCP140.dll: ??5?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@AEAI@Z MSVCP140.dll: ??5?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@AEA_N@Z MSVCP140.dll: ?get@?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAAEAV12@PEAD_J@Z MSVCP140.dll: ?get@?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAAEAV12@AEAD@Z MSVCP140.dll: ?cin@std@@3V?$basic_istream@DU?$char_traits@D@std@@@1@A MSVCP140.dll: ??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@M@Z MSVCP140.dll: ?cerr@std@@3V?$basic_ostream@DU?$char_traits@D@std@@@1@A MSVCP140.dll: ?sbumpc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEAAHXZ MSVCP140.dll: ?sgetc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEAAHXZ MSVCP140.dll: ?snextc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEAAHXZ MSVCP140.dll: ?_Ipfx@?$basic_istream@DU?$char_traits@D@std@@@std@@QEAA_N_N@Z MSVCP140.dll: ??6?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@F@Z MSVCP140.dll: ??5?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@AEAF@Z MSVCP140.dll: ?peek@?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAHXZ MSVCP140.dll: ?seekp@?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAAAEAV12@_JH@Z MSVCP140.dll: ?tellp@?$basic_ostream@DU?$char_traits@D@std@@@std@@QEAA?AV?$fpos@U_Mbstatet@@@2@XZ MSVCP140.dll: ??0?$basic_iostream@DU?$char_traits@D@std@@@std@@QEAA@PEAV?$basic_streambuf@DU?$char_traits@D@std@@@1@@Z MSVCP140.dll: ??1?$basic_iostream@DU?$char_traits@D@std@@@std@@UEAA@XZ MSVCP140.dll: ?_Lock@?$basic_streambuf@DU?$char_traits@D@std@@@std@@UEAAXXZ MSVCP140.dll: ?_Unlock@?$basic_streambuf@DU?$char_traits@D@std@@@std@@UEAAXXZ MSVCP140.dll: ?imbue@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAXAEBVlocale@2@@Z MSVCP140.dll: ?setbuf@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAPEAV12@PEAD_J@Z MSVCP140.dll: ?sync@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAHXZ MSVCP140.dll: ?uflow@?$basic_streambuf@DU?$char_traits@D@std@@@std@@MEAAHXZ MSVCP140.dll: ?setw@std@@YA?AU?$_Smanip@_J@1@_J@Z MSVCP140.dll: ?_Getcat@?$ctype@D@std@@SA_KPEAPEBVfacet@locale@2@PEBV42@@Z MSVCP140.dll: ?getloc@ios_base@std@@QEBA?AVlocale@2@XZ MSVCP140.dll: ??5?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@P6AAEAV01@AEAV01@@Z@Z MSVCP140.dll: ??5?$basic_istream@DU?$char_traits@D@std@@@std@@QEAAAEAV01@AEAM@Z MSVCP140.dll: ?id@?$ctype@D@std@@2V0locale@2@A VCRUNTIME140.dll: memchr VCRUNTIME140.dll: strstr VCRUNTIME140.dll: memset VCRUNTIME140.dll: std_type_info_destroy_list VCRUNTIME140.dll: intrinsic_setjmp VCRUNTIME140.dll: C_specific_handler VCRUNTIME140.dll: longjmp VCRUNTIME140.dll: _purecall VCRUNTIME140.dll: __std_terminate VCRUNTIME140.dll: std_exception_copy VCRUNTIME140.dll: std_exception_destroy VCRUNTIME140.dll: _CxxThrowException VCRUNTIME140.dll: CxxFrameHandler3 VCRUNTIME140.dll: RTDynamicCast VCRUNTIME140.dll: memcpy VCRUNTIME140.dll: memmove VCRUNTIME140.dll: memcmp VCRUNTIME140.dll: strchr api-ms-win-crt-runtime-l1-1-0.dll: _invalid_parameter_noinfo_noreturn api-ms-win-crt-runtime-l1-1-0.dll: _configure_narrow_argv api-ms-win-crt-runtime-l1-1-0.dll: _initialize_narrow_environment api-ms-win-crt-runtime-l1-1-0.dll: _initialize_onexit_table api-ms-win-crt-runtime-l1-1-0.dll: _errno api-ms-win-crt-runtime-l1-1-0.dll: _seh_filter_dll api-ms-win-crt-runtime-l1-1-0.dll: _register_onexit_function api-ms-win-crt-runtime-l1-1-0.dll: abort api-ms-win-crt-runtime-l1-1-0.dll: _initterm_e api-ms-win-crt-runtime-l1-1-0.dll: _initterm api-ms-win-crt-runtime-l1-1-0.dll: terminate api-ms-win-crt-runtime-l1-1-0.dll: exit api-ms-win-crt-runtime-l1-1-0.dll: _cexit api-ms-win-crt-runtime-l1-1-0.dll: _crt_atexit api-ms-win-crt-runtime-l1-1-0.dll: _execute_onexit_table api-ms-win-crt-heap-l1-1-0.dll: realloc api-ms-win-crt-heap-l1-1-0.dll: calloc api-ms-win-crt-heap-l1-1-0.dll: malloc api-ms-win-crt-heap-l1-1-0.dll: _callnewh api-ms-win-crt-heap-l1-1-0.dll: free api-ms-win-crt-stdio-l1-1-0.dll: setvbuf api-ms-win-crt-stdio-l1-1-0.dll: fwrite api-ms-win-crt-stdio-l1-1-0.dll: _fseeki64 api-ms-win-crt-stdio-l1-1-0.dll: fsetpos api-ms-win-crt-stdio-l1-1-0.dll: stdio_common_vsscanf api-ms-win-crt-stdio-l1-1-0.dll: fputc api-ms-win-crt-stdio-l1-1-0.dll: fgetpos api-ms-win-crt-stdio-l1-1-0.dll: fgetc api-ms-win-crt-stdio-l1-1-0.dll: ungetc api-ms-win-crt-stdio-l1-1-0.dll: fflush api-ms-win-crt-stdio-l1-1-0.dll: fclose api-ms-win-crt-stdio-l1-1-0.dll: _get_stream_buffer_pointers api-ms-win-crt-stdio-l1-1-0.dll: _pclose api-ms-win-crt-stdio-l1-1-0.dll: _popen api-ms-win-crt-stdio-l1-1-0.dll: __acrt_iob_func api-ms-win-crt-stdio-l1-1-0.dll: _getcwd api-ms-win-crt-stdio-l1-1-0.dll: fopen api-ms-win-crt-stdio-l1-1-0.dll: putc api-ms-win-crt-stdio-l1-1-0.dll: stdio_common_vfprintf api-ms-win-crt-stdio-l1-1-0.dll: feof api-ms-win-crt-stdio-l1-1-0.dll: fseek api-ms-win-crt-stdio-l1-1-0.dll: ftell api-ms-win-crt-stdio-l1-1-0.dll: ferror api-ms-win-crt-stdio-l1-1-0.dll: getc api-ms-win-crt-stdio-l1-1-0.dll: fgets api-ms-win-crt-stdio-l1-1-0.dll: stdio_common_vsprintf api-ms-win-crt-stdio-l1-1-0.dll: fread api-ms-win-crt-filesystem-l1-1-0.dll: _unlock_file api-ms-win-crt-filesystem-l1-1-0.dll: _lock_file api-ms-win-crt-string-l1-1-0.dll: _stricmp api-ms-win-crt-string-l1-1-0.dll: strcmp api-ms-win-crt-string-l1-1-0.dll: toupper api-ms-win-crt-string-l1-1-0.dll: islower api-ms-win-crt-string-l1-1-0.dll: isupper api-ms-win-crt-string-l1-1-0.dll: tolower api-ms-win-crt-string-l1-1-0.dll: strncmp api-ms-win-crt-string-l1-1-0.dll: isspace api-ms-win-crt-string-l1-1-0.dll: isdigit api-ms-win-crt-environment-l1-1-0.dll: getenv api-ms-win-crt-math-l1-1-0.dll: ceilf api-ms-win-crt-math-l1-1-0.dll: sin api-ms-win-crt-math-l1-1-0.dll: sqrt api-ms-win-crt-math-l1-1-0.dll: ceil api-ms-win-crt-math-l1-1-0.dll: sqrtf api-ms-win-crt-math-l1-1-0.dll: atanf api-ms-win-crt-math-l1-1-0.dll: asinf api-ms-win-crt-math-l1-1-0.dll: sinf api-ms-win-crt-math-l1-1-0.dll: powf api-ms-win-crt-math-l1-1-0.dll: floor api-ms-win-crt-math-l1-1-0.dll: exp api-ms-win-crt-math-l1-1-0.dll: cosf api-ms-win-crt-math-l1-1-0.dll: pow api-ms-win-crt-math-l1-1-0.dll: floorf api-ms-win-crt-math-l1-1-0.dll: atan api-ms-win-crt-math-l1-1-0.dll: atan2f api-ms-win-crt-math-l1-1-0.dll: cos api-ms-win-crt-math-l1-1-0.dll: acosf api-ms-win-crt-math-l1-1-0.dll: tanf api-ms-win-crt-math-l1-1-0.dll: ldexp api-ms-win-crt-math-l1-1-0.dll: frexp api-ms-win-crt-utility-l1-1-0.dll: srand api-ms-win-crt-utility-l1-1-0.dll: rand api-ms-win-crt-convert-l1-1-0.dll: strtoul api-ms-win-crt-convert-l1-1-0.dll: atoi api-ms-win-crt-convert-l1-1-0.dll: atof api-ms-win-crt-convert-l1-1-0.dll: strtol api-ms-win-crt-convert-l1-1-0.dll: strtod

Process finished with exit code 0

brechtsanders commented 5 years ago

Are you referring to JPEG62.DLL? Dependancy Walker is also complaining about it in your screenshot. What happens if that file is available in the PATH?

CaeruleusAqua commented 5 years ago

Yes, I'm referring to JPEG62.DLL!

I checked the variable PATH, but the same result!

CaeruleusAqua commented 5 years ago

The error is already in the "pefile_list_imports" function, which does not find the module .

brechtsanders commented 5 years ago

Can you send me this DLL or a DLL that reproduces the problem?

CaeruleusAqua commented 5 years ago

Yes! https://drive.google.com/drive/folders/15XFIfZxHl_pl6XXXeclCF8nNnWAxb988?usp=sharing

OSGSystem.dll misses JPEG62.dll wxbase312u_vc_x64_custom.dll misses expat.dll

Compiler was MSVC 19.21.27702.2 (VisualStudio 2019)

brechtsanders commented 5 years ago

Hi, I found the reason. Functions from JPEG62.dll were imported by ordinal number and not by function name. I have added support for this now in the current SVN sources and this will be included in the next release. Regards Brecht

brechtsanders commented 5 years ago

Fixed in version 0.1.6