belangeo/cookdsp

compiler issue

micsthepick opened this issue · 5 comments

pvf 64 bit compile fails on the following command:

"C:\CodeBase\CodeBase\Bin\cb.exe" -tos=win64         "myplugin.cb -debug -s -c" 
Error: File not found - 'myplugin.cb -debug -s -c'

this was on a new VST CodeBase project, and changing to VST cpp has the same issue.

and if I go back to using the usual method of compilation via batch file, I get the following additional error:

fatal error: D:/Programming/t/RunTime/Classes/clsSCI/Inc/SciLexer.h: No such file or directory
  339 | #include "D:/Programming/t/RunTime/Classes/clsSCI/Inc/SciLexer.h"

and finally, using the following file as a drop in replacement: http://freesourcecode.net/cprojects/109969/sourcecode/SciLexer.h
and changing the include path to point to that file, I run into the following error:

error: 'cb_GetWndData' was not declared in this scope; did you mean 'cb_GetWndDPI'?

oops, silly me, had the wrong window open when creating this issue, it's meant to be in VisualCodeBase/CodeBase