|
Author |
Thread Statistics | Show CCP posts - 0 post(s) |

dan Rotsuda
Order of Order Red Alliance
0
|
Posted - 2012.01.24 20:35:00 -
[1] - Quote
Hello!
Please help: Progamming on C#! I try to use this construction:
using EveAI.Live; using EveAI.Live.Character; ........ private void button1_Click(object sender, EventArgs e) { AuthenticationData auth = new AuthenticationData(); auth.VCode = "........."; auth.KeyID= ........; //or without it EveApi api = new EveApi(auth.KeyID, auth.VCode);//here ID and VerCode CharacterSheet charSheet = api.GetCharacterSheet(); Name111.Text = charSheet.CorporationName; } and i have an error: NullReferenceExeption, e.q. charSheet.CorporationName havn`t any values!
What should i do with it? |

dan Rotsuda
Order of Order Red Alliance
0
|
Posted - 2012.01.24 21:17:00 -
[2] - Quote
How can i get CharacterID in C#, pls! |

dan Rotsuda
Order of Order Red Alliance
0
|
Posted - 2012.01.26 06:42:00 -
[3] - Quote
Pplease help! My code for api.getApiKeyInfo is in C#:
APIKeyInfo AKI = api.getApiKeyInfo();
listBox1.Items.Add(AKI.Characters);
something wrong i know! But what should i write to see an CharacterID and other in my listbox?
in result i see (Collection) in listBox field!!! |

dan Rotsuda
Order of Order Red Alliance
0
|
Posted - 2012.01.26 10:08:00 -
[4] - Quote
Thanks for the test! But where i can find a portrait of character? |

dan Rotsuda
Order of Order Red Alliance
0
|
Posted - 2012.01.31 18:03:00 -
[5] - Quote
Well, i have a problem or question, i don`t know how it looks! 2 characters on 1 account, and user create Customizable API keys for All Character! Can i get Customizable API keys for each character(1,2,3), or he should to create Customizable API keys for each character manually and then send it to me!!!! And how can i get a list of all known skills of character? |

dan Rotsuda
Order of Order Red Alliance
0
|
Posted - 2012.02.04 09:47:00 -
[6] - Quote
well! i can get from character all learned skills from him! How can i compare his skills with skills needed to fly on drake! i need to get items skills! How? |

dan Rotsuda
Order of Order Red Alliance
0
|
Posted - 2012.02.25 16:42:00 -
[7] - Quote
HI! Please help me where in library i can get skills for some ship! I can`t find anything(((( for ex. i want to see what skills i need to fly on Boa etc. |
|
|
|