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 SkipVought 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: lucks
  • Order by date
  1. lucks

    Integrating two C programs

    hi xwb, my compiler does not have the option to print the include files but we can see all the files in the same window that we are working.. here is my code for ARtookit (C program): #ifdef _WIN32 #include <windows.h> #endif #include <stdio.h> #include <stdlib.h> #ifndef __APPLE__ #include...
  2. lucks

    Calling a C function( using Visual C++) in Visual Basic

    hi..thanks for your reply in fact i am using vb and want to call a function. i have heard about dll but am a bit confused about it. in fact am using Visual C++ as compiler..and the language that am using is C.. i want to place some commands (buttons) in VB and want to call some funtions which...
  3. lucks

    Calling a C function( using Visual C++) in Visual Basic

    hi..am trying to build an interface using VB..and want to call some functions in C from my Visual c++ compiler.. i dont know if its possible...any suggestions/ideas please? in fact am able to call some exe application from VB but before spending a lot of time in trying i want to be sure if its...
  4. lucks

    Integrating two C programs

    hi.. am working on ARToolKit which is a software library in C. i want to create an interface for it and using Gtk+ which is also in C.. when i run both programs separately, they both run well. but when i try to run my interface application through ARtoolkit,it does not work. i`ve tried to...

Part and Inventory Search

Back
Top