Sorry if this is a dumb question but....
I've created my executable. If I double-click it, it runs fine.
So then I've tried to create a fully-installable program using Inno installer. When I install and run my progam, I get a memory access violation. I can only assume this means that I'm missing a file or something, but I've checked and I don't think I am.
I AM using 2 .dll's. First time round, I didn't add these to the installer program and I got a 'user lib' error when Blitz tried to start the program. So I added them, and now I'm getting a MAV. So..... I guess what I'm asking is, where would I add the .dll's in the installer??
I've created my executable. If I double-click it, it runs fine.
So then I've tried to create a fully-installable program using Inno installer. When I install and run my progam, I get a memory access violation. I can only assume this means that I'm missing a file or something, but I've checked and I don't think I am.
I AM using 2 .dll's. First time round, I didn't add these to the installer program and I got a 'user lib' error when Blitz tried to start the program. So I added them, and now I'm getting a MAV. So..... I guess what I'm asking is, where would I add the .dll's in the installer??