Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2014
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. error LNK2020: unresolved token (06000001) write_functions::WritePaths
  2. error LNK1120: 1 unresolved externals
  3.  
  4. #pragma once
  5.  
  6. #include <string>
  7. #include <utility>
  8. #include <fstream>
  9. #include <sstream>
  10.  
  11. using namespace System;
  12. using namespace System::ComponentModel;
  13. using namespace System::Collections;
  14. using namespace System::Windows::Forms;
  15. using namespace System::Data;
  16. using namespace System::Drawing;
  17.  
  18. ref class write_functions
  19. {
  20. public:
  21.  
  22. private:
  23.  
  24. std::pair<bool,std::string> WritePaths(System::Windows::Forms::RichTextBox^ Box);
  25. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement