I don't seem to be getting a AIM_RCUPDATE message at all?
Wayne
Wayne
Hi Wayne
AIM_RCUPDATE is sendt when you close the Versioninfo or Resource dialog.
ReallyRad uses this message to update main RC file, so it works.
KetilO
AIM_RCUPDATE is sendt when you close the Versioninfo or Resource dialog.
ReallyRad uses this message to update main RC file, so it works.
KetilO
I did not mean to imply it did'nt work.
I modified ReallyRad to this:
I do get The message for version, but I don't see it for resource. But, main rc is updated.
No version problems this time.. everything was downloaded from your site.
Thanks,
Wayne
I modified ReallyRad to this:
.elseif eax==AIM_RCUPDATE
.if wParam==1 && fAddRes
PrintText "RC"
invoke AddResources,lParam
mov eax,lpDStruct
inc [eax].ADDINDATA.fResChanged
.elseif wParam==2 && fAddVer
PrintText "VR"
invoke AddVersioninfo,lParam
mov eax,lpDStruct
inc [eax].ADDINDATA.fResChanged
.endif
I do get The message for version, but I don't see it for resource. But, main rc is updated.
No version problems this time.. everything was downloaded from your site.
Thanks,
Wayne
Hi Wayne
Very strange since main RC is updated. :confused:
KetilO
Very strange since main RC is updated. :confused:
KetilO