Download Pelles C here: http://www.pellesc.se
Quote from: Pelle on July 20, 2026, 02:55:21 PMQuote from: StevenCooper on July 19, 2026, 08:15:51 AMPOLINK: error: Unresolved external symbol '__stod' - referenced from 'C:\Users\steco\Documents\Pelles C Projects\LotteryScratchOffs\output\LotteryScratchOffs.obj'.__stod() was an internal helper function, no longer needed, and (obviously) never documented.
This symbol can't pop out of thin air, so the most likely reasons are:
1) you are somehow pulling in (old) #include files from the wrong directory
2) the file LotteryScratchOffs.obj is not (re)built properly, or the associated source file (LotteryScratchOffs.c ?!) contains some private reference to __stod.
Quote from: Pelle on July 20, 2026, 03:22:29 PMQuote from: MrBcx on July 18, 2026, 04:13:31 PMThe main thing is: DO NOT use spaces in your folder name.Pelles C was tested from the start with spaces in the path. This has always worked here.
Quote from: Vortex on July 14, 2026, 03:56:05 PMRegarding the keyword ALIAS :The ALIAS directive is not very useful. It was once added because MASM had it, but the implementation in POASM was always a bit backwards because of related support for other "weak external" symbols. Trying to clean this up now made POASM better, but of course then it fails in POLINK (now fixed).
Could you give an example?
Quote from: PabloMack on July 19, 2026, 05:17:02 AMI am running Windows 10. I installed PellesC in an Admin account for everyone but I am trying to use it under a non-privilege account.This have been tested in the past, but not recently. Then again, I doubt much have changed (in the installer at least)...
Quote from: MrBcx on July 18, 2026, 04:13:31 PMThe main thing is: DO NOT use spaces in your folder name.Pelles C was tested from the start with spaces in the path. This has always worked here.
Quote from: StevenCooper on July 19, 2026, 08:15:51 AMPOLINK: error: Unresolved external symbol '__stod' - referenced from 'C:\Users\steco\Documents\Pelles C Projects\LotteryScratchOffs\output\LotteryScratchOffs.obj'.__stod() was an internal helper function, no longer needed, and (obviously) never documented.
Page created in 0.070 seconds with 15 queries.