Ò׽ؽØͼÈí¼þ¡¢µ¥Îļþ¡¢Ãâ°²×°¡¢´¿ÂÌÉ«¡¢½ö160KB

DelphiµÄÃüÁîÐбàÒëÃüÁî

Borland³öÆ·µÄDelphi£¬ÓÐ×ÅÉÁµç°ãµÄ±àÒëËٶȣ¬µ«ÊÇÔÚ½çÃæ¿Ø¼þʹÓý϶ࡢ¹¤³ÌÏîÄ¿½Ï´óµÄʱºò£¬±àÒëÒ»¸ö¹¤³ÌÈÔÐèÒªÒ»¶Îʱ¼ä£¬´ò¿ªÅÓ´óµÄDelphi IDE£¬Ò²ÐèҪʱ¼ä¡£Æäʵ£¬ÔÚÒ»¸ö¹¤³Ì¿ª·¢½áÊø£¬µ÷ÊÔÍê³ÉÖ®ºóµÄRelease±àÒ룬ÍêÈ«¿ÉÒÔÓÃÃüÁîÐÐÀ´Ö´ÐУ¬ÒòΪDelphiµÄ±àÒëÆ÷²ÎÊý²»ÏñC++±àÒëÆ÷ÄÇÑù¸´ÔÓ¡£
  ±ÊÕß°ÑDelphiÁª»úÊÖ²áÖйØÓÚÃüÁîÐбàÒë(command-line compiler)µÄ¼¸ÆªÖ÷Ìâ×÷ÁË·­Ò룬ϣÍû¶ÔDelphi¿ª·¢ÈËÔ±ÓаïÖú¡£
Ŀ¼
1. Command-line compiler
  ÃüÁîÐбàÒëÆ÷
2. Command-line compiler options
  ÃüÁîÐбàÒëÆ÷Ñ¡Ïî
3. Compiler directive options
  ±àÒëÆ÷Ö¸ÁîÑ¡Ïî
4. Compiler mode options
  ±àÒëģʽѡÏî
5. DCC32.CFG file
  ±àÒëÆ÷ÅäÖÃÎļþDCC32.CFG
6. Debug options
  µ÷ÊÔÑ¡Ïî
7. Directory options
  Ŀ¼ѡÏî
8. IDE command-line options
  IDEÃüÁîÐÐÑ¡Ïî
9. Generated files
  ¼¸¸öIDE×Ô¶¯Éú³ÉµÄÎļþ½éÉÜ
Command-line compiler
ÃüÁîÐбàÒëÆ÷
  Delphi's command-line compiler (dcc32.EXE) lets you invoke all the functions of the IDE compiler (DELPHI32.EXE) from the DOS command line (see IDE command-line options. Run the command-line compiler from the DOS prompt using the syntax:
  Delphi’sÃüÁîÐбàÒëÆ÷(dcc32.exe)ÔÊÐíÄã´ÓDOSÃüÁîÐз½Ê½(²ÎÕÕ£ºIDEÃüÁîÐÐÑ¡Ïî)ʵÏÖIDE±àÒëÆ÷(delphi32.exe)µÄËùÓй¦ÄÜ¡£ÓÃDOSÃüÁîÔËÐÐÃüÁîÐбàÒëÆ÷Óï·¨ÈçÏ£º
  dcc32 [options] filename [options]
  dcc32 [Ñ¡Ïî] [ÎļþÃû] [Ñ¡Ïî]
  where options are zero or more parameters that provide information to the compiler and filename is the name of the source file to compile. If you type dcc32 alone, it displays a help screen of command-line options and syntax.
  Áã»ò¶à¸ö²ÎÊý¸ø±àÒëÆ÷ÌṩÐÅÏ¢£¬ÎļþÃûÖ¸¶¨ÐèÒª±àÒëµÄÔ´ÎļþÃû¡£Èç¹ûÄãµ¥¶ÀÊäÈëdcc32£¬Ëü»áÏÔʾһ¸ö¹ØÓÚÃüÁîÐбàÒëµÄÑ¡ÏîºÍÓï·¨µÄÆÁÄ»¡£
  If filename does not have an extension, the command-line compiler assumes .dpr, then .pas, if no .dpr is found. If the file you're compiling to doesn't have an extension, you must append a period (.) to the end of the filename.
  Èç¹ûÎļþÃûûÓÐÀ©Õ¹Ãû£¬ÃüÁîÐбàÒ


Ïà¹ØÎĵµ£º

delphi ¶¯Ì¬¿ØÖÆ´°¿ÚÖö¥ÇÒ½çÃæ²»ÉÁ

procedure TForm1.CheckBox1Click(Sender: TObject);
begin
if CheckBox1.Checked then
SetWindowPos(Handle, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOSIZE or SWP_NOMOVE)
else
SetWindowPos(Handle, HWND_NOTOPMOST, 0, 0, 0, 0, SWP_NOSIZE or SWP_NOMOVE);
end;//ʹÓÃSelf.FormStyle := fsStayOnTop;»áʹ½ç ......

DelphiÏÂÉú³ÉMapÎļþ·½·¨£¬Ãâɱ»òµ÷ÊÔÓõÄ

 ÒÔÇ°¿´ÁË Í¨¹ý±ÀÀ£µØÖ·ÕÒ´íÎóÐÐÊýÖ®VC°æ ÄÇʱºò»¹Ã»ÓÃDELPHI
×òÍí¸ÕºÃÓÖ¿´µ½ÁË ËùÒÔ¾ÍÊÔÁËÒ»ÏÂDELPHIµÄ£¬Óë´ó¼Ò¹²Ïí ^_^
ʲôÊÇ MAP Îļþ£¿¼òµ¥µØ½²£¬ MAP ÎļþÊdzÌÐòµÄÈ«¾Ö·ûºÅ¡¢Ô´ÎļþºÍ´úÂëÐкÅÐÅÏ¢µÄΨһµÄÎı¾±íʾ·½·¨£¬Ëü¿ÉÒÔÔÚÈκεط½¡¢ÈκÎʱºòʹÓ㬲»ÐèÒªÓжîÍâµÄ³ÌÐò½øÐÐÖ§³Ö¡£¶øÇÒ£¬ÕâÊÇΨһÄÜÕÒ³ö³Ì ......

Using COM+ object pooling with Delphi 6

 URL: http://edn.embarcadero.com/article/27568
Abstract: Delphi 6 introduces support for COM+ object pooling, which can provide significant performance improvements under some circumstances. We take a look at Delphi 6s object pooling support. By Vincent Parrett.
Typically, when a client appl ......

·­ÒëÒ»°ëµÄDelphi»ã±à°ïÖú

 The built-in assembler allows you to write assembly code within Delphi programs. It has the following features:
ÄÚǶµÄ»ã±àÆ÷ÔÊÐíÔÚdelphi³ÌÐòÖÐÊéд»ã±à´úÂ룬ËûÓÐÈçÏÂÌØÐÔ£º
Allows for inline assembly
ÔÊÐíÄÚǶ»ã±à
    Supports all instructions found in the Intel Pentium III, In ......

Delphi±àÒëÖ¸Áî˵Ã÷

¡¶DelphiÏÂÉîÈëWindowsºËÐıà³Ì¡·£¨¸½Â¼A Delphi±àÒëÖ¸Áî˵Ã÷£©
Õª³­ÈË£ºÂé×Ó qq:71892967
Delphi¿ìËÙ¸ßСµÄ±àÒëÆ÷Ö÷ÒªÀ´×ÔObject PASCALµÄÑϽ÷£¬Ê¹ÓÃDelphiËæʱ¶¼ÔÚÓë±àÒëÆ÷½»Á÷£¬´ó²¿·ÖÇé¿öϲ»ÐèÒª¸ÉÉæ±àÒëÆ÷µÄÔËÐУ¬µ«ÊÇÓÐʱҲÐèÒª¶Ô±àÒëÆ÷½øÐбØÒªµÄÉèÖá£
*************************************************** ......
© 2009 ej38.com All Rights Reserved. ¹ØÓÚE½¡ÍøÁªÏµÎÒÃÇ | Õ¾µãµØͼ | ¸ÓICP±¸09004571ºÅ