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 |
How to Send an image to the printer ?
How to Create a Lookup field at runtime ?
How to Create a rotated font?
How to assign a Null value to a numeric field in a table?
How to draw using LoEnglish Mapping Modes?
How to Embede a copyright symbol in a string?
How to Get the current line number of a TMemo?
What is the equivalent in BCB to a Pdox TCursor?
How to Set a form's maxwidth in code?
Why do I get exception messages even though I am in protected code?
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"
How to Create a custom TInplaceEdit for TDBGrid ?