If I create project with main dialog, add SqlCtrl package and SqlArray -control into it, it won't compile:
main.cpp
C:\MyApps\sqlarr/sqlarr.lay(2) : error C2146: syntax error : missing ';' before identifier 'arraysql'
C:\MyApps\sqlarr/sqlarr.lay(3) : see reference to class template instantiation 'WithsqlarrLayout<T>' being compiled
C:\MyApps\sqlarr/sqlarr.lay(2) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\MyApps\sqlarr/sqlarr.lay(2) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\MyApps\sqlarr/sqlarr.lay(2) : error C2146: syntax error : missing ';' before identifier 'arraysql'
c:\myapps\sqlarr\sqlarr.h(11) : see reference to class template instantiation 'WithsqlarrLayout<T>' being compiled
with
[
T=TopWindow
]
C:\MyApps\sqlarr/sqlarr.lay(2) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\MyApps\sqlarr/sqlarr.lay(2) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1 file(s) compiled in (0:01.25) 1250 msec/file
There were errors. (0:01.53)