From 8ce214afdf8648a73014cdcfaba6ce46672e2b13 Mon Sep 17 00:00:00 2001 From: Jordan Santiago <61796448+JordanSantiagoYT@users.noreply.github.com> Date: Mon, 23 Dec 2024 02:21:18 -0500 Subject: [PATCH] Update BUILDING.md --- BUILDING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BUILDING.md b/BUILDING.md index afb697f5043..573268db91f 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -107,4 +107,8 @@ To fix that, install the `g++` package for your Linux Distro, names for said pac e.g: Fedora is `gcc-c++`, Gentoo is `sys-devel/gcc`, and so on. +### "I have an error saying ApplicationMain.exe : fatal error LNK1120: 1 unresolved externals!" + +Run `lime test cpp -clean` again, or delete the export (more specifically, export/obj) folder and compile again. + ---