Download Pelles C here: http://www.pellesc.se
.386
.model flat,stdcall
option casemap:none
ExitProcess PROTO :DWORD
MessageBoxA TEXTEQU <MessageBoxA>
.code
start:
invoke MessageBoxA,0,0,0,0
invoke ExitProcess,0
END start
.Quote from: PhilG57 on March 22, 2026, 04:21:39 PMIt would be nice, if when working on a "workspace" with multiple "projects", various options of the project (compiler level, flags, libraries, link options for libraries, etc.), could be inherited from the workspace. Those project options inherited from the workspace would all be the same for each individual project, while projects needing unique options would specify those in the project's .ppj or whatever file. Thanks.
Page created in 0.077 seconds with 15 queries.