Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • N nle
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Sergey Kireev
  • nle
  • Wiki
  • using cpp windows

using cpp windows · Changes

Page history
Update using cpp windows authored Nov 17, 2021 by Sergey Kireev's avatar Sergey Kireev
Hide whitespace changes
Inline Side-by-side
using-cpp-windows.md
View page @ 3f3871c6
......@@ -110,3 +110,11 @@ $ ./load_run.bat data.dat 100
```
./make_pics.bat 1000
```
### Возможные проблемы
Скомпилированная программа `nle.exe` может падать с ошибкой, если в переменной окружения `PATH` прописан путь, по которому лежит библиотека `libstdc++-6.dll` с версией, отличной от используемой компилятором. Например, такая ситуация наблюдалась, когда в системе установлены:
* gnuplot
* Strawberry Perl
* ...
В этом случае можно порекомендовать отредактировать системную переменную `PATH`, убрав оттуда пути к конфликтующей библиотеке на время работы с программой `nle.exe`.
* Для Windows 7: Пуск -> Компьютер -(Right Click)-> Свойства -> Дополнительные параметры системы -> Переменные среды -> Системные переменные : выбрать переменную "Path" -> "Изменить" -> Отредактировать поле "Значение переменной" : найти и удалить из строки соответствующие пути, нажать "OK".
\ No newline at end of file
Clone repository
  • Home
  • project structure
  • using cpp linux
  • using cpp windows
  • using processing