The MASM Forum Archive 2004 to 2012

Specialised Projects => Compiler Based Assembler => Pelle's C compiler and tools => Topic started by: noman9607 on April 09, 2006, 07:45:47 PM

Title: Petzold code won't compile - Fixed!
Post by: noman9607 on April 09, 2006, 07:45:47 PM
I am learning c and windows by going through the classic petzold book. Doing it in powerbasic too but that is another story.
I get a lot "unresolved external symbols" in the output window and the compilation fails.
I have installed just recently so this must be some sort of installation problem I would guess.
I have checked the microsoft extensions and read the faq file over at the compiler forum site.
I can load compile and execute this same code with no problems in the lcc compiler :toothy
The wizards work-compile and execute just fine. I attached code in the Pell's forum.
thanks,

FIXED!!! Thought I would leave the msg here for somebody to learn from.

--\options\folders\Libraries  - I just flipped the order of "C:\program files\pellesc\lib\win" and I am good to go.