are we enable to use Microsoft backgammon dll in our application?
http://msdn.microsoft.com/en-us/library/aa939626%28WinEmbedded.5%29.aspx
for example Bckg.dll is game logix.
can we use it in out application?
are we enable to use Microsoft backgammon dll in our application? http://msdn.microsoft.com/en-us/library/aa939626%28WinEmbedded.5%29.aspx for example
Share
Bckg.dll is not a COM component, it doesn’t have a type library. All you can eke out of it is the names of the exported functions. Dumpbin.exe /exports shows this:
RemoveKibitzer sounds very interesting. Anyhoo, you can’t reverse-engineer the arguments of these functions from the dump. MessageHandler and ProcessMessage would typically be your ultimate nemesis with just no way to figure out exactly what kind of messages are processed and handled. This is a no-go.
Public service message for anyone interested in running the superior XP version on Vista or Win7: after copying the c:\program files\msn gaming zone\windows folder, run zClientm /regserver at the command prompt to get it installed.