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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ern297
  • Content: Threads
  • Order by date
  1. ern297

    code not administrate

    Hi, I've the next problem. I need to use a function from one old library in a member function of a administrate class. When I try to use #include "myFunctions.h" I recive a lot of errors as 'IServiceProvider': ambiguous symbol. I'm lost. Can Anybody help me? Thanks.
  2. ern297

    Hi, I have the next function in an

    Hi, I have the next function in an old dll. myType function(unsigned long *var1, unsigned long var2, wchar_t *var3); I want to export this function to C#, and I try the next [DllImport("myLib.dll", EntryPoint="function")] public static extern myType myNewFunction(ref uint...
  3. ern297

    New type of data.

    How can I define a new type of data? Sorry if the ask is a bit silly but I came of C++ and I don't know which is the equivalent of 'typedef'.
  4. ern297

    dll problems

    I am trying to reuse in C# one function written in Visual C++ 6.0 that is in a DLL. Function has the following head: type_enum name_function( unsigned long *var1, unsigned long var2, wchar_t *var3); I am trying to use the following thing, but it does not work...

Part and Inventory Search

Back
Top