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 derfloh 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 andre123

  1. andre123

    #include <iostream> #include "stda

    YES, it worked. Thanks a lot, man.
  2. andre123

    #include <iostream> #include "stda

    Thanks for your reply, but I tried it and it still doesn't works !?
  3. andre123

    #include <iostream> #include "stda

    #include <iostream> #include &quot;stdafx.h&quot; //#include <practice.h> #ifdef _DEBUG #define new DEBUG_NEW #endif // The one and only application object CWinApp theApp; using namespace std; /*input stream handle */ HANDLE hIn = NULL; int _tmain(int argc, TCHAR* argv[], TCHAR* envp[]) {...
  4. andre123

    dll

    Hi! I´m trying to program a dll, that exports a function which opens a normal dialog window, but when I call the function from an executable file, I alwayds get an assertion failure. Is there a principle problem with with attemp, or if it is possible, what have I to do? thanks Andre

Part and Inventory Search

Back
Top