Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by alexserban

  1. alexserban

    import dll global variable

    I have a small DLL written in C (with Visual C++) that exports several functions and a global variable (a string). The string is declared like this: __declspec(dllexport) char x[20]; In a C# application I need to read this string, but I don't know how to declare it (I know how to import a...

Part and Inventory Search

Back
Top