Hi!
At the moment I'm working through the Tut #8 from Icz.
I'm working with RadAsm und I've got an .asm-File and an .rc-File
I put in both Files the sourcecode from the tut (Copy&Past, just to check if its working)
There is no errormsg when I compile. But when I start the Prog there is only the Window without any Menu. I though its probably because of the .rc-File wasn't compiled properly.
Does anybody know where the error might be?
PS: Sorry, but I didn't know for what to search ;)
Might be that the problem was discussed jet.
At the moment I'm working through the Tut #8 from Icz.
I'm working with RadAsm und I've got an .asm-File and an .rc-File
I put in both Files the sourcecode from the tut (Copy&Past, just to check if its working)
There is no errormsg when I compile. But when I start the Prog there is only the Window without any Menu. I though its probably because of the .rc-File wasn't compiled properly.
Does anybody know where the error might be?
PS: Sorry, but I didn't know for what to search ;)
Might be that the problem was discussed jet.
first let it compile the resource file and afterwards use the build option. That should cure it I think.
if not, check return values, if necessary assemble manually yourself.
if not, check return values, if necessary assemble manually yourself.
Got the Prob:
I forgot the Parameter ",4" at Linking.
I deleted it, because before when I worked without .rc-File there was an Error-Msg
I forgot the Parameter ",4" at Linking.
I deleted it, because before when I worked without .rc-File there was an Error-Msg