FutureAIGuru / BrainSimII

Neural Simulator for AGI research and development
http://brainsim.org
MIT License
87 stars 25 forks source link

BrainSim Doesn't Build on VS 2022 Preview 3.1 #186

Closed FutureAIGuru closed 2 years ago

FutureAIGuru commented 3 years ago

Describe the bug This is just a project reminder that we'll have to be compatible with VS 2022 when it is finalized. Right now, everything compiles but their are errors in references and the program won't link. I suspect the linker is looking in the wrong places for the dlls.

Errors are Namespace NeuronEngine not found namespace NeuronArrayBase not found namespace webCamLib not found metadata file ...neuronserver.exe not found metadata file ...touchless.vision.dll not found (28 errors total)

At the same time, we should consider targeting .Net 6 (as this is on the pathway to cross-platform)

Application: ALL Brain Simulator, Neuron Engine, Neuron Server, CppEngineTest, CsEngineTest