User forums > General (but related to Code::Blocks)
Project wizard crashes CB
huycan:
Maybe you should try to put the project.RemoveBuildTarget here:
--- Code: ---// Debug build target
local target = project.GetBuildTarget(Wizard.GetDebugName());
if (!IsNull(target))
//SetupTarget(target, true);
project.RemoveBuildTarget(Wizard.GetDebugName());
}
--- End code ---
I am just trying to help out, since my computer not crashing either way.
oBFusCATed:
--- Quote from: huycan on May 22, 2020, 06:22:37 am ---I am just trying to help out, since my computer not crashing either way.
--- End quote ---
This is the beauty of memory corruptions :)
Navigation
[0] Message Index
[*] Previous page
Go to full version