ErosOlmi
22-04-2009, 22:41
For those of you who follows module development here in thinBasic and also follows José Roca forum, I have a question to ask.
We developed UI module using standard WIN32API file from Power Basic Inc.
We recently added WebBrowser module and in the recent past we also released UI_ImageCtx module.
Both of those two modules use José Roca header files for PowerBasic http://www.jose.it-berater.org/smfforum/index.php?topic=3089.0
José headers are incompatible with standard PowerBasic WIN32API headers and that's why we have developed WebBrowser and UI_ImageCTX modules separately.
Because I want to take advantages of new José headers but at the same time I do not want to create a new module for every new control I will add, I would like to create a just one unified module called something like "UIAdv" where to put all together controls like WebBrowser, ImageCTX and all other controls I will add in future and delete current thinBasic_WebBrowser.dll and thinBasic_UI_ImageCtx.dll
What do you think?
Thanks a lot
Eros
We developed UI module using standard WIN32API file from Power Basic Inc.
We recently added WebBrowser module and in the recent past we also released UI_ImageCtx module.
Both of those two modules use José Roca header files for PowerBasic http://www.jose.it-berater.org/smfforum/index.php?topic=3089.0
José headers are incompatible with standard PowerBasic WIN32API headers and that's why we have developed WebBrowser and UI_ImageCTX modules separately.
Because I want to take advantages of new José headers but at the same time I do not want to create a new module for every new control I will add, I would like to create a just one unified module called something like "UIAdv" where to put all together controls like WebBrowser, ImageCTX and all other controls I will add in future and delete current thinBasic_WebBrowser.dll and thinBasic_UI_ImageCtx.dll
What do you think?
Thanks a lot
Eros