lisp2arx
Visual Programming for AutoLisp Mathématiques en programmation Lisp.. doc2cpp,doc2lsp, sld2lsp, bmp2dcl, free__GifCcapture for all-CAD'platforms..
Lista Forumurilor Pe Tematici
lisp2arx | Reguli | Inregistrare | Login

POZE LISP2ARX

Nu sunteti logat.
Nou pe simpatie:
Nebunyka pe Simpatie.ro
Femeie
21 ani
Bacau
cauta Barbat
21 - 52 ani
lisp2arx / Delphi , InnoPascal / Delphi32- Creating DLL inside .dpr without stdcall?  
Autor
Mesaj Pagini: 1
admin
Administrator

Din: Bucharest
Inregistrat: acum 13 ani
Postari: 508
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 not use from experience stdcall crash

57.9KB


_______________________________________


pus acum 3 ani
   
Pagini: 1  

Mergi la