10.09.2010, 23:17
(
Последний раз редактировалось TheBlackRazer; 10.09.2010 в 23:29.
)
Maybe there is a way.
The only question is, if itґs possible with making a plugin for sa-mp.
I found this information on the web. So C++ and C# could communicate very easy.
http://stackoverflow.com/questions/5...-c-application
So, if you send strings in form as a command (like "saveXML("user1", "password1")) you can do it.
All you need is the function to invoke methods.
I think itґs worth a try. And i will try it
EDIT: Here is the best information off all. So you wouldnґt need any named pipe. The solution is: Bridges.
But this is something for the developer team ... (http://www.codeproject.com/KB/dotnet/bridge.aspx)
The only question is, if itґs possible with making a plugin for sa-mp.
I found this information on the web. So C++ and C# could communicate very easy.
http://stackoverflow.com/questions/5...-c-application
So, if you send strings in form as a command (like "saveXML("user1", "password1")) you can do it.
All you need is the function to invoke methods.
I think itґs worth a try. And i will try it
EDIT: Here is the best information off all. So you wouldnґt need any named pipe. The solution is: Bridges.
But this is something for the developer team ... (http://www.codeproject.com/KB/dotnet/bridge.aspx)