INTERDEV - What language it use ? 
Author Message
 INTERDEV - What language it use ?

Can you help me with Interdev ? What language it use ? VB, C++,.... what ?


Fri, 02 Nov 2001 03:00:00 GMT  
 INTERDEV - What language it use ?


I am learning Interdev myself, so far as I have gathered it doesn't
have its own native language.  You can put together a Web project
using applets or components written in C++, VBScript, J++, or Visual
FoxPro. You can also connect to databases through an ODBC connection.

Quote:
>Can you help me with Interdev ? What language it use ? VB, C++,.... what ?



Sat, 03 Nov 2001 03:00:00 GMT  
 INTERDEV - What language it use ?

Quote:
>I am learning Interdev myself, so far as I have gathered it doesn't
>have its own native language.  You can put together a Web project
>using applets or components written in C++, VBScript, J++, or Visual
>FoxPro. You can also connect to databases through an ODBC connection.

Visual InterDev uses VBScript (VBA--Visual Basic for Applications) as its
"native" language.  However, you can also switch to JScript and code virtually
any language which can be interpreted by a browser (any of the browser
scripting languages) within a web page.  Additionally, yes, it is a COM
consumer, which means you can take advantage of COM components.  Technically,
this is because ASP pages run within Internet Information Server (or Personal
Web Server) which is what interprets the ASP pages and executes them.  The
combination of all this gives you virtually limitless possbility.

-Curtis Spendlove
-Solstice Software



Sat, 03 Nov 2001 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Using Interdev as Debugger

2. Using InterDev

3. Using ISAPI and Visual Interdev WWW Server?

4. Using The MS InterDev ADO RecordSet Data Control

5. debugging using InterDev

6. Using TextArea in Interdev 6.0

7. Can't update VB6 DLL-file after it has been used by Visual Interdev

8. Can't update DLL-file after it has been used by Visual Interdev

9. Can't update VB6 DLL-file after it has been used by Visual Interdev

10. Can't update VB6 DLL-file after it has been used by Visual Interdev

11. Can't update DLL-file after it has been used by Visual Interdev

12. Can't update VB6 DLL-file after it has been used by Visual Interdev

 

 
Powered by phpBB® Forum Software