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: sanda_21 la Simpatie.ro
| Femeie 21 ani Alba cauta Barbat 23 - 57 ani |
|
admin
Administrator
Din: Bucharest
Inregistrat: acum 13 ani
Postari: 516
|
|
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> |
57.9KB
_______________________________________
|
|
pus acum 4 ani |
|