<div dir="ltr">Hi all, <div><br></div><div>I'm trying to do some modifications on a MDAL driver. I have two questions. The first is about compiling the mdal.dll and the second is about the procedure for testing the modification.</div><div><br></div><div>1. I'm following exactly the build steps on the MDAL repository but I get some errors while building and no mdal.dll is being generated. The errors are the following:<br><br></div><div>Error    C3892   'wstr': you cannot assign to a variable that is const</div><div>Error       C2664   'int MultiByteToWideChar(UINT,DWORD,LPCCH,int,LPWSTR,int)': cannot convert argument 5 from 'const _Elem *' to 'LPWSTR'</div><div>Error      C2664   'int WideCharToMultiByte(UINT,DWORD,LPCWCH,int,LPSTR,int,LPCCH,LPBOOL)': cannot convert argument 5 from 'const _Elem *' to 'LPSTR' </div><div>Error        C1083   Cannot open include file: 'mdal_config.hpp': No such file or directory<br></div><div><br></div><div>2. The best way for testing the modification is to recompile QGIS with make option MDAL INTERNAL set to OFF and then change the mdal.dll?</div><div><br></div><div>Thanks!</div></div>