Simpatie.ro - matrimoniale
lisp2arx
Visual Programming for AutoLisp Mathématiques en programmation Lisp.. doc2cpp,doc2lsp, sld2lsp, bmp2dcl, free__GifCcapture for all-CAD'platforms..
Nou pe simpatie:
xxIRISxx
Femeie
25 ani
Timis
cauta Barbat
25 - 60 ani
lisp2arxReguliInregistrareLoginPozeNu sunteti logat. Lista Forumurilor Pe Tematici
lisp2arx / Delphi , InnoPascal /

Delphi32- Creating DLL inside .dpr without stdcall?

Pagini: 1  
#1
admin
Administrator
Din: Bucharest
Postari: 523
You do not use "stdcall" , from my experience stdcall crash in windows7 or win8 (or win10 with both type appplication x86 and x64). If you develope mainprogram.exe+extern.dll with Delphi then you do not need writing ";stdcall;"

Code:

Function  codstree_midicopy:integer;external 'codstree.dll';
    Procedure codstree_projectname(qosname_dll:pchar);external 'codstree.dll';

RE:
http://www.onlinedelphitraining.com/new ... fZfRdASe5o

Example stdcall in main-program

Code:

//<rem:coc2slsp>
  Function c2slsp_lispinit(iHistoryLines:char):integer;stdcall;external 'coc2slsp.dll';
  Function c2slsp_closeall:integer;stdcall;external 'coc2slsp.dll';
  Function c2slsp_echoadd(dwgname:char;source:pchar):integer;stdcall;external 'coc2slsp.dll';
  Function codstree_nwredirstart(bta_name,pk_MesajulCautatinCase:shortstring):integer; external 'codstree.dll';
  Function codstree_midicopy:integer; external 'codstree.dll';
//</rem:coc2slsp>



Delphi32- Creating DLL inside .dpr without stdcall? - You do not use "stdcall" , from - Delphi , InnoPascal
Delphi32- Creating DLL inside .dpr without stdcall? – poza de admin, in Delphi , InnoPascal · 57.9KB


_______________________________________
http://www.puiubrat.3x.ro/lisp2arx/lisp ... O2UTM2.pdf

 
   

Topicuri similare

Pagini: 1  
Mergi la