Hi Ketil,
The Addin template which comes with RadAsm appears to be out of date. It doesn't even support the Addin-Manager.
Attached is what I tried to come up with but for some crazy reason I can't get the Dialog to display.
Mind having a quick look?
Cheers,
Jimmy
The Addin template which comes with RadAsm appears to be out of date. It doesn't even support the Addin-Manager.
Attached is what I tried to come up with but for some crazy reason I can't get the Dialog to display.
Mind having a quick look?
Cheers,
Jimmy
Hi JimmyClif
You must use Project Options and add a ,4 to te link command in order to link resources.
Link: 7,O,$B\LINK.EXE /SUBSYSTEM:WINDOWS /DLL /DEF:$6 /LIBPATH:"$L" /OUT:"$7",3,4
Yes, the template is getting a little old. I will update it.
KetilO
You must use Project Options and add a ,4 to te link command in order to link resources.
Link: 7,O,$B\LINK.EXE /SUBSYSTEM:WINDOWS /DLL /DEF:$6 /LIBPATH:"$L" /OUT:"$7",3,4
Yes, the template is getting a little old. I will update it.
KetilO
Great - Thank You.