How to Create a non-VCL console project?



How to Create a non-VCL console project?..

Answer / Vijay Tomer

To create a non-VCL console project in Delphi, you can use the Win32 Console Application template. Here's how:

1. Open the New Project dialog box and select 'Win32' from the left panel.
2. Select 'Win32 Console Application' from the templates list.
3. Enter your project name and location, then click 'OK'. This will create a new console application without VCL.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Delphi Interview Questions

How to Send an image to the printer ?

1 Answers  


How to Create a Lookup field at runtime ?

1 Answers  


How to Create a rotated font?

1 Answers  


How to assign a Null value to a numeric field in a table?

1 Answers  


How to draw using LoEnglish Mapping Modes?

1 Answers  


How to Embede a copyright symbol in a string?

1 Answers  


How to Get the current line number of a TMemo?

1 Answers  


What is the equivalent in BCB to a Pdox TCursor?

1 Answers  


How to Set a form's maxwidth in code?

1 Answers  


Why do I get exception messages even though I am in protected code?

1 Answers  


When I try to execute sql query from delphi7 it throws the following exception ORA-01704: string literal too long. I know the reason why its throwing this exception. My problem is.... I have catched this exception throw Try.... Except block.....In except block i am performing rollback..... due to above error its also throwing exception in rollback transaction...........due to rollback exception...........it had created some problem in connection...........every time when i try to open or close a connection it throws an exception " Operation is not allowed when the object is open"

1 Answers  


How to Create a custom TInplaceEdit for TDBGrid ?

1 Answers  


Categories