Posts for robot

Post subject: Re: How about using static link?
Experienced Forum User
Joined: 10/16/2005
Posts: 3
nitsuja wrote:
robot wrote:
I find the download DLLs are all about c run time and MFC stuff, how about compile VBA-Record using MFC as static library to get rid of the need of DLL?
I already tried this, but I couldn't get it to work. If you can provide instructions for doing this correctly I can try it again.
I like to use VBA-Record, and very glad to help. I think this way should work: (1) change all AfxLoadLibrary to LoadLibrary (2) change all AfxFreeLibrary to FreeLibrary (3) change the following compiler settings
Post subject: How about using static link?
Experienced Forum User
Joined: 10/16/2005
Posts: 3
Just a suggestion not a request. I find the download DLLs are all about c run time and MFC stuff, how about compile VBA-Record using MFC as static library to get rid of the need of DLL?
Post subject: VBA recording really cool
Experienced Forum User
Joined: 10/16/2005
Posts: 3
VBA recording many features are really cool, and fixed the HDMA5 bug in GBC emulation. Even official latest build v1.8b3 not fixed this bug yet.