 |
|
 |
I have a game made with MS Agent a .acf file,
and need to get code source of this file.
Exist a decompiler for this kind of file?
Thank you.
|
|
|
|
 |
|
 |
rally amazing to meet a programmer such as you and very humble in heart could you tell me what are the specified animations for MSagent the regular one i mean that i know the code saying play " ave" and play"gesture" what else are the other animatioins names please
AnimationNames (collection)
my email is btyhusa@yahoo.com waiting on the email for your ansewr and many thanks for your project
|
|
|
|
 |
|
 |
Just like someone bfore me, I would like to know how I can make the agent ask for something which requires the user to do something, like clicking on a button.
TIA
Fredrik
|
|
|
|
 |
|
 |
So far I like your wrapper, but when it comes to listing all available voices neither your programm, nor that of another article on this site on the same subject gives an answer. Maybe it is too simple? So far I could only spot solutions in Visual Basic.
Any solutions on this subject should in my view answer some simple questions first:
1. is MS agent available on a computer?
2. what are the available characters?
3. what are the available voices/languages (I am not sure if there is a distinction, I believe a voice can speak different languages, but then a voice would be almost the same as a character, whereas the idea is to have characters be able to have different voices, which is maybe somewhat odd)
4. What are the gestures/animations, that a character can do?
Your program answers önly question 4. Why?
prudnik 18.12.07
prudnik
|
|
|
|
 |
|
 |
What is the suitable c code to program PIC16F877A to measure temperaure using LM35 transistor and display the result in seven segment display?
|
|
|
|
 |
|
 |
i want to know how the context menu hide function works
|
|
|
|
 |
|
 |
Hi there,
I am using Borland C++ BuilderX application -- it appears to be using a slightly different version of C+ -- the above example is not working...do you have any thoughts on adjustments in order to make it work fine.
Cheers.
|
|
|
|
 |
|
 |
hi..
can somebody please tell me..how can you display multiple index info for query that matches the database
|
|
|
|
 |
|
 |
hi..
can we use ms agent in our website without uploading it(for demo purpose only)?
should i get the license if i wanted to do this?
|
|
|
|
 |
|
 |
Is it possible to automaticly start recording the sound to file?
build my own UI , can I have sample ?
|
|
|
|
 |
|
 |
Thanks for your demo. It has been a great start for me
I really needed it in my project
but I have one problem that I urgently need help for. I don't know how to mix animation with speech . for example to let the agent say "Hello" while greeting
I hope you have the time to help me
Best Regards
|
|
|
|
 |
|
 |
When I try to start a program I get the error:
"The ordinal 5076 could not be located in the dynamic link library MFC42D.DLL"
I did not program this file for myself, so I don'have the source code. What can I do to make this program work?
|
|
|
|
 |
|
 |
this has nothing to do with the source code coz it's an application extension file in your windows system. you might want to download a newer version of this dll file and install it on your computer.
|
|
|
|
 |
|
 |
Hello,
I downloaded and compiled the sample. No compiler errors, but when I execute it I get a runtime error. Have you seend this before? Does anyone else get this?
Any help would be greatly appreciated. Also, the Agent does appear and I can even move it around, but the app asserts.
Tony
|
|
|
|
 |
|
 |
More on the Assertion...
Santosh,
I have compiled it in Dev Studio 7 and received no compiler errors, but when it executes I get an assertion at the following line of code:
CWnd *pWnd = m_obAgent.GetParent();
In MsAgentWrapper.cpp, line 219.
It appears that the hWnd of m_obAgent is null. I do not know if that means anything , a I am just now starting to look through the code to understand what is going on.
Has anyone seen this before? Do you know what could be causing this?
Any help would be greatly appreciated.
|
|
|
|
 |
|
 |
C:\Temp\MSAgent\MsAgentWrapper.cpp(226) : error C2065: 'UserHidViaCharacterMenu' : undeclared identifier
C:\Temp\MSAgent\MsAgentWrapper.cpp(310) : error C2065: 'BALLOON_STYLE_BALLOON_ON' : undeclared identifier
C:\Temp\MSAgent\MsAgentWrapper.cpp(313) : error C2065: 'BALLOON_STYLE_SIZETOTEXT' : undeclared identifier
C:\Temp\MSAgent\MsAgentWrapper.cpp(316) : error C2065: 'BALLOON_STYLE_AUTOPACE' : undeclared identifier
C:\Temp\MSAgent\MsAgentWrapper.cpp(319) : error C2065: 'BALLOON_STYLE_AUTOHIDE' : undeclared identifier
These aren't declared anywhere in the projecct. Thinking maybe they were part of a lib I searched the INet for them and found nothing.
??????????????
|
|
|
|
 |
|
 |
Hi,
I've been playing with MS example code for agents that works fine. Hower your application or any application that is not Microsoft code returns this error when it starts executing. "The Ordinal 5076 could not be located in dynamic link library MFC42D.dll". Anybody has any idea what this is all about?
Sanyin Bitchainch
|
|
|
|
 |
|
 |
I experienced the same problem working on another example involving an exe and a dll file. I found a workaround changing the active configuration to 'Release' for both files. By some reason the 'Debug' conf. didn't work, no idea why.
I hope it solves your problem.
Teis
|
|
|
|
 |
|
 |
Good call Teis - changing the active configuration to 'Release' solved the problem for me.
--Bill
|
|
|
|
 |
|
 |
I switched from using MFC as a shared DLL to a static library and debug builds worked.
|
|
|
|
 |
|
 |
Santosh,
The demo source compiled with no problem with VC++6 and I found your coding and inline documentation to be very clean. Thanks much for sharing this with the world anbd the great job!
Regards,
Paul Kissel
|
|
|
|
 |
|
 |
I am a new MS Agent programmer (With VB)
I need someone to create me a character
for MS Agent, or at least all the bitmaps
for it, then ill put it together.
Thanks,
Chris
|
|
|
|
 |
|
 |
After I added ActiveX control to this demo project ,
I can't run the project because of "Assertion failed"
dialog.
Please tell me why this happens.
I think that this is because this project itself doesn't
support ActiveX control.
saru
|
|
|
|
 |
|
 |
Hello,
i've tried to integrate MS Agent into MS Access 2002. Propably i do something wrong because it don't work at all. However everything is installed propperly and the ActiveX control is also into the library.
Can someone give me a demo or a good documentated explanation that will work in Access2002 so that i can see what i doing wrong and learn out it.
Many thanks and best regards,
Robert
|
|
|
|
 |
|
 |
Compiling...
Hi
given below is the error that is generated on compiling your code
Please help me out
also what is the format of acf file, etc
i need to do speech regognition using MS agent in cpp. How do go about it
thanks
Abhishek Jain
MsAgentWrapper.cpp
C:\csidc\speech\MSAgentCtrl_src\MsAgentWrapper.cpp(226) : error C2065: 'UserHidViaCharacterMenu' : undeclared identifier
C:\csidc\speech\MSAgentCtrl_src\MsAgentWrapper.cpp(310) : error C2065: 'BALLOON_STYLE_BALLOON_ON' : undeclared identifier
C:\csidc\speech\MSAgentCtrl_src\MsAgentWrapper.cpp(313) : error C2065: 'BALLOON_STYLE_SIZETOTEXT' : undeclared identifier
C:\csidc\speech\MSAgentCtrl_src\MsAgentWrapper.cpp(316) : error C2065: 'BALLOON_STYLE_AUTOPACE' : undeclared identifier
C:\csidc\speech\MSAgentCtrl_src\MsAgentWrapper.cpp(319) : error C2065: 'BALLOON_STYLE_AUTOHIDE' : undeclared identifier
Error executing cl.exe.
MsAgentHelp.exe - 5 error(s), 0 warning(s)
|
|
|
|
 |