> As Mark say, resedit doesn't know anything about Windows Set
> Environment.
>
> I believe that the %RESOURCES% is put there by resedit, and I have
> no clue what it does, no harm as I can see.
>
> But the  #include "%RESOURCE_HEADER%" together with %barefilename%
> makes a difference, when you save the .rc file, it will put the
> name of the .rc file as the .h file in the include statement in the
> .rc file
>
>
> On win 7/8
> I use these cmd lines to start a cmd prompt for x64/x86
> compile/link of oodialog
>
> C:\Windows\System32\cmd.exe /E:ON /V:ON /T:0E /K "C:\Program
> Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /release /win7
> /x64
>
> for x86 I use (works for Win XP compiles also)
> C:\Windows\System32\cmd.exe /E:ON /V:ON /T:0E /K "C:\Program
> Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /release /win7
> /x86
>
> to make a .dll from a .rc file I use one of the above cmd prompts
> and then execute a  version of Marks makedll.rex  to produce a .dll
> from a .rc script,
> I use makedll.rex  for x86  and makedll64  for x64 (/MACHINE:X64)
>
>
> /hex
>
Thanks for the details.. I appreciate it.

--
  Art Heimsoth - artst...@artheimsoth.com

------------------------------------------------------------------------------
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to