30:localfltkpath_descr=_T("Please select the location of FLTK on your computer.\n"+31:"This is the top-level folder where FLTK was installed (unpacked).\n"+32:"To help you, this folder must contain the subfolders\n"+33:"\"include\" and \"lib\".\n\n")+34:"You can also use a global variable, p.e. $(#fl)\n");
line 33... there is a right parenthesis at the end which is misplaced... In the release 20.03... line 34 not existed... someone add that line and forgot to take out the parenthesis at line 33... so the new code would be:
30:localfltkpath_descr=_T("Please select the location of FLTK on your computer.\n"+31:"This is the top-level folder where FLTK was installed (unpacked).\n"+32:"To help you, this folder must contain the subfolders\n"+33:"\"include\" and \"lib\".\n\n"+34:"You can also use a global variable, p.e. $(#fl)\n");
What? So the problem is that the fltk files have H for extension instead of h?
No... the problem is the right parenthesis is at the wrong line....
Then why you have changed the extension. Please explain which problem are you fixing exactly.
Ok... sorry for the messed up...
The problem is this... old code:
line 33... there is a right parenthesis at the end which is misplaced... In the release 20.03... line 34 not existed... someone add that line and forgot to take out the parenthesis at line 33... so the new code would be:
I am attaching the new patch file...
But what is the error? It doesn't work? I can see that you've moved the parentesis.
There are reports on the forum that the wizard doesn't work with newer versions of FLTK. Are you able to make a full project with this wizard?
Yes... I build the latest fltk 1.3.5.. and able to use this script....
As for the error... without deleting the parenthesis... the script will stop and cannot continue...