Creating and DLL |
Post Reply |
Author | |
Alwin
Newbie Joined: 05 June 2020 Status: Offline Points: 4 |
Post Options
Thanks(0)
Posted: 05 June 2020 at 3:10pm |
Hi,
I am testing Toolkit Pro release 19.1. I want to create a C++ dll to access the runtime DLL from Visual Objects, instead of the ActiveX Suite Installed it in Visual Studio 2012 (v110) Because otherwise i have to install updates of C++ on customer protected network environments. The "Toolkit Pro Application" does not popup with an application wizard in Visual Studio 2012 On Visual Studio 2017 it does popup (on the same machine) Can somebody make an simpel DLL project for me in Studio 2012 with access just these entry's so i can DLLExport it ? XTPSkinManager()->License XTPSkinManager()->LoadSkin() XTPSkinManager()->ApplyOptions XTPSkinManager()->ApplyWindow(hWnd) An new simple DLL project in Visual Studio 2012 and just insert -> XTPSkinManager.h is not working at all. Probably missing lost of statements of the Wizard (which is not working). #include <windows.h> #include "XTPSkinManager.h" extern "C" __declspec(dllexport) int MyOwnActivateCodeJock(HWND hwnd) { CXTPSkinManager* pSkinManager = XTPSkinManager(); return 0; } I am already using the ActiveX version, but register and ActiveX on customers protected network will not work so well. Thanks, Alwin
|
|
Greetings
Alwin |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |