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 Mike Lewis 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: cuaji
  • Order by date
  1. cuaji

    MaskEdit and events

    Hi! Anybody know how to capture the KillFocus event -or any other like this - on the MS MaskEdit control? Other similar control is acepted too... Thanx, Cuaji
  2. cuaji

    Passing implementation objects as parameters

    I'd like to pass an object as parameter. For example, If I make this interface: ///////////////////////////////////////////// //Define the MyClass class #include "myclass.idl" interface sample { void MyFunction(in MyClass my_object); }...
  3. cuaji

    Is Corba Good for me ?

    For the C++ side, you need a compiler from CORBA&IDL to C++ /for example, TAO). And for the ADA side, another similar tool (sorry, I don't know any application). I hope you make it successfully. Cuaji Spain
  4. cuaji

    Is Corba Good for me ?

    Hi. I think CORBA is cool for your purposes. You have to use CORBA with the C++ program as server (it's got the code to call) and ADA as client. Cuaji Spain
  5. cuaji

    Source code for checking ANSI-SQL query is OK

    I need a routine for checking a standard (ANSI) SQL query is ok. I need it because I want be sure the sentence I'm gonna use to ask to my DB (Access, SQL, or whatever) are ONLY ANSI. Thanks Cuaji
  6. cuaji

    IDL to C++ - Constructors

    I've notice in IDL I can't declare a constructor. How can I simulate it? (IDL to C++)
  7. cuaji

    IDL - Directional attribute by default in functions

    It's possible to set a "by default" directional attribute (in/out/inout) in function's parameters? Cuaji
  8. cuaji

    IDL - User Defined Datatypes in functions

    I'm using IDL to C++ I would like to use UDT (user defined datatypes) in functions, as parameters or return types. How could I do it? Cuaji
  9. cuaji

    IDL to C++ - Overloaded functions

    I'm compilating IDL to C++. How could I develop -or simulate it- overloaded functions in IDL? Cuaji
  10. cuaji

    IDL - Adding data members to interfaces

    How could I add data members to an interface? I've tried with "attribute" but it doesn't generate the data member, only the access functions. cuaji

Part and Inventory Search

Back
Top