About Store Forum Documentation Contact



Post Reply 
I get this error on building first sample
Author Message
tipforeveryone Offline
Bronze Supporter

Post: #1
I get this error on building first sample
Main.cpp
C:\Esenthel\Projects\_Build_\1 - Basic App\Source\Main.cpp(34,12): error C2065: 'AZURE': undeclared identifier [C:\Esenthel\Projects\_Build_\1 - Basic App\Project.vcxproj]
C:\Esenthel\Projects\_Build_\1 - Basic App\Source\Main.cpp(34,18): error C2059: syntax error: ')' [C:\Esenthel\Projects\_Build_\1 - Basic App\Project.vcxproj]
06-10-2020 09:00 AM
Find all posts by this user Quote this message in a reply
tipforeveryone Offline
Bronze Supporter

Post: #2
RE: I get this error on building first sample
It happens only to 1 - Basic App, because I try to copy code from another tutorial to Main file of it and error occurs
06-10-2020 10:37 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #3
RE: I get this error on building first sample
Perhaps you're using source edition, and you didn't process all tasks in "Esenthel Builder" tool?

It's defined here:
https://github.com/Esenthel/EsenthelEngi...olor.h#L65

Also you can try in Esenthel Editor "Build\Clean"
06-10-2020 04:48 PM
Find all posts by this user Quote this message in a reply
tipforeveryone Offline
Bronze Supporter

Post: #4
RE: I get this error on building first sample
Thanks for your reply, Build\Clean works!
06-11-2020 03:31 AM
Find all posts by this user Quote this message in a reply
Post Reply