Hi Robymon! I m very new to this Delphi world. Still i want to share this knowledge, though i guess this may be very simple for a two year exp.
Que: What is Interoperability and How will you interoperable feature in Delphi. Ans: Interoperability means using some source code that is written in one programming language in other using different prog. language. i.e. independant of prog. language used to develop the diff. project can communicate. As delphi2005/2006 is multilanguage IDE, it becomes imp. how to make them work. how to execute c# function from within Delphi code. to acheive this, first we need to build our .net assembly. Please correct me if anywhere i m going wrong.... now give the reference of this assembly from my delphi project, this will allow to make link between the two. Then using Components | import Component | and selecting .Net assembly, Add...the req. .net project to it. now i think u can instanstiate object of c# class and access methods or properties from delphi itself. Que: what are the different files generated while working on one delphi project? where these files located by default? Ans : while developing one project it generates so many diff. files like .pas,.res,.dcp,.dcu,.bds,.dpk,.dpr,.bpl etc. etc. using .dpr(delphi project file) usually we work on our project. by default the project always located at C:\ProgramFiles....\borlandStudioProjects. I want to post more ques. but don't have time rite now. sorry! later one will do this. Bye n Best luck with regards, Bijal... --- In [email protected], "Robymon" <[EMAIL PROTECTED]> wrote: > > Hi All Delphi Programmers > > Could u please get me some Delphi Interview Questions and answers to my > mail id.I am a Delphi Delphi programmer ,got 2 Years experience in > Delphi.I am Expecting the Qustions and Answers from every body. > ------------------------------------------------------- Home: http://groups.yahoo.com/group/delphi-programming/ Remove: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/delphi-programming/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
