T O P I C R E V I E W |
firat |
Posted - Dec 12 2017 : 00:23:25 Hello, First of all thank you for providing the source code of FasterCap. I am trying to compile FasterCap in Windows 7 with Code::Blocks(16.01) and TDM-GCC(5.1.0) following the guidelines in the README file. I think that I have successfully built wxWidgets(3.0.3), both debug and release build targets. However I am having trouble defining the Code::Blocks global variable wx. I would like to include here a screenshot of my definition window but I don't know how include pictures here. Anyway I have the following defined in the Global Variable Editor: Current set: default Current variable: wx Built-in fields: base: C:\wxWidgets-3.0.3 include: C:\wxWidgets-3.0.3\include lib: C:\wxWidgets-3.0.3\lib Unfortunately above setting gives the following error in wx_pch.h file when I try to build FasterCap: fatal error (line 31): wx/wx_prec.h: No such file or directory Thank you.
Firo |
1 L A T E S T R E P L I E S (Newest First) |
Enrico |
Posted - Dec 12 2017 : 12:33:26 Hi Firo,
thank you for your interest in our FasterCap solver.
Related to your question; you would not need to define the 'include' and 'lib' subdirectories, the base member definition is enough. However this in itself should not trigger any error.
Did you select the right target i.e. "Win64_Release"?
Best Regards, Enrico
|
|
|