SolTrace 3.0.0

Here you can find everything you need to know about Dll-Files. You can also share your knowledge regarding the topic.

Moderators: DllAdmin, DLLADMIN ONLY

Post Reply
seyeodeleye7
Posts: 1
Joined: 24 Aug 2018, 05:46

SolTrace 3.0.0

Post by seyeodeleye7 »

Hello there,
i've got a new software named Soltrace 3.0.0 on my 32-bit Windows 7 system. I have been updating the .dll files as requested during launching but the list of .dll needed files seems endless as every launching requires a new .dll file and it's really taking forever. Pls, can someone help with the needed .dll files to help save time and effort.

Thanks!

advertisement
DllAdmin
Site Admin
Posts: 452
Joined: 17 Mar 2011, 12:32
Contact:

Re: SolTrace 3.0.0

Post by DllAdmin »

Hi,

Quick Steps for Building SolTrace:
For detailed build instructions see the wiki, with specific instructions for:

Windows
OSX
Linux
These are the general quick steps you need to follow to set up your computer for developing SolTrace:

Set up your development tools:

Windows: Visual Studio 2017 Community or other editions available at https://www.visualstudio.com/.
Linux: g++ compiler available at http://www.cprogramming.com/g++.html or as part of the Linux distribution.
Download the wxWidgets 3.1.0 source code for your operating system from https://www.wxwidgets.org/downloads/.

Build wxWidgets.

In Windows, create the WXMSW3 environment variable on your computer to point to the wxWidgets installation folder, or Linux, create the dynamic link /usr/<USERNAME>/local/bin/wx-config-3 to point to /path/to/wxWidgets/bin/wx-config.

As you did for wxWidgets, for each of the following projects, clone (download) the repository, build the project, and then (Windows only) create an environment variable pointing to the project folder. Build the projects in the following order, and assign the environment variable for each project before you build the next one.

From https://github.com/NREL/SolTrace

Post Reply