1
Using Code::Blocks / 25.03: $if(condition){}{} does not work any more
« Last post by coxygene on Today at 03:04:58 pm »When "$if(cond){}{}" is used, it will corrupt the concatenated result string, skipping x characters!
Ex: I use global variables to link the project with the right library
$if(${#vdll_fox}){DLL_FOX-1-7-79}{LIB_FOX}
Ex: I use global variables to link the project with the right library
$if(${#vdll_fox}){DLL_FOX-1-7-79}{LIB_FOX}