Topic: How to add more than one pascal script in MVD? Add links.
1) How to add more than one pascal script into MVD?
2) Is there a way to link DLL into MVD?
3) Accessing cmd? I mean firing command in cmd.
4) Way to read text, xml, csv file?
My Visual Database → General → How to add more than one pascal script in MVD? Add links.
1) How to add more than one pascal script into MVD?
2) Is there a way to link DLL into MVD?
3) Accessing cmd? I mean firing command in cmd.
4) Way to read text, xml, csv file?
1) use unit command; ( see https://k245.ru/en/mvdb-en/butterfly-effect.html https://k245.ru/en/mvdb-en/correction-of-mistakes.html )
2) use DynamicWrapperX https://myvisualdatabase.com/forum/view … 518#p37518
3) use CreateOleObject https://myvisualdatabase.com/forum/view … 547#p48547
4) use TFileStream class https://myvisualdatabase.com/forum/sear … 1320082609
P.S. first aid: https://myvisualdatabase.com/forum/search.php
thanks @k245
1) use unit command; ( see https://k245.ru/en/mvdb-en/butterfly-effect.html https://k245.ru/en/mvdb-en/correction-of-mistakes.html )
2) use DynamicWrapperX https://myvisualdatabase.com/forum/view … 518#p37518
3) use CreateOleObject https://myvisualdatabase.com/forum/view … 547#p48547
4) use TFileStream class https://myvisualdatabase.com/forum/sear … 1320082609P.S. first aid: https://myvisualdatabase.com/forum/search.php
I am missing something but how you are getting those class files? example utils.pas, form.pas
Exploring your site very cool stuff bookmarked.
I am missing something but how you are getting those class files? example utils.pas, form.pas
Exploring your site very cool stuff bookmarked.
I create them using a text editor Notepad++
and their content is the experience of developing applications in MVDB since 2018. More modules can be found in the ClearApp project
https://k245.ru/en/software-en/clearapp-2.html
kavinacomputers wrote:I am missing something but how you are getting those class files? example utils.pas, form.pas
Exploring your site very cool stuff bookmarked.
I create them using a text editor Notepad++
and their content is the experience of developing applications in MVDB since 2018. More modules can be found in the ClearApp project
How do you compile? and check results
Any compiler you link to notepad++
How do you compile? and check results
Any compiler you link to notepad++
The compilation is produced by My Visual Database. But there is one caveat: it only shows the line with the error in its built-in editor. Therefore, usually creating and debugging modules occurs like this: first, all procedures and functions are written in the built-in editor, and after they are fully tested, they are transferred to external files (modules). But over time, you can write the source text directly in NotePad++, which has convenient syntax highlighting and global search.
kavinacomputers wrote:How do you compile? and check results
Any compiler you link to notepad++The compilation is produced by My Visual Database. But there is one caveat: it only shows the line with the error in its built-in editor. Therefore, usually creating and debugging modules occurs like this: first, all procedures and functions are written in the built-in editor, and after they are fully tested, they are transferred to external files (modules). But over time, you can write the source text directly in NotePad++, which has convenient syntax highlighting and global search.
got it again thanks for help
My Visual Database → General → How to add more than one pascal script in MVD? Add links.
Powered by PunBB, supported by Informer Technologies, Inc.
Theme Hydrogen by Kushi