Guest User

Untitled

a guest
Jun 17th, 2012
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. [−] GetFullUnitName ( int unit )
  2. received signal SEGV
  3.  
  4. Segmentation fault (core dumped)
  5.  
  6. #include <unitsync/unitsync_api.h>
  7. int main(int argc, char *argv[])
  8. {
  9. GetFullUnitName(1); //target call
  10. return 0;
  11. }
  12.  
  13. [−] GetMapMaxHeight ( char const* mapName )
  14. received signal SEGV
  15.  
  16. Segmentation fault (core dumped)
  17.  
  18. #include <unitsync/unitsync_api.h>
  19. int main(int argc, char *argv[])
  20. {
  21. GetMapMaxHeight("mapName"); //target call
  22. return 0;
  23. }
  24.  
  25. [−] GetMapMinHeight ( char const* mapName )
  26. received signal SEGV
  27.  
  28. Segmentation fault (core dumped)
  29.  
  30. #include <unitsync/unitsync_api.h>
  31. int main(int argc, char *argv[])
  32. {
  33. GetMapMinHeight("mapName"); //target call
  34. return 0;
  35. }
  36.  
  37. [−] GetSpringConfigFile ( )
  38. received signal SEGV
  39.  
  40. Segmentation fault (core dumped)
  41.  
  42. #include <unitsync/unitsync_api.h>
  43. int main(int argc, char *argv[])
  44. {
  45. GetSpringConfigFile(); //target call
  46. return 0;
  47. }
  48.  
  49. [−] GetUnitCount ( )
  50. received signal SEGV
  51.  
  52. Segmentation fault (core dumped)
  53.  
  54.  
  55. #include <unitsync/unitsync_api.h>
  56. int main(int argc, char *argv[])
  57. {
  58. GetUnitCount(); //target call
  59. return 0;
  60. }
  61.  
  62. [−] GetUnitName ( int unit )
  63. received signal SEGV
  64.  
  65. Segmentation fault (core dumped)
  66.  
  67.  
  68. #include <unitsync/unitsync_api.h>
  69. int main(int argc, char *argv[])
  70. {
  71. GetUnitName(1); //target call
  72. return 0;
  73. }
Advertisement
Add Comment
Please, Sign In to add comment